This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Maintenance and BATCH_INSTALL
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Sep 10, 2008
03:04 PM
Maintenance and BATCH_INSTALL
I have a InstallScript project. There are some utilities that need to run after the machine is rebooted. I handle this by putting them in the Disk1 folder, setting BATCH_INSTALL to TRUE, and launching the utilities form OnRebooted. This works great for first time installs.
But If the user is installing the feature that needs the utilities from Maintenance mode, when the machine is rebooted, it cannot find the utilities.
Does anyone know why they are not there in Maintenance mode?
But If the user is installing the feature that needs the utilities from Maintenance mode, when the machine is rebooted, it cannot find the utilities.
Does anyone know why they are not there in Maintenance mode?
(2) Replies
‎Sep 12, 2008
08:27 AM
I suspect it has to do with the fact that an executable extracts the files to a temp directory. How are you formatting the path to the files?