Page 1 of 1

Problem with Web Updates

Posted: Fri Jul 13, 2007 3:11 am
by gwlodek
Hi,

I'm new to InstallAware, so forgive me, if solution of my problem is obvious...

I'm trying to enable my application to receive updates from my server, so I add an Update Pack, set it in Version (number is the same as in Product Version) and enable Receive Application Updates and write in monitor URL - URL to updates.ini.

After Build, I can see in MSICode, that update dialogs were added, but problem is, that while running installer, they don't appear. It seems that Update Setup doesn't start.

I tried to analyse MSIcode from "updates" script and I found while it was debugging , that installer doesn't get into Region Schedule Updates, but folows GoTo Label End of Updates.

What should I add or set or change that Update Setup would be added to installer automatically (I know about manually posibility of that by typing in Command Line "<setup> /updatesetup", but it doesn't satisfy me)?

Posted: Fri Jul 13, 2007 3:49 am
by Tinus
If you log off and on again, you will see a notification to configure automatic updates for your application.
If you do not want to use the scheduler, call setup.exe /update to check for updates.