We use batch files now, but I would like to have MSI so they can be standard packages that can be deployed at any point with SCCM.
Main Topics
Browse All Topics We have several old applications that have to be manually installed (kind of old DOS installation like create a folder, copy the content to the folder, register something else,etc...). I was wondering if it would be a way for us to create an MSI package for those applications. Can we install the application and then take like a snapshoot and generate an MSI package, so later on can be deployed.
Any suggestions? articles or software that will help me out?
Thank you.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Multiple options:
1) In Wise Package Studio, this can be done using "Setup Capture" or building your own WSI, then compiling the MSI.
2) As mentioned by jmcmunn, InstallShield can do it as well.
3) If money is a concern, look into free MSI creation tools (MAKEMSI: http://www.appdeploy.com/t
Here is a tutorial on creating a package within Wise: http://www.symantec.com/co
Business Accounts
Answer for Membership
by: SpankiePosted on 2009-10-01 at 17:16:57ID: 25474306
Sounds as if you are wanting to create a "DIFF" when your refer to snap shot. This is possible. But have you considered creating a batch file for this?