Page 1 of 1

Help setting up Visual Update Express

Posted: Fri Jun 26, 2020 10:41 am
by Zennara
Hey,
I needed some help setting up Visual Update Express for my installer for my application. I tried reading the page about it on the website but it did not really get me anywhere. Any help would be greatly appreciated.
Thanks,
Zennara

Re: Help setting up Visual Update Express

Posted: Mon Jun 29, 2020 6:27 am
by OldNESJunkie
Some more information would help here. How are you setting it up? Using a local web server with IIS or hosted by a third party? Either way should basically be the same. Here's how mine looks within InstallForge itself:

Image

Here's my folder setup:
IIS Root:
Image
Folder 1:
Image
Folder 2:
Image
Folder 3:
Image

Here's the contents of my updatescript.ini file:
releases{
1.0
1.53
1.53a
1.53b
1.53c
1.53d
1.53e
1.53f
1.53g
1.53h
1.53i
}
release:1.0{
}
release:1.53{
DownloadFile:GetSoftware.exe,
DownloadFile:IT-Apps.exe,
DownloadFile:Mailer.exe,
DownloadFile:VNCRemoteControl.exe
}
release:1.53a{
DownloadFile:GetSoftware.exe,
DownloadFile:IT-Apps.exe,
DownloadFile:Mailer.exe,
DownloadFile:ProcessLister.exe,
DownloadFile:VNCRemoteControl.exe
}
release:1.53b{
DeleteFile:VNCRemoteControl.exe,
DownloadFile:GetSoftware.exe,
DownloadFile:IT-Apps.exe,
DownloadFile:Mailer.exe,
DownloadFile:ProcessLister.exe,
DownloadFile:uVNCRemoteControl.exe
}
release:1.53c{
DeleteFile:VNCRemoteControl.exe,
DownloadFile:GetSoftware.exe,
DownloadFile:IT-Apps.exe,
DownloadFile:Mailer.exe,
DownloadFile:ProcessLister.exe,
DownloadFile:RunPAExec.exe,
DownloadFile:uVNCRemoteControl.exe
}
release:1.53d{
DeleteFile:VNCRemoteControl.exe,
DownloadFile:GetSoftware.exe,
DownloadFile:IT-Apps.exe,
DownloadFile:Mailer.exe,
DownloadFile:ProcessLister.exe,
DownloadFile:RunPAExec.exe,
DownloadFile:uVNCRemoteControl.exe
}
release:1.53e{
DeleteFile:VNCRemoteControl.exe,
DownloadFile:GetSoftware.exe,
DownloadFile:IT-Apps.exe,
DownloadFile:Mailer.exe,
DownloadFile:ProcessLister.exe,
DownloadFile:RunPAExec.exe,
DownloadFile:uVNCRemoteControl.exe
}
release:1.53f{
DeleteFile:VNCRemoteControl.exe,
DownloadFile:GetSoftware.exe,
DownloadFile:IT-Apps.exe,
DownloadFile:Mailer.exe,
DownloadFile:ProcessLister.exe,
DownloadFile:RunPAExec.exe,
DownloadFile:uVNCRemoteControl.exe
}
release:1.53g{
DeleteFile:VNCRemoteControl.exe,
DownloadFile:GetSoftware.exe,
DownloadFile:IT-Apps.exe,
DownloadFile:Mailer.exe,
DownloadFile:ProcessLister.exe,
DownloadFile:RunPAExec.exe,
DownloadFile:uVNCRemoteControl.exe
}
release:1.53h{
DownloadFile:GetSoftware.exe,
DownloadFile:IT-Apps.exe,
DownloadFile:Mailer.exe,
DownloadFile:ProcessLister.exe,
DownloadFile:RunPAExec.exe,
DownloadFile:uVNCRemoteControl.exe
}
release:1.53i{
DeleteFile:VNCRemoteControl.exe,
DownloadFile:GetSoftware.exe,
DownloadFile:IT-Apps.exe,
DownloadFile:Mailer.exe,
DownloadFile:ProcessLister.exe,
DownloadFile:RunPAExec.exe,
DownloadFile:uVNCRemoteControl.exe
}

Re: Help setting up Visual Update Express

Posted: Tue Jun 30, 2020 4:02 pm
by Soner
Thanks for your contribution to this thread, OldNESJunkie. Much appreciated!