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
gt; the setup.exe with WiX v3 caches. > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Magus > Sent: Tuesday, October 03, 2006 3:24 PM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Embedding MSI in a bootstrapper >

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

2006-10-05 Thread Rob Mensching
[WiX-users] Embedding MSI in a bootstrapper Not really a wix questions, but I did create my program in wix, just wondering if anyone had done this before. My bootstrapper is suppose to control the UI for the Installer, and also check to see if the file is already installed and prompt user to play or

[WiX-users] Embedding MSI in a bootstrapper

2006-10-05 Thread Magus
Not really a wix questions, but I did create my program in wix, just wondering if anyone had done this before. My bootstrapper is suppose to control the UI for the Installer, and also check to see if the file is already installed and prompt user to play or uninstall if it is already installed. W