Re: [WiX-users] SQL script execution in patch sample request

2011-08-09 Thread Nangai
Anybody having samples, please share. I am unable to execute SQL script during patch install and uninstall -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/SQL-script-execution-in-patch-sample-request-tp6663737p6667688.html Sent from the wix-users mai

[WiX-users] SQL script execution in patch sample request

2011-08-08 Thread Nangai
Hi all, I am trying to execute SQL Script from patch. But I face lots of problem while implementing. I don't know where I am going wrong. Can any one post a working sample for executing SQL Script using Patch(msp). I can able to execute during install and uninstall of installer(msi). -- View thi

Re: [WiX-users] Unable to execute SQL script from patch

2011-07-29 Thread Nangai
My script contains single line query to drop an existing table. This is not complex query. I think wix not supporting database script patch -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Unable-to-execute-SQL-script-from-patch-tp6593861p6635633.html

Re: [WiX-users] Unable to execute SQL script from patch

2011-07-28 Thread Nangai
Yes. Verbose log message shows that the component is installed. I have no idea to solve this problem. >From verbose log: MSI (s) (54:D4) [12:59:25:411]: Component: ProductComponent; Installed: Local; Request: Local; Action: Local; Client State: Local -- View this message in context: http:

Re: [WiX-users] Unable to execute SQL script from patch

2011-07-27 Thread Nangai
No. It is available in the base installer itself. I cant event execute the sql script while installing the patch. I tried with sql string also. It is not working. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Unable-to-execute-SQL-script-from-patch

[WiX-users] Unable to execute SQL script from patch

2011-07-18 Thread Nangai
Hi, I am unable to execute sql script while uninstalling the patch. I am using visual studio development environment to create installer setup and manually update to make it compatible with wix and create patch. I am importing custom actions from sqlextension class. but could not be able to run sq

[WiX-users] Unable to execute SQL script from patch msp

2011-05-26 Thread Nangai
Hi, I am using Wix 3.5.2519.0 to create patch. I am unable to execute SQL script from patch. I am adding reference to the binaty stream of SQL file in patch. But the binary is not included in the patch. Thanks in advance. -- View this message in context: http://windows-installer-xml-wix-toolset

Re: [WiX-users] Unable to execute custom action while patchuninstall

2011-04-21 Thread Nangai
Yes, I tried that also. But I am unable to execute CA. This is my CA in original installer: This is after applying patch: I am assinging value of patch version in "PATCHDEPEND" property, in the patch. If this is not "0", then the CA should execute. In the ori

Re: [WiX-users] Unable to execute custom action while patchuninstall

2011-04-20 Thread Nangai
I am not asking about custom action during uninstall. It works fine for me. I am unable to execute custom action during PATCH uninstall. It doesn't get the script file which is available as binary stream in installer -- View this message in context: http://windows-installer-xml-wix-toolset.687559

Re: [WiX-users] Unable to execute custom action while patch uninstall

2011-04-19 Thread Nangai
No one faced this issue??? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Unable-to-execute-custom-action-while-patch-uninstall-tp6282482p6289606.html Sent from the wix-users mailing list archive at Nabble.com. -

[WiX-users] Unable to execute custom action while patch uninstall

2011-04-17 Thread Nangai
Hi all, I am using custom action type 6(vb script file stored in binary table stream) for executing custom action in patch installation. This works fine. But i am unable to execute custom action while uninstalling the patch. I got the following error message. "There is a problem with this Window

Re: [WiX-users] error PYRO0130 : The primary key '3' is duplicated in table '_Summary Information'

2011-02-13 Thread Nangai
Any solution for this issue??? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/error-PYRO0130-The-primary-key-3-is-duplicated-in-table-Summary-Information-tp5991522p6022525.html Sent from the wix-users mailing list archive at Nabble.com. --

[WiX-users] error PYRO0130 : The primary key '3' is duplicated in table '_Summary Information'

2011-02-03 Thread Nangai
Hi, I am getting this error while creating patch between admin images. "pyro.exe : error PYRO0130 : The primary key '3' is duplicated in table '_Summary Information'. Please remove one of the entries or rename a part of the primary key to avoid the collision" The base installer is created