Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Inno-Based installers in Burn #4755

Closed
wixbot opened this issue May 8, 2015 · 1 comment
Closed

Support for Inno-Based installers in Burn #4755

wixbot opened this issue May 8, 2015 · 1 comment

Comments

@wixbot
Copy link

wixbot commented May 8, 2015

I'm using Burn to redistribute my installer and most of the dependencies. That works well, except for one dependency which is packaged using InnoSetup.
The catch here is that while the InstallCommand is just about passing parameters to the source file, to uninstall, I need to run an uninstaller which is installed in the program's Program Files folder.

WiX allows me to specify an UninstallCommand which are arguments passed to the ExePackage during uninstall. In this scenario, I can't run the ExePackage itself but must run a different program.

Originally sent by e-mail to wix-dev DL; the consensus then was that this was a feature request http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-Uninstalling-an-InnoSetup-based-ExePackage-td7596602.html

Originally opened by frederik.carlier

@wixbot wixbot added this to the v4.x milestone Dec 20, 2015
@rseanhall
Copy link
Contributor

Support for ExePackages that register in Add/Remove Programs with a value in QuietUninstallString was added in #6772. That should support most Inno based installers.

@rseanhall rseanhall closed this as not planned Won't fix, can't repro, duplicate, stale Jun 13, 2022
@rseanhall rseanhall removed this from the v4.x milestone Jun 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants