• Forum
  • Lounge
  • Does anybody have proficient knowledge o

 
Does anybody have proficient knowledge of Inno Setup Compiler

closed account (E8A4Nwbp)
I know how to package an exe using Inno Setup Compiler, however, I haven't been successful in ensuring my application is cross-platform (windows, .dll checking), I was hoping I would be able to have a private conversation with someone here who is more familiar with the compiler.
I do.

Inno Setup is for creating Windows installers.

Linux is a whole different ballgame. Create an RPM/whatever for your favorite systems. Create a compile+install Makefile for everything else.

Good luck!
closed account (E8A4Nwbp)
Would you know how to cause the installer check if the downloader's system has a specific file?
Yes. What are you trying to do? Make sure the user has a specific required DLL?

[edit]
The Inno Setup documentation is really very complete.
Look at the “Files” section for stuff like this.
Never replace user files in the Windows system directory and the like.
Last edited on
Topic archived. No new replies allowed.