Jump to content

Recommended Posts

Posted

Hi all,

 

I have looked in most of the posts on msi creators, and am frankly lost, My real issue is im after a effective way of gettng new programs out to pc's but without having to reimage the entire room to do it.

 

I have found pushing out msi's with gp's to work well, but not all programs come as msi's so is there a very easy program i can use to covert .exe's into msi's?

 

Or can any one give some advise on the best way or the way they push out app's?

 

We are currently using Microsoft app v but find it very flakey and not realy up to the job.

 

Cheers

Posted
InstallShield does the job, very well.. but it's costly.

 

Is it easy to pick up and use though? As i am a complete msi noob.

Guest Guest
Posted (edited)

WinInstallLE for snapshots (but imo this is a last option)

 

Tools i use are;

Windows Installer Wrapper Wizard (WIWW)

Orca

FileMon

RegMon

a permissions/ACL program such as subACL

and thats pretty much it. Most programs contain an msi nowadays (sometimes wrapped up in the exe), so all i need do (if anything) is use Orca to edit it.

If a program doesnt come with an MSI chances are all you need to do is pass "/silent" or "/vs" or similar. So then all you do is use WIWW to "wrap" up the command.

Any problems i just get filemon and regmon out and see what exactly is happening.

 

IMHO a firm understanding of how programs install and interact on windows is more benificial than paying for snapshot msi builders

Edited by Guest
Posted
WinInstallLE for snapshots (but imo this is a last option)

 

Tools i use are;

Windows Installer Wrapper Wizard (WIWW)

Orca

FileMon

RegMon

a permissions/ACL program such as subACL

and thats pretty much it. Most programs contain an msi nowadays (sometimes wrapped up in the exe), so all i need do (if anything) is use Orca to edit it.

If a program doesnt come with an MSI chances are all you need to do is pass "/silent" or "/vs" or similar. So then all you do is use WIWW to "wrap" up the command.

Any problems i just get filemon and regmon out and see what exactly is happening.

 

IMHO a firm understanding of how programs install and interact on windows is more benificial than paying for snapshot msi builders

 

 

That list scares me.

Guest Guest
Posted

Oh yeah;

 

7Zip to extract msi's from exes. Just open it asthough it was a zip file.

Also if you run "program.exe /a" you often get a network/admin install of the app, which in most cases spits out an msi for you.

 

BTW everything ive mentioned is free.

Posted

Advanced Installer is very quick and easy for writing MSis from scratch.

 

If all the program needs is a folder full of files in programs files, a few shortcuts and a registry entry to associate a filetype I find this the quickest way.

 

The other thing you can do is use PSEXEC to push out your silents installs.

  • Thanks 1
Posted
Ok, im having a look at the advanced installer so far it seems very nice and easy, my first problem though is how do i give the msi a licence key thats needed for the install?
  • 8 months later...
Posted
Advanced Installer is very quick and easy for writing MSis from scratch.

 

If all the program needs is a folder full of files in programs files, a few shortcuts and a registry entry to associate a filetype I find this the quickest way.

 

The other thing you can do is use PSEXEC to push out your silents installs.

 

I have a few of questions:

 

1. Can the resulting MSI created by the 'Advanced Installer' be distributed by SMS, SCCM and GPO or is it more likely to work in one rather than another?

 

2. Can any MSI be edited, whether or not it was created in the 'Advanced Installer'?

 

3. Can PSEXEC be used to distribute any MSI and is it configurable?

 

Thanks all.

Posted

I use WinInstall LE for ALL my Msi's...and it works great.

 

In my opinion, problems start creeping in when msi's are made (snapshots in this case) in a computer which isnt "clean".

 

In my case, i have a virtual machine (using Virtual Box) which i use to make my Msi's. When i make an Msi, it is done from a totally clean install of Windows XP, as if its only just been installed.

 

As i say, i've never had an issue with making an Msi fusing snapshot technology...I've even made one for VNC!

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...