Component is there when opened in orca yes, as is the feature that includes it..


From: Vagmi Mudumbai [mailto:[EMAIL PROTECTED]
Sent: 12 June 2006 14:01
To: Simon Topley
Subject: Re: [WiX-users] Extract files from msi (Msiexec, not WIX issue....)

Hi Simon,
 
Are you sure that the fragment is a part of the Feature/Component hierarchy? Try opening the MSI in orca and verify if the component is present.
 
Regards,
Vagmi

 
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 Regards

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



_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to