Re: [WiX-users] Convert Installshield/Installscript

2008-11-07 Thread Richard
In article <[EMAIL PROTECTED]>, Ravi Patt <[EMAIL PROTECTED]> writes: > 1) How do I change the installshield projects (*.ism) to wix xml document. The .ism file is just an MSI database. You can extract WiX xml from that directly, or you can use your built MSI. > 2) How do I convert the in

Re: [WiX-users] Convert Installshield/Installscript

2008-11-06 Thread Rob Mensching
Yes, it's possible now. I don't have any examples... I write CustomActions in C++, fewer dependencies. -Original Message- From: Ravi Patt [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2008 18:49 To: Wix User List Subject: Re: [WiX-users] Convert Installshield/Ins

Re: [WiX-users] Convert Installshield/Installscript

2008-11-06 Thread Brian Rogers
ECTED]@:^[-['^";@@@\\>])@.". "{)/];)^{";$,+=(++$,);$_.=">&$,";`$_`; From: Ravi Patt [EMAIL PROTECTED] Sent: Thursday, November 06, 2008 6:48 PM To: Wix User List Subject: Re: [WiX-users] Convert Installshield/Installscript Can we do it using C#? If so can you provide some samples (WiX 3.0 + VS 200

Re: [WiX-users] Convert Installshield/Installscript

2008-11-06 Thread Ravi Patt
Can we do it using C#? If so can you provide some samples (WiX 3.0 + VS 2008). Thanks, Ravi> From: [EMAIL PROTECTED]> To: wix-users@lists.sourceforge.net> Date: Thu, 6 Nov 2008 14:09:53 -0800> Subject: Re: [WiX-users] Convert Installshield/Installscript> > 1. Most people use d

Re: [WiX-users] Convert Installshield/Installscript

2008-11-06 Thread Rob Mensching
6, 2008 13:40 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Convert Installshield/Installscript I am new to the WiX toolset. We are currently using Installshield and would like to move to WiX 3.0. Here are the few questions:- 1) How do I change the installshield projects (*.ism)

[WiX-users] Convert Installshield/Installscript

2008-11-06 Thread Ravi Patt
I am new to the WiX toolset. We are currently using Installshield and would like to move to WiX 3.0. Here are the few questions:- 1) How do I change the installshield projects (*.ism) to wix xml document. 2) How do I convert the installshield/INSTALLSCRIPT files (.h and .rul) to correspondin