I\'m creating an application for my company. And the goal is to create a u开发者_运维技巧niversal installer that will be checking user\'s registry for specific apps installed and according to these ap
I have created an installer for some of my games and I want the uninstaller to ask me if I want to save my game files.
How to check that oldest version of application was installed during process of installation new version? What do I mean? I want before start installationstart check process with dialog \"please wait\
I want to check whether hre 1.6 or higher is installed or not. If installed I want to progress my application. If not installed , I want to install jre-6u17-开发者_如何学Cwindows-i586-s.exe after succ
When a user has restricted rights on his/her computer and runs my Inno Setup installer, Windows pop-up an administrator login prompt.
How to know what language user have selected to install setup in innosetup ? Im using innosetup 5.3 to package my application, its an multilingual applicatio开发者_开发百科n and so it would be useful
My installer installs the app to \"Program files\\MyApp\", the app when running changes files within this location. On Vista, by default this brings up UAC issues.
I\'m using Inno for an installer, and I want to associate a file type with my app: Root: HKCR; Subkey: \".rpl\"; ValueType: string; ValueName: \"\"; ValueData: \"MyReplay\"; Flags: uninsdeletevalue;
I have an application that needs branding when downloaded in certain continents. When installed in North America, for instance, the application, when run, displays a differe开发者_如何学编程nt logo an
I am struggling with g开发者_JAVA百科etting Inno Setup to set the check box to true whether a desktop icon should be created. The documentation has not been any helpful concerning this issue as well a