I\'ve got a \"Project\" containing a mixed set of files that my application compiles into an installable using InnoSetup. Many of the project files are system or configuration files, and not relevant
I am trying to create a setup for SourceForge PDFCreator using Inno Setup and getting following error in Setuplog.txt:
Can I configure it to be placed in the same location C:\\windows\\something\\ that .msi files produced by windows installer are hidden in, inst开发者_开发知识库ead of in C:\\Program Files\\MyAppFolder
I\'m building a deployment for a work environment, and doing it with Inno Setup. I wrap the other install开发者_C百科ers in one Inno-exe-File. It\'s working fine with other exe installers, but fails w
When I do the following in my setup file, windows=[ { \'script\': \'gulhane.py\', \'icon_resources\': [(1, \"icon.ico\")]