Re: [WiX-users] How to generate .exe instead of .msi file

2006-06-06 Thread Frederik Carlier
sourceforge.net > Subject: Re: [WiX-users] How to generate .exe instead of .msi file > > It's not possible with WiX. You need a bootstrapper. > > Rob > > Kalappa Pattar wrote: > > Hi All, > > > > This might be simple question. > > > > W

Re: [WiX-users] How to generate .exe instead of .msi file

2006-06-06 Thread Leon Zandman
wix-users@lists.sourceforge.netSubject: Re: [WiX-users] How to generate .exe instead of .msi file Try searching this list for "bootstrapper".  Descriptions and ideas have been given in the past.   -Brian Simoneau -Original Message-From: Kalappa Pattar [mailto:[EMAIL PROT

Re: [WiX-users] How to generate .exe instead of .msi file

2006-06-06 Thread Simon Topley
www.aztecsoft.com -- next part -- An HTML attachment was scrubbed... URL: http://sourceforge.net/mailarchive/forum.php?forum=wix-users/attachments/20060606/2018d5b9/attachment.html ------ Message: 2 Date: Tue, 06 Jun 2006 11:57:13 +0100 From: Rob

Re: [WiX-users] How to generate .exe instead of .msi file

2006-06-06 Thread Brian Simoneau
Title: Message Try searching this list for "bootstrapper".  Descriptions and ideas have been given in the past.   -Brian Simoneau -Original Message-From: Kalappa Pattar [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 06, 2006 8:11 AMTo: Brian Simoneau; wix-users@lists.sou

Re: [WiX-users] How to generate .exe instead of .msi file

2006-06-06 Thread Kalappa Pattar
Title: Message Hi Brain Simoneau,     Thanks for your quick reply. I am using WIX 2.0.4131.0. It would be great if you could tell me explain me little descriptive?   Best Regards, Kalappa Pattar "In rivers, the water you touch is the last of what has passed and the first o

Re: [WiX-users] How to generate .exe instead of .msi file

2006-06-06 Thread Brian Simoneau
Title: Message You need to create an exe file using a bootstrapper and call your .msi file there.  I believe they are working on a bootstrapper for WiX 3, but if you are using WiX 2 then you need to create it yourself.   -Brian Simoneau -Original Message-From: Kalappa Pattar

Re: [WiX-users] How to generate .exe instead of .msi file

2006-06-06 Thread Rob Hamflett
It's not possible with WiX. You need a bootstrapper. Rob Kalappa Pattar wrote: > Hi All, > > This might be simple question. > > When I compile my project I want ..exe to be generated. > > I do not want .msi file to be generated. Is it possible using WIX? > > > > Do I need to c