I am making use of Inno Setup (its amazing!). I was hoping to customise the installer so that I can accept a string from the user in the form of an input field and maybe add a message to it.
I want to use OnlyBelowVersion to install the sc.exe program if the Windows version is 2000 and not at all for Windows NT and below.
I\'m creating an installation script that I\'d like to break up into smaller, more manageable pieces. Is there a way for an Inno Script file to have an INCLUDE or a reference to another ISS script fil
I\'m currently creating an installer using INNO and I\'m no pascal expert.Is there any way to use a TList object from within Inno, all I get is an \"Unknown Type\" error开发者_开发技巧 on compile.TLis
I\'m creating a setup using Inno-setup. During the setup process, a SQL Server database has to be created.I want to give the user the ability to select an existing SQL Server instance (if one exists)
Can I include a MSM file and execute it within Inno-Setup? If not, how would I properly install a merge module? I am needing to install SOAP3 with my application and need a bit of guidance. Will I h开
any recommendation开发者_高级运维s about those inno setup scripts so the compiled install run smoothly on windows 7?
Our software installer install firebird if it is not present on the system and, as we are pursuing Win certificate the uninstaller should remove it but, we want to make sure that even if it was the in
I am using\"ChilkatMail_v7_9.dll\" Version 7.9.2.0 for creating EML file in C#. Using Inno Setup Version 5.2.3.I am selecting Reg Type library option while creating installer.
Im a .Net beginner. i need to ask something. if i want to deploy my .net winform application (use 3.5 sp 1) using inno setup.