MSI - wait for uninstall to finish before continuing install
I have a new version of a program, which will remove previous versions... I use Wise Package Studio 7 Pro to manipulate the installation.
How can I tell the new.MSI to wait for the uninstall to finish? When I now installs the program it doesnt wait.
It is 2 programs that have to be uninstalled, but it seems like the install.msi want to continue to install after one of them has uninstalled.. And therefore fails.
Is there a parameter in the MSI-file to tell it to "wait until both programs have finished uninstalling"?
Knut
How can I tell the new.MSI to wait for the uninstall to finish? When I now installs the program it doesnt wait.
It is 2 programs that have to be uninstalled, but it seems like the install.msi want to continue to install after one of them has uninstalled.. And therefore fails.
Is there a parameter in the MSI-file to tell it to "wait until both programs have finished uninstalling"?
Knut
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
anonymous_9363
14 years ago
If the previous versions were installed by MSI, you should be using the Upgrade table.
If your MSI is merely a wrapper for a bunch of executables (what I like to call "The Terminally Bone Idle" methodology) then you need to set the CA type to 'Synchronous'. See either the 'CustomAction' table page here or hit F1 when editing the CA in WPS's UI.
If your MSI is merely a wrapper for a bunch of executables (what I like to call "The Terminally Bone Idle" methodology) then you need to set the CA type to 'Synchronous'. See either the 'CustomAction' table page here or hit F1 when editing the CA in WPS's UI.
Posted by:
polarman
14 years ago
Posted by:
anonymous_9363
14 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.