added Desktop shortcut for cscript run

This commit is contained in:
vadym 2022-12-19 14:14:29 +02:00
parent d2ec642b3f
commit e9f7ae28e6
2 changed files with 287 additions and 12 deletions

View file

@ -98,18 +98,6 @@ else
PKGDISPLAYNAME="RiV-mesh Network"
fi
cat > mesh-ui-ie.js << EOF
var ie = new ActiveXObject("InternetExplorer.Application");
ie.AddressBar = false;
ie.MenuBar = false;
ie.ToolBar = false;
ie.height = 960
ie.width = 706
ie.resizable = false
ie.Visible = true;
ie.Navigate("http://localhost:19019");
EOF
# Generate the wix.xml file
cat > wix.xml << EOF
<?xml version="1.0" encoding="windows-1252"?>