Re: [WiX-users] Create Setup.exe

2011-02-17 Thread Michael Tissington
--Original Message- From: Tobias S [mailto:tobias.s1...@gmail.com] Sent: 17 February 2011 13:59 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Create Setup.exe Hi, Have a look at the wix included tool setupbld.exe. Think this should be able to create a setup.e

Re: [WiX-users] Create Setup.exe

2011-02-17 Thread Rob Mensching
Hmm, something is wrong in your MSI if it needs to be launched elevated. Visual Studio 2010 shipped last year so I don't think their bootstrapper project would be a work in progress. It either works or they shipped with a bug. On Thu, Feb 17, 2011 at 2:55 AM, Michael Tissington < michael_tissing

Re: [WiX-users] Create Setup.exe

2011-02-17 Thread Tobias S
Hi, Have a look at the wix included tool setupbld.exe. Think this should be able to create a setup.exe wrapper which runs as admin. But afaik no possibility to generate a log file. Other options are full bootstrappers like DotNetInstaller of Burn which is under development. Visual Studio 2010 Boo

Re: [WiX-users] create setup.exe

2008-09-18 Thread Robert O'Brien
PROTECTED] On Behalf Of Robert O'Brien Sent: Thursday, September 18, 2008 1:15 AM To: 'wix-users@lists.sourceforge.net' Subject: Re: [WiX-users] create setup.exe fyi - msi minor upgrade detection using QFEUpgrade=1 property setting condition is no longer working for me, i.e. qfeupgr

Re: [WiX-users] create setup.exe

2008-09-18 Thread Robert O'Brien
'wix-users@lists.sourceforge.net' Subject: Re: [WiX-users] create setup.exe Here is what I'm now using to accomplish this w/o needing a setup.exe wrapper, e.g. you can just double click the msp and/or msi. Initial knowledge share for the double click msp property settings sol

Re: [WiX-users] create setup.exe

2008-09-17 Thread Robert O'Brien
Here is what I'm now using to accomplish this w/o needing a setup.exe wrapper, e.g. you can just double click the msp and/or msi. Initial knowledge share for the double click msp property settings solution this came from John Nannenga.

Re: [WiX-users] create setup.exe

2008-09-17 Thread Jason Ding
Thanks Chad. Could someone refer a sample in C++? Thanks. Jason -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chad Petersen Sent: September 17, 2008 9:42 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] create

Re: [WiX-users] create setup.exe

2008-09-17 Thread Chad Petersen
The Setup.exe can be written in many languages. The one I've chosen is Delphi. This allows us to AutoRun the Setup.exe from CD/DVD without worrying about C# runtime libraries being needed, etc.. This Setup.exe reads from a Setup.config XML file. The XML file is what holds the command line that we w