I am doing a mass install using RunOnceEX for application installs, and I would like to do it in such a way as to have some standalone RunOnceEX CMD files for each app, so that later installs, reinstalls are easy. The idea would be to have each install flooowed directly by the appropriate cleanup scrips, for example
REG ADD %KEY%\010 /VE /D "Acrobat Reader" /f
REG ADD %KEY%\010 /V 1 /D "Acrobat Reader Install" /f
REG ADD %KEY%\010 /V 2 /D "Desktop shortcut delete script" /f
My concern is that all the examples I have ever seen put the cleanup as a seperate entry, at the bottom. Is this because some installs don't allow RunOnceEX to wait, and thus are not done when the cleanup script is run? Or is it that all of the 10 stuff above runs before say 10 does, but 10 1 might not complete before 10 2 runs? in which case, perhaps making all the cleanup be, say 99 1, 99 2, 99 3, etc, with each sub command a seperate cleanup, might work?
Any suggestions would be greatly appreciated.
Gordon
