Re: [WiX-users] Embedding MSI in a bootstrapper

2006-10-05 Thread Rob Mensching
That's why I'm planning to write a Disk Clean-up Wizard plug-in for WiX. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Magus Sent: Thursday, October 05, 2006 11:42 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Embeddin

Re: [WiX-users] Embedding MSI in a bootstrapper

2006-10-05 Thread Magus
If the Installation is interrupted by the user then the extracted MSI could still be left behind, I don't want the file to be left on the end Users computer. Rob Mensching-2 wrote: > > You have to extract it. The Windows Installer engine doesn't know how to > read MSI files out of resource stre

Re: [WiX-users] Embedding MSI in a bootstrapper

2006-10-05 Thread Rob Mensching
You have to extract it. The Windows Installer engine doesn't know how to read MSI files out of resource streams. Besides, you're going to want to put the MSI in a place where future repair operations can find it. Otherwise the user will get prompted to find an MSI that is hidden inside your b