I would like to submit some information collected from user during Inno setup installation to our server via POST.
I must change the local setting of my computer whenever I want to paste some russian text into a Innosetup script.
I\'m trying to pack some files which names contains korean characters into one installer, using Inno-Setup 5.4.0. When the compiler reach them it prompts an error
For example, I would like to create a variable to store some directory in the [Files] section, like this: mydir=CustomDir; so I can reference it later when I\'m importing my files
I\'m using the Inno installer for my application. I\'ve been tr开发者_运维百科ying to figure out how to track how many app installations I get.I\'ve been using browser popup after install, but would
I have tried to use the program described here Problems in deleting a Folder during the unin开发者_高级运维stalation with Inno Setup
Is it possible to add a file say \"x开发者_StackOverflow中文版64.dll\" when it is a 64bit installation and \"x86.dll\" when it is a 32bit installation?It is possible.Take a look at the 64BitTwoArch.is
I need the user to be able to double click on a .pdb file and h开发者_StackOverflowave it open with myPgm.exe.
I\'m using an Inno Setup script to install my 32- and 64-bit DLLs in a 64-bit install. I can get the 64-bit path from a registry setting, but the 32-bit path is missing does not exist. However, I know
Is possible to make a setup program with Inno setup whi开发者_StackOverflowch ask serial key for continue install the application?