Inno Setup is a tool to create setup programs with an embedded Pascal-derived scripting language.
I am building an installer with inno setup that opens a link to a website after installation Currently this looks …
installation inno-setup antivirusHow can I split a string in Inno Setup? Is there any special function in Inno Setup to split the …
inno-setup pascalscriptAlthough I really like InnoSetup, I have been suffering with this erroneous message for some time, but my frustration has …
inno-setup file-in-useHow can I remove a desktop shortcut by Innosetup? It's created by previous version and not needed anymore. I tried …
inno-setup desktop-shortcutI would like to submit some information collected from user during Inno setup installation to our server via POST. Obvious …
http inno-setup http-postI have an Inno Setup project. Everything is fine, but I do not see the application icon in the "Programs …
windows inno-setup setup-deployment icoDo you know the right method to get the installer path in Inno Setup? I want to catch that value …
path installation inno-setupIs there any way to browse and recursively copy/move all files and subdirectories of a directory within the code …
inno-setup pascalscriptI am writing a pascal function using Inno setup studio which checks if an object is null and does something …
inno-setup pascalscriptBasically what I need is an automated way to update the product version number in WiX (3.0 with Votive etc), and …
visual-studio-2008 wix build-automation inno-setup