humanangle
Posts: 21
Joined: Tue Jan 20, 2009 7:52 pm

launch another installer after uninstalling

can the advanceinstaller launch another installer silently after uninstalling
I mean to say that I want to install aprogram fresh installation after uninstalling some features which deletes certain files that neede for proper function
Cosmin
Posts: 5797
Joined: Tue Jul 10, 2007 6:39 pm
Contact: Website

Re: launch another installer after uninstalling

Hi,

This could be done by using a custom action scheduled under "InstallExecuteSequence" -> "InstallFinalize". In order to run only during an uninstall, it should use this condition:

Code: Select all

REMOVE = "ALL"
Also, the custom action should use the "Asynchronous execution, do not wait for return" option in the Custom Action Properties page.

If the installer is MSI-based it needs to be present on the target machine when the uninstall process finishes. In this case you can use a "Launch file or open URL" custom action to launch it. Otherwise, the file can be attached to the installation ("New Attached Custom Action").

Regards,
Cosmin
Cosmin Pirvu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
humanangle
Posts: 21
Joined: Tue Jan 20, 2009 7:52 pm

Re: launch another installer after uninstalling

Thank you very much every thing went fine
you made the most easiest and fastest software in the market
I am very happy to use this software

Return to “Common Problems”