Problem with Web Updates
Posted: Fri Jul 13, 2007 3:11 am
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)?
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)?