Jump to content

Recommended Posts

Posted

Hi guys

 

i want to know how to make msi out of software intallers that i have. Does anyone know any software that does this or how i can make msi to send over the network

 

thanks

Posted

There is a free program called wininstallLE.

1) install wininstall

2)Run discovery

3)install application you want to create an msi of

4)run discovery again

5) finished you should now have an MSI of all changes made between the two scans.

Posted
Just a quicky relating to this, if I use Winstall LE and a PC say gets a windows update for example during the install (i know random but something else changes / adds) will the winstall MSI made during the second discover work or just got asdfioasvsmdov and die?
Posted
Just a quicky relating to this, if I use Winstall LE and a PC say gets a windows update for example during the install (i know random but something else changes / adds) will the winstall MSI made during the second discover work or just got asdfioasvsmdov and die?

 

Most repackaging tools will have a default exclusion list (of registry keys, directories, file extensions) which you can customise. Anything that matches the exclusion list should be left out of the resulting package.

 

I'd strongly recommend that you check what is detected in the scan and refine the package, removing anything unrelated to the application. For example, if you capture a Windows log file in your package and leave it there, when you deploy your MSI, you may find it fails if that log is locked by the system at install time.

  • Thanks 1
Posted

Just to add to Mikes post...

 

You can help yourself enormously by having a clean and locked down image of your OS to capture on... So things like firewall settings as required, WinUpdate disabled.. no anti-virus, etc...

 

That usually provides a good base for captures..

Posted
i use a virtual pc to create installers using wininstall le. that way its always a clean install and doesnt have stuff running on my pc adding unnecessary garbage.
Posted
i use a virtual pc to create installers using wininstall le. that way its always a clean install and doesnt have stuff running on my pc adding unnecessary garbage.

 

Yep... there's only one problem if your package checks the system specs for VGA capabilities as the Lego Mindstorm software does... It doesn't bork the install but it does cause problems so it may be an issue in some cases.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...