Re: [WiX-users] x64 Compatibility

2007-08-12 Thread Tal Shrestha
gt; > Can one single MSI be compatible with both x64 and x86 machines? > > > > Thanks, > > Tal. > -- Tal Shrestha | www.3dbe.com - This SF.net email is sponsored by: Splunk Inc. Still grepping through log fil

Re: [WiX-users] Custom installation

2007-04-24 Thread Tal Shrestha
a way that doesn't require external dependencies. You'll be thankful later. Regards, Richard -- *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Tal Shrestha *Sent:* Tuesday, April 24, 2007 1:06 PM *To:* WiX-Users *Subject:* Re: [WiX-users

Re: [WiX-users] Custom installation

2007-04-24 Thread Tal Shrestha
em to use a more structured format, ideally either ini file or XML, in subsequent releases. Good Luck! Regards, Richard -- *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Tal Shrestha *Sent:* Tuesday, April 24, 2007 11:26 AM *To:* WiX-Users *S

Re: [WiX-users] Custom installation

2007-04-24 Thread Tal Shrestha
ing them to decide if they want your installation to make those changes. I guess I'm still missing something here…. Regards, Richard -- *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Tal Shrestha *Sent:* Tuesday, April 24, 2007 10:55 AM

Re: [WiX-users] Custom installation

2007-04-24 Thread Tal Shrestha
probably a special case where the file should be removed if all the components have been removed). Regards, Richard -- *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Tal Shrestha *Sent:* Tuesday, April 24, 2007 10:19 AM *To:* WiX-Users *S

Re: [WiX-users] Custom installation

2007-04-24 Thread Tal Shrestha
t now. http://sourceforge.net/powerbar/db2/ ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- Tal Shrestha | 3dbe.com - This S

[WiX-users] Combo box based installation

2007-04-09 Thread Tal Shrestha
Hi, I've designed a dialog with a combo box. The combo gives the user the option to select a version of an installed application. I want to deploy the correct set of files to each item in the combo box. How can this be done? Thanks