I am making an installer using Inno Setup. I wan开发者_StackOverflow中文版t to password protect the uninstallation. So my plan is to ask for the uninstallation password during installation, and save i
We have an application which we licenceto separate companies. The app is customised to fit their brand; basically it is the same app but with a different theme file. We generate separate installers fo
Currently we are using Inno Setup as a bootstrapper to install the MSI prerequisites. It makes bit complex to maintain the setup. I found the Burn tool which may help us to resolve this issue by havin
I want to execute some code if a user checks a corresponding checkbox during the install.From reading the help file, it looks like the only way to use the tas开发者_高级运维k is to associate it with a
I added a few custom pages to my setup. In one of this custom pages I do some checks. If this checks failed, I want switch to finish page. How can I do this?
When I compile the code below, it completes without errors, but when I attempt to run the setup file I get a type mismatch error. Can anyone tell me what might be causing it? (exact error message is \
Is there a way to disable the \"Ne开发者_如何学Goxt\" button on the Inno Setup\'s wizard form ?This should work:
This is probably a simple fix but I can\'t seem to wrap my head around it.I have an app to install that will need the user to select 1 of 3 possible INI files to accompany the install.I could easily d
What kind of magic has this \'MSIMG32.DLL\'? Why can\'t inno setup delete it? Edit: this file was just added to {app} using [File] section, at the end of uninstall I get the message \"Some elements c
I have release an application with Inno Setup. Sadly this application had installed a DB file as a source file, so if the application is uninstalled then entire DB file is removed.