[WiX-users] IP Address

2007-05-06 Thread Krishna Kishore B
I need the Control in the WIX UI with Accepts the IP address, Do any one have idea how can we do that ? Please me as soon as possiable - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version

Re: [WiX-users] and escape sequences.

2007-05-06 Thread Rob Mensching
The blanks you're seeing are due to the Windows Installer interpreting the properties as they are written to the log. It admittedly makes debugging more difficult. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Burton Sent: Sunday, May 06, 2007 4:24 PM To: 'Mike Dimmick';

Re: [WiX-users] and escape sequences.

2007-05-06 Thread Kevin Burton
I also get errors like: Error 26204. Error -2147217900: failed to execute SQL string, error detail: Must declare the scalar variable "@BirthdayEmailID"., SQL key: CreateBuySeasonsStoredProcedures SQL string: IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[addBirthdayC

Re: [WiX-users] Automatic patch?

2007-05-06 Thread Kevin Burton
How do I tie into these options with Wix? From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: Sunday, May 06, 2007 6:14 PM To: Kevin Burton; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Automatic patch? Seems like any of the patch/upgrade options would you get you want you want

Re: [WiX-users] and escape sequences.

2007-05-06 Thread Kevin Burton
I am using 2.0.5280. The scripts don't work and I get some weird error messages. The reason that I think Wix is do some substituitions is I see lines like: ExecuteSqlStrings: Error 0x80040e14: failed to execute SQL string, error: Invalid column name 'MerchantStatus'., SQL key: CreateTransactio

Re: [WiX-users] Automatic patch?

2007-05-06 Thread Rob Mensching
Seems like any of the patch/upgrade options would you get you want you want. The MSI SDK discusses the differences between them. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Burton Sent: Sunday, May 06, 2007 10:30 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users

Re: [WiX-users] does wix have a dependency on mfc80loc.dll?

2007-05-06 Thread Rob Mensching
AFAIK, WiX does not have a dependency on that DLL. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cathryn Chamley Sent: Sunday, May 06, 2007 3:24 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] does wix have a dependency on mfc80loc.dll? I'm writing a wix-based install

[WiX-users] does wix have a dependency on mfc80loc.dll?

2007-05-06 Thread Cathryn Chamley
I'm writing a wix-based installer to replace our current (home-grown) installation solution. I've got the functionality I want, but I seem to have picked up a requirement for mfc80loc.dll. That is, if I install using the old install scripts, our software runs fine. If I install using the WiX au

Re: [WiX-users] and escape sequences.

2007-05-06 Thread Mike Dimmick
What version of WiX are you using? I'm looking at the CA code for SqlScript for both current releases (2.0.5213.0, 3.0.2813.0) and can't see where it replaces properties in the script. The function ScaSqlStrsReadScripts in scasqlstr.cpp (src\ca\serverca\scasched) does a lot of manipulation to remov

Re: [WiX-users] Vista 64 bit and SysWow64 folder

2007-05-06 Thread Rob Mensching
That's likely because your package isn't marked for 64-bit. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bahar Shah Sent: Sunday, May 06, 2007 6:11 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Vista 64 bit and SysWow64 folder Hi, I have a wix installer created on

Re: [WiX-users] Vista 64 bit and SysWow64 folder

2007-05-06 Thread Bob Arnson
Bahar Shah wrote: > However on 64bit Vista ultimate edition I face a issue that no matter > what path I specify the installer defaults to ProgramFiles(x86).Also > the system files get copied to SysWow64 folder instead of the system32 > folder. > > Any idea on how to overcome this issue and make

Re: [WiX-users] and escape sequences.

2007-05-06 Thread Rob Mensching
The SqlScript is sent "as is". Only SqlStrings are processed for Properties and thus must be escaped. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Burton Sent: Saturday, May 05, 2007 5:12 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] and escape sequences.

Re: [WiX-users] ASP.NET web application uninstall

2007-05-06 Thread Justin Dearing
I've noticed the same thing in visual studio 2005 with the standard web setup projects. Upon uninstall the virtual directory does not get deleted. On 5/4/07, Mike Menaker <[EMAIL PROTECTED]> wrote: > > > > > My web applications that I create don't delete the virtual dirs/apps from > the Default We

[WiX-users] Automatic patch?

2007-05-06 Thread Kevin Burton
I have an install that seems to work just fine. Now I want to change the procedure so that if the "package" is installed it stops the service copies the files to the same location as the original installation using the same settings (properties) and then restarts the service (basically bypassing th

Re: [WiX-users] and escape sequences.

2007-05-06 Thread Kevin Burton
I think I understand that there is a need for the backslash but if I edit the script to escape the brackets then the script is no longer a valid SQL script (that can be run independently from Wix). Is there a task that I can invoke that will perform this escaping on the fly before it is handed off

Re: [WiX-users] and escape sequences.

2007-05-06 Thread Sebastian Brand
Hello Kevin, As far as I know you can add a backslash to the bracket (-> \[xxx\] ) to avoid the handling as properties. It may also be required to enclose the sql command into a CDATA block. Best regards, Sebastian Brand Instyler Software - http://www.instyler.com On May 6, 2007, at 2:11 A

[WiX-users] Vista 64 bit and SysWow64 folder

2007-05-06 Thread Bahar Shah
Hi, I have a wix installer created on a 32 bit system which copies certain files to "Program files" and "system32" folder However on 64bit Vista ultimate edition I face a issue that no matter what path I specify the installer defaults to ProgramFiles(x86).Also the system files get copied to SysW

Re: [WiX-users] MedHelp 25751175404

2007-05-06 Thread Canadian Doctor Tami
- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/