Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Custom installation file for Windows program

I need to create an installation file for Windows in such a way that the setup:

  1. Registers the .exe at startup so it launches everytime machine is booted
  2. Runs the .exe and opens a webpage upon completing installation .

Could anyone please give me some tips on how I could do this?

like image 839
Romulus Avatar asked May 05 '26 09:05

Romulus


1 Answers

Any installer can do all of the above. A good free one is InnoSetup; make sure you also download a GUI script creation tool like ISTool or InnoIDE (also free). I've used ISTool, but not InnoIDE.

like image 100
Ken White Avatar answered May 08 '26 05:05

Ken White