Page 1 of 1

Apply Install problem

Posted: Wed Mar 08, 2006 7:45 am
by FJGG
Hello,

I noticed a problem when i was customizing the installer scripts....when i changed the 'Apply Install (get results into variable SUCCESS)' statement to 'Apply Install' and build then run the installer, registry (write/read) and Install Files or just create a folder on the target machine, it won't work the next time I revert the command line to 'Apply Install (get results into variable SUCCESS)'.

Am I missing something?

Thanks

Posted: Wed Mar 08, 2006 12:15 pm
by MichaelNesmith
I built a setup, took out SUCCESS from Apply Install, ran it - everything worked fine.

Then I added SUCCESS back into Apply Install, rebuilt it, ran it - everything worked fine again.

I don't see what you are referring to when you say it wouldn't work the next time.

I missed out the needsupgrade checking!

Posted: Wed Mar 08, 2006 8:33 pm
by FJGG
Thanks for replying ... it was my mistake ... i commented the codes that checks if the installer needs an upgrade ... therefore it detects that a previous installation is already present ... :D