MSI2XML and Dark are different in that MSI2XML only attempts to transform MSI schema and data into XML format while Dark attempts to translate MSI schema/data into an entirely different schema that just happens to be in XML format.
InstallShield uses MSI2XML ( there is even a credit in the help about ) and it's been very successful for years. It's very easy to switch back and forth between Binary and XML project types because the schema is the same. Only the storage is different.
Simon Topley <[EMAIL PROTECTED]> wrote:
Simon Topley <[EMAIL PROTECTED]> wrote:
I have had limited success with MSI2XML. The latest build seems to have installer realted issues but the build before that is stable. It does extract all teh files (including files desine for the windows and system directory, sadly it names them all by the File ID, I suppose I could go through renaming all of the file ID's to there longnames.. This Highlights another issues for me (this applies to the Admin installers too "msiexec /a"). Both of these methods extract the files into a different directory structure from the one used to construct the msi file. So even if I do get one of these to work I will still have to monkey around with the files before I can use them to build a patch from... I'm starting to think that keeping an uncompressed version of any released installers is the only way to do this patch business.Thanks for the help all the same, if anyone has anything further to add to this, please do...Simon Topley
This open source project MSI2XML does a pretty good job of exporting an MSI database to XML and extracting all of the streams to a subfolder. Once you've done this you can see the CABs that are stored in the MSI and extract your files from them.
From: Christopher Painter [mailto:[EMAIL PROTECTED]
Sent: 12 June 2006 14:54
To: Simon Topley
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Extract files from msi (Msiexec, not WIX issue... .)
On 6/12/06, Simon Topley <[EMAIL PROTECTED] > wrote:
Hello all,I know this isn't really a WIX problem, however it must be an issue others have seen. "Msiexec /a" is used to create an administrative installer (i.e uncompressed into folders). This little gem works pretty well for the most part, however it never extracts files destine for the windows or system folder... At first I thought it was because of the old condition of the feature (default being 0 not 1) I've changed that and still only get the "Pfiles" folder out or my msi file...Is there any other way to extract the files from an msi file that anyone knows of?For fun I've included a fragment that adds a file to the windows directory, in case someone spots a fundamental problem :<Fragment Id="fWindowsFiles">
<Directory Id="WindowsFolder" Name="WinFldr">
<Component Id="cHTMLHelpExe" DiskId="1" Guid='B2975E71-5581-4E13-B850-2731A2EFA122' >
<File Id="file1065" Name="hh.exe" src="" />
</Component>
</Directory></Fragment>Kind RegardsSimon Topley
The information contained in this e-mail is likely to be confidential and may be legally privileged. It is intended only for the addressee. If you have received this message in error please notify the sender immediately at the above address. The disclosure, copying or distribution of this message or its contents without the prior approval of Wallingford Software Ltd. is strictly prohibited. Wallingford Software Ltd. is not liable for unauthorised disclosures nor for subsequent actions or omissions in reliance upon them.
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
--
http://geekswithblogs.net/vagmi.mudumbai
http://installneo.blogspot.com
"Peace is its own reward." - Mahatma Gandhi
The information contained in this e-mail is likely to be confidential and may be legally privileged. It is intended only for the addressee. If you have received this message in error please notify the sender immediately at the above address. The disclosure, copying or distribution of this message or its contents without the prior approval of Wallingford Software Ltd. is strictly prohibited. Wallingford Software Ltd. is not liable for unauthorised disclosures nor for subsequent actions or omissions in reliance upon them.
--
http://geekswithblogs.net/vagmi.mudumbai
http://installneo.blogspot.com
"Peace is its own reward." - Mahatma Gandhi _______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
The information contained in this e-mail is likely to be confidential and may be legally privileged. It is intended only for the addressee. If you have received this message in error please notify the sender immediately at the above address. The disclosure, copying or distribution of this message or its contents without the prior approval of Wallingford Software Ltd. is strictly prohibited. Wallingford Software Ltd. is not liable for unauthorised disclosures nor for subsequent actions or omissions in reliance upon them.
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users