Re: [WiX-users] Creating setup.exe from WiX msi file

2013-06-26 Thread Suzy Smith
That's great. Thank you for your help - much appreciated. Suzy -Original Message- From: Wesley Manning [mailto:wmann...@dynagen.ca] Sent: 26 June 2013 19:59 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Creating setup.exe from WiX msi file Two

Re: [WiX-users] Creating setup.exe from WiX msi file

2013-06-26 Thread Wesley Manning
ssage- From: Suzy Smith [mailto:su...@aspensoftware.co.uk] Sent: June-26-13 3:39 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Creating setup.exe from WiX msi file Thanks Wes. I've found that property. Any idea how I can stop the bootstrapper displayin

Re: [WiX-users] Creating setup.exe from WiX msi file

2013-06-26 Thread Suzy Smith
n...@dynagen.ca] Sent: 26 June 2013 18:46 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Creating setup.exe from WiX msi file Recommended approach here is to use bundle to show GUI and have MSI behind the scenes controlled with properties. But depending on th

Re: [WiX-users] Creating setup.exe from WiX msi file

2013-06-26 Thread Wesley Manning
Message- From: Suzy Smith [mailto:su...@aspensoftware.co.uk] Sent: June-26-13 2:43 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Creating setup.exe from WiX msi file Hello I've created a VS2012 project with WiX which produces an msi file. It has a user interface and works a

[WiX-users] Creating setup.exe from WiX msi file

2013-06-26 Thread Suzy Smith
Hello I've created a VS2012 project with WiX which produces an msi file. It has a user interface and works as I'd like it to. Now I've been asked to create a setup.exe so I added a Bootstrapper project and reference my msi file in the bundle - see below