Hello there Kalappa,
In terms of bootstapping, as a stop gap I'm using iexpress, it's free and comes with NT/2k/XP (just type iexpress in the run dialog from the start menu). It's all pretty easy from there, it also allows you to execute commands after the exe has extracted the .msi (i.e msiexec /I MSINAME blah blah blah)
Simon
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of [EMAIL PROTECTED]
Sent: 06 June 2006 12:40
To: wix-users@lists.sourceforge.net
Subject: WiX-users Digest, Vol 1, Issue 1797
Send WiX-users mailing list submissions to
wix-users@lists.sourceforge.net
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/wix-users
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific than "Re: Contents of WiX-users digest..."
Today's Topics:
1. How to generate .exe instead of .msi file (Kalappa Pattar)
2. Re: How to generate .exe instead of .msi file (Rob Hamflett)
3. Re: How to generate .exe instead of .msi file (Brian Simoneau)
----------------------------------------------------------------------
Message: 1
Date: Tue, 6 Jun 2006 16:03:23 +0530
From: "Kalappa Pattar" <[EMAIL PROTECTED]>
Subject: [WiX-users] How to generate .exe instead of .msi file
To: <[EMAIL PROTECTED]>, "Brian Simoneau"
<[EMAIL PROTECTED]>, <wix-users@lists.sourceforge.net>
Message-ID:
<[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"
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 create an exe file using bootstrapper and call my .msi file there?
Best Regards,
Kalappa Pattar
"In rivers, the water you touch is the last of what has passed and the first of that which comes, so with present time." - Leonardo Da Vinci
The information contained in, or attached to, this e-mail, contains confidential information and is intended solely for the use of the individual or entity to whom they are addressed and is subject to legal privilege. If you have received this e-mail in error you should notify the sender immediately by reply e-mail, delete the message from your system and notify your system manager. Please do not copy it for any purpose, or disclose its contents to any other person. The views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of the company. The recipient should check this e-mail and any attachments for the presence of viruses. The company accepts no liability for any damage caused, directly or indirectly, by any virus transmitted in this email.
www.aztecsoft.com
The information contained in, or attached to, this e-mail, contains confidential information and is intended solely for the use of the individual or entity to whom they are addressed and is subject to legal privilege. If you have received this e-mail in error you should notify the sender immediately by reply e-mail, delete the message from your system and notify your system manager. Please do not copy it for any purpose, or disclose its contents to any other person. The views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of the company. The recipient should check this e-mail and any attachments for the presence of viruses. The company accepts no liability for any damage caused, directly or indirectly, by any virus transmitted in this email.
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 Hamflett <[EMAIL PROTECTED]>
Subject: Re: [WiX-users] How to generate .exe instead of .msi file
To: wix-users@lists.sourceforge.net
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
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 create an exe file using bootstrapper and call my .msi
> file there?
>
>
>
> Best Regards,
>
> Kalappa Pattar
>
> "In rivers, the water you touch is the last of what has passed and the
> first of that which comes, so with present time." - Leonardo Da Vinci
>
>
>
>
> The information contained in, or attached to, this e-mail, contains
> confidential information and is intended solely for the use of the
> individual or entity to whom they are addressed and is subject to
> legal privilege. If you have received this e-mail in error you should
> notify the sender immediately by reply e-mail, delete the message from
> your system and notify your system manager. Please do not copy it for
> any purpose, or disclose its contents to any other person. The views
> or opinions presented in this e-mail are solely those of the author
> and do not necessarily represent those of the company. The recipient
> should check this e-mail and any attachments for the presence of
> viruses. The company accepts no liability for any damage caused,
> directly or indirectly, by any virus transmitted in this email.
>
> www.aztecsoft.com
>
>
> The information contained in, or attached to, this e-mail, contains
> confidential information and is intended solely for the use of the
> individual or entity to whom they are addressed and is subject to
> legal privilege. If you have received this e-mail in error you should
> notify the sender immediately by reply e-mail, delete the message from
> your system and notify your system manager. Please do not copy it for
> any purpose, or disclose its contents to any other person. The views
> or opinions presented in this e-mail are solely those of the author
> and do not necessarily represent those of the company. The recipient
> should check this e-mail and any attachments for the presence of
> viruses. The company accepts no liability for any damage caused,
> directly or indirectly, by any virus transmitted in this email.
>
> www.aztecsoft.com
>
>
> ----------------------------------------------------------------------
> --
>
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
------------------------------
Message: 3
Date: Tue, 6 Jun 2006 07:41:00 -0400
From: "Brian Simoneau" <[EMAIL PROTECTED]>
Subject: Re: [WiX-users] How to generate .exe instead of .msi file
To: "Kalappa Pattar" <[EMAIL PROTECTED]>,
<wix-users@lists.sourceforge.net>
Message-ID:
<[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"
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 [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 06, 2006 6:33 AM
To: [EMAIL PROTECTED]; Brian Simoneau; wix-users@lists.sourceforge.net
Subject: How to generate .exe instead of .msi file
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 create an exe file using bootstrapper and call my .msi file there?
Best Regards,
Kalappa Pattar
"In rivers, the water you touch is the last of what has passed and the first of that which comes, so with present time." - Leonardo Da Vinci
The information contained in, or attached to, this e-mail, contains confidential information and is intended solely for the use of the individual or entity to whom they are addressed and is subject to legal privilege. If you have received this e-mail in error you should notify the sender immediately by reply e-mail, delete the message from your system and notify your system manager. Please do not copy it for any purpose, or disclose its contents to any other person. The views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of the company. The recipient should check this e-mail and any attachments for the presence of viruses. The company accepts no liability for any damage caused, directly or indirectly, by any virus transmitted in this email.
www.aztecsoft.com
The information contained in, or attached to, this e-mail, contains confidential information and is intended solely for the use of the individual or entity to whom they are addressed and is subject to legal privilege. If you have received this e-mail in error you should notify the sender immediately by reply e-mail, delete the message from your system and notify your system manager. Please do not copy it for any purpose, or disclose its contents to any other person. The views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of the company. The recipient should check this e-mail and any attachments for the presence of viruses. The company accepts no liability for any damage caused, directly or indirectly, by any virus transmitted in this email.
www.aztecsoft.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://sourceforge.net/mailarchive/forum.php?forum=wix-users/attachments/20060606/14a1c0fa/attachment.html
------------------------------
------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
End of WiX-users Digest, Vol 1, Issue 1797
******************************************
The information contained in this e-mail is likely to be confidential and may be legally privileged. It is intended only for the addressee. If you have received this message in error please notify the sender immediately at the above address. The disclosure, copying or distribution of this message or its contents without the prior approval of Wallingford Software Ltd. is strictly prohibited. Wallingford Software Ltd. is not liable for unauthorised disclosures nor for subsequent actions or omissions in reliance upon them.
_______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users