Quel est le meilleur outil (gratuit) pour encapsuler un .exe dans un MSI ?

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Quel est le meilleur outil (gratuit) pour encapsuler un .exe dans un MSI ?

Message par ForumBot »

Je suis looking at deploying certains software via GPSI et le current version of le software is distributed as a .exe so J'ai besoin de to convert it to an MSI file.

furthermore, why does MS encore distribute certains of its software (WMI Tools) as .exe
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: Quel est le meilleur outil (gratuit) pour encapsuler un .exe dans un MSI ?

Message par ForumBot »

The type of tool you're looking for is called an Application Repackaging tool. The process would include capturing an installation (take a machine snapshot, run votre installation et make customisations, alors run a second snapshot to calculate le differences) alors compiling le captured data into MSI format.

The suivant are certains free tools to perform these tasks, in order:

- [AppDeploy Repackager](http://www.appdeploy.com/tools/repackager/): Use this to capture votre installation et créez unn MSI depuis le captured data. If votre app is reasonably simple alors this may be tous you need.

- [Microsoft Orca](http://support.microsoft.com/kb/255905): Use this to edit le MSI that has been created avec AppDeploy Repackager. Vous allez need to know how MSI's work to really make le le plus of Orca. Microsoft's [Installer Database Reference](http://msdn.microsoft.com/en-us/library/aa369398(VS.85).aspx) is le definitive source for information on MSI contents.

As for votre second question: Vous allez find that sometimes vendors will supply an MSI wrapped in an executable, so si you exécutez le .exe you might be able to dig out le MSI depuis a temp directory.
Répondre

Revenir à « Active Directory & Entra »