\"Browse for Folder\" Issue
Posted: Mon Jul 03, 2006 1:53 pm
Hello,
I've got extremely complex application install requirements, and so I use InstallAware v5.3 to "bootstrap" the machine environment (with .NET 2.0 & MSI 3.1) and then launch immediately into a custom installer module. The custom installer modules are included with the InstallAware package as support files. I need to launch the custom code during BOTH installation and removal.
Installation is working perfectly - my custom code is launched and (if it proceeds without), the installation is finalized. But during UN-install, I have a weird problem: a "Browse for Folder" pops up immediately before my custom code launches.
I can't figure out why this is happening. The custom modules still do launch correctly, so I don't know what the installation package is even trying to browse for.
Here's the call block:
-------------------------------------
Set Variable OSSetupResult to
if Variable REMOVE Equals TRUE
Run Program $SUPPORTDIR$\\custom_install.exe remove (WAIT)
else
Run Program $SUPPORTDIR$\\custom_install.exe (WAIT)
end
-------------------------------------
Any ideas on what I'm doing wrong here?
- Mark R.
I've got extremely complex application install requirements, and so I use InstallAware v5.3 to "bootstrap" the machine environment (with .NET 2.0 & MSI 3.1) and then launch immediately into a custom installer module. The custom installer modules are included with the InstallAware package as support files. I need to launch the custom code during BOTH installation and removal.
Installation is working perfectly - my custom code is launched and (if it proceeds without), the installation is finalized. But during UN-install, I have a weird problem: a "Browse for Folder" pops up immediately before my custom code launches.
I can't figure out why this is happening. The custom modules still do launch correctly, so I don't know what the installation package is even trying to browse for.
Here's the call block:
-------------------------------------
Set Variable OSSetupResult to
if Variable REMOVE Equals TRUE
Run Program $SUPPORTDIR$\\custom_install.exe remove (WAIT)
else
Run Program $SUPPORTDIR$\\custom_install.exe (WAIT)
end
-------------------------------------
Any ideas on what I'm doing wrong here?
- Mark R.