I am looking for programs that can create silent installation packages (installation is limited to running a package). Already tried:

  • AppDeploy Repackager
  • AiSnapshot

The first does not work and constantly crashes. The second works, but I would like to use something else, more convenient. Fresh versions of it fly out.

    1 answer 1

    To create msi-packages without dialogs, you can use almost any installer, including the one that comes with Visual Studio. If you need a thinner tool, WiX , which is used by Microsoft itself, is quite suitable. For Visual Studio there is a plugin that allows you to create projects from the studio itself.

    • I do not fit any installers. I do not know what the program is installing to disk. - Sergey