inno-setup
Install a service on Windows (Vista/XP/7) using Inno Setup
I need to install and run a service when install an application (installer.exe is created using Inno Setup)[详细]
2023-02-19 04:42 分类:问答How do I alter AppName in Inno
Is there any way to programmatically alter the AppName in Inno Setup?Perhaps a registry value that can be set towards the end 开发者_Go百科of the installation?My customer needs to be able to install m[详细]
2023-02-18 20:48 分类:问答Inno-Setup: Post Install open link: antivirus alert while opening a link
I am building an installer with inno setup that opens a link to a website after installation Currently this looks like this:[详细]
2023-02-17 21:51 分类:问答How to get the installer path in Inno Setup?
D开发者_如何学运维o you know the right method to get the installer path in Inno Setup? I want to catch that value inside the [Code] section.{srcexe} will give you the path and filename of the setup.[详细]
2023-02-16 16:24 分类:问答Unable to obtain a list of IIS websites to allow user selection of setup location for use in an Inno Script setup, please help
I am currently attempting to create an Inno script installer which requests a list of \"Web sites\" from a user\'s IIS installation so that the user can select the appropriate website from a combo box[详细]
2023-02-16 00:02 分类:问答Remove shortcut and associated file with Innosetup
As part of an application update, 开发者_如何学运维I want to remove an old start menu entry if it exists, and the file it points to.I tried:[详细]
2023-02-15 14:40 分类:问答Inno-Setup update HKCU of original user in Win7/Vista
I\'m trying to add my application path as a Trusted Location for an MS Access install using Inno Setup.I have the following lines in my script:[详细]
2023-02-13 04:02 分类:问答Problem with checking the Windows version from Inno Setup
My program installs a driver, which has different versions compiled for XP, Win2003, Vista/Win2008, and Win7. I use pascal functions to check which is the OS, and install the corresponding DLL.[详细]
2023-02-13 03:52 分类:问答Inno Setup - check if a program is installed? (the program is Microsoft Report Viewer Redistributable 2008)
I would like to know how to have the inno setup installer will detect if MS RV 2008 is installed, if it is because nothing happens, and if not installed and open it. exe in the installer (开发者_JAVA百[详细]
2023-02-12 06:24 分类:问答Adding assemblies to the GAC from Inno Setup
I am developing some XBAP Applications that uses Fluent nHibernate and mshtml. The problem is: The size of the nHibernate.dll (2.080 KB) and Microsoft.mshtml.dll (7.826 KB)[详细]
2023-02-10 06:26 分类:问答
加载中,请稍侯......