Jump to content

Create MSI


Recommended Posts

Is there a way to compile these scripts into a single msi installation file instead of an executable? Looking to roll these out via Windows Active Directory GPO and need them to be in msi format. If there is a way to compile these as MSI that would be great. Thanks for the help.

Robbie

Link to comment
Share on other sites

Yeah, create the executables and write an installer in WiX.

<{POST_SNAPBACK}>

Thanks for the response. I am not familar with Wix. I am downloading the wix tool now. Will it allow me to turn an exe into an msi without having to do a snapshot before and after? Thanks, Robbie.
Link to comment
Share on other sites

Thanks for the response.  I am not familar with Wix.  I am downloading the wix tool now.  Will it allow me to turn an exe into an msi without having to do a snapshot before and after?  Thanks, Robbie.

<{POST_SNAPBACK}>

You can also try MAKEMSI:

http://www.labyrinth.net.au/~dbareis/makemsi.htm

EDIT: You don't HAVE to convert your executable into a MSI for GPO publishing. A .ZAP file can also be used, see:

http://support.microsoft.com/default.aspx?...Q231747&sd=tech

Regards,

-Sven

Edited by SvenP
Link to comment
Share on other sites

You can also try MAKEMSI:

http://www.labyrinth.net.au/~dbareis/makemsi.htm

EDIT: You don't HAVE to convert your executable into a MSI for GPO publishing.  A .ZAP file can also be used, see:

http://support.microsoft.com/default.aspx?...Q231747&sd=tech

Regards,

-Sven

<{POST_SNAPBACK}>

Truly appreciate the help. Tried makemsi and it works pretty good for some of our exe but not all. Will keep diggin.

On the zap file I only have the option to do msi installations under computer policy but have the zap file option under user. Any idea if there is a snap-in to get it under computer configuration.

Thanks again for the info.

Robbie

Edited by rwilson
Link to comment
Share on other sites

I've used Windows Installer Wrapper Wizard for this in the past. It's a good starting point even if you edit it later with WiX or another solution. Be sure to check the ProductLanguage property for your MSI if you use WIWW, I always got a useless semicolon in front of the language code (e.g. ;1033) and it caused problems distributing the app from ZENWorks...

Yes yes yes, there it was. Youth must go, ah yes. But youth is only being in a way like it might be an animal. No, it is not just being an animal so much as being like one of these malenky toys you viddy being sold in the streets, like little chellovecks made out of tin and with a spring inside and then a winding handle on the outside and you wind it up grrr grrr grrr and off it itties, like walking, O my brothers. But it itties in a straight line and bangs straight into things bang bang and it cannot help what it is doing. Being young is like being like one of these malenky machines.

Link to comment
Share on other sites

I've used Windows Installer Wrapper Wizard for this in the past. It's a good starting point even if you edit it later with WiX or another solution. Be sure to check the ProductLanguage property for your MSI if you use WIWW, I always got a useless semicolon in front of the language code (e.g. ;1033) and it caused problems distributing the app from ZENWorks...

<{POST_SNAPBACK}>

I will try that option as well. I appreciate the advice. Nice to have others out there.

Robbie

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...