• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Programs that can take exe installations and create a .msi file

Runes911

Golden Member
I am looking for a program that can "watch" an exe install a program and create an msi based on what the installation did.

OR

A program that can create a .msi file from a exe installation.

Does anyone know of such a program?
 
Winstall lite comes with your Windows Server CD.

It's been a long-long time so I can't remember the details of using it, but there are good helpfiles.

It does that whole before/after snapshot and creates a differential and makes a .msi file.
 
Originally posted by: Smilin
Winstall lite comes with your Windows Server CD.

It's been a long-long time so I can't remember the details of using it, but there are good helpfiles.

It does that whole before/after snapshot and creates a differential and makes a .msi file.

hmm interesting 🙂 I had no idea about that one

now I can install a bunch of dumb visual basic apps, the extra ocx files and create a msi file that does it all?
 
I believe it will work for you.


The "lite" part of the free winstall just means you can do very little editing of it after the fact...if you want changes you have to make a clean install, Snapshot, install, snapshot again.

It's the utility used to whip up those group policy deployable apps for active directory.
 
Back
Top