Inno Setup – How to rename installation folder for new versions – moving from side-by-side to a single folder installations?
I use a side-by-side installation of my software where each new version is installed into a separate folder, for example “MySoftware2”, “MySoftware3” etc. This was not a good idea and I would like to move to a single folder installation where all installations and updates would be into "MySoftware"
folder (without version numbers).
Inno Setup – How to rename installation folder for new versions – moving from side-by-side to a single folder installations?
I use a side-by-side installation of my software where each new version is installed into a separate folder, for example “MySoftware2”, “MySoftware3” etc. This was not a good idea and I would like to move to a single folder installation where all installations and updates would be into "MySoftware"
folder (without version numbers).
Inno Setup – How to rename installation folder for new versions – moving from side-by-side to a single folder installations?
I use a side-by-side installation of my software where each new version is installed into a separate folder, for example “MySoftware2”, “MySoftware3” etc. This was not a good idea and I would like to move to a single folder installation where all installations and updates would be into "MySoftware"
folder (without version numbers).
Inno Setup – How to rename installation folder for new versions – moving from side-by-side to a single folder installations?
I use a side-by-side installation of my software where each new version is installed into a separate folder, for example “MySoftware2”, “MySoftware3” etc. This was not a good idea and I would like to move to a single folder installation where all installations and updates would be into "MySoftware"
folder (without version numbers).
How to pass comma-separated argument in Run->Parameters section?
I have a Run section:
Inno setup 6.0 uninstall page has no next button
There is no next or back button in UninstallProgressForm. How do I customize the page, like in previous versions.
Inno Setup – How to set full permission for users in my folder
I’m trying to compile a script that grants users full permission to a folder that I install
Inno DestDir, Output files created inside the DestDir but also created in the root directory
Im using .iss file to setup the installer and I have an application where I need to output the files to a sub directory.
Inno DestDir, Output files created inside the DestDir but also created in the root directory
Im using .iss file to setup the installer and I have an application where I need to output the files to a sub directory.
InnoSetup: How can I allow the user to install multiple instances of the same software?
I want to have a page that asks the user, “How many instances of this software do you want to install?” (1-10). Then the next page would be choosing the install location which would default under /Program Files/CompanyName/SoftwareName. All the different instances would fall under that SoftwareName folder so it would be like
Software Name
/Instance1
/Instance2
/Instance3