rwilson Posted April 20, 2005 Posted April 20, 2005 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
Green_Lantern Posted April 20, 2005 Posted April 20, 2005 Yeah, create the executables and write an installer in WiX. DreamHost: great web hosting for as little as $7.95 a month.
rwilson Posted April 20, 2005 Author Posted April 20, 2005 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.
SvenP Posted April 20, 2005 Posted April 20, 2005 (edited) 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.htmEDIT: 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=techRegards,-Sven Edited April 20, 2005 by SvenP
djek Posted April 20, 2005 Posted April 20, 2005 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}>be prepared :http://www.tramontana.co.hu/wix/
rwilson Posted April 21, 2005 Author Posted April 21, 2005 (edited) You can also try MAKEMSI:http://www.labyrinth.net.au/~dbareis/makemsi.htmEDIT: 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=techRegards,-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 April 21, 2005 by rwilson
rwilson Posted April 21, 2005 Author Posted April 21, 2005 be prepared :http://www.tramontana.co.hu/wix/<{POST_SNAPBACK}>A lot of good info. Will try it and see how it works. Thanks for the link.Robbie
DaveF Posted April 21, 2005 Posted April 21, 2005 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.
rwilson Posted April 22, 2005 Author Posted April 22, 2005 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now