Einzelnen Beitrag anzeigen

Benutzerbild von Bernhard Geyer
Bernhard Geyer

Registriert seit: 13. Aug 2002
17.171 Beiträge
 
Delphi 10.4 Sydney
 
#15

AW: Welche Installer nutzt ihr so?

  Alt 20. Dez 2012, 21:12
Inno: und Nachteile sind:
- keine Verteilung über das ActiveDirectory
http://stackoverflow.com/questions/7...msi-for-easier

Zitat:
Its pretty easy to make a wrapper kit that automatically installs INNOSETUPper from MSI. For basic functionality (install/uninstall) this is enough. Most setuppers do not implement repair anyway.

create silent.inf script for INNO Setup (optional)

create install.bat that calls

myinnosetup.exe /silent /NOCANCEL /norestart /Components="xxx"

you can use /verysilent
you can load settings from silent.inf with /LOADINF="silent.inf"

create MSI setup file that calls install.bat ( with parameters if necessary)

deliver all 4 files to your customer and they can deploy your Inno setupper with SMS or ActiveDirectory and everyone is happy
Windows Vista - Eine neue Erfahrung in Fehlern.
  Mit Zitat antworten Zitat