inno-setup
Inno Setup Constant in Code Section
Is there a way to get InnoSetup constant value in [Code] section? I开发者_如何学编程 need this during install time and the constant value that I am trying to get is {app}.You can useAppValue := Expand[详细]
2023-03-25 12:18 分类:问答ISPP macros calling emit and expr
Can ISPP macros call emit and expr? I have code as follows: #if oemid == \"company1\" ;Company 1 #define OEMName \"Company 1\"[详细]
2023-03-25 06:05 分类:问答Inno Setup Simple progress page for Run section
My installer is very simple, it basically is: Welcome Page Progress Page Final Page The Welcome and Final pages are standard (just one button).[详细]
2023-03-25 01:16 分类:问答How to show several licenses in the installer
I use the Inno Setup to create installer for my program. In my program I use third-party libraries, so I have to show license information for each of them.[详细]
2023-03-25 00:14 分类:问答Code Access Security in .NET 4.0 when creating installer in Inno Setup
When I created installer with .NET2.0 application I always add that line: Filename: {win}\\Micr开发者_StackOverflow中文版osoft.NET\\Framework\\v2.0.50727\\CasPol.exe; Parameters: \"-q -machine -addg[详细]
2023-03-24 12:10 分类:问答Inno Setup: Install file from Internet
I am using Inno Setup to distribute my application开发者_高级运维. Is it possible to check in Inno Script for a particular condition and download and install some file from internet if required.Inno[详细]
2023-03-24 06:03 分类:问答How to make install file for .NET app with database in Inno Setup?
I can\'t find any example, so I\'m not sure if that is possible. What I want to do is: I want to install .NET C# windows service with database. So my requirements will be .NET Framework and SQL Serv[详细]
2023-03-23 07:59 分类:问答How do I make InnoSetup remove permissions on a folder for everyone but the current user?
I have an \"Install Just for me\" option on my InnoSetup installer.If this option is chosen the program files are written to a folder off the users loc开发者_如何学Goal settings application data folde[详细]
2023-03-22 17:40 分类:问答How can I check that .NET Framework 4.0 is installed on a computer via an Inno script used to deploy software on that computer?
I\'ve read the previous post on this topic: Inno Setup: Verify that .NET 4.0 is installed and have tried using the suggested code in my script. I\'ve made some modifications for testing purposes, bu[详细]
2023-03-22 15:09 分类:问答Transparent components list background in Inno Setup?
I\'m using custom installer to build \"my own\" setup. Is it possible to create transparent background or disable background on comp开发者_StackOverflowonents list?You can change the colour, border s[详细]
2023-03-21 09:54 分类:问答
加载中,请稍侯......