[WiX-users] How to execute a custom action after dialog showed

2014-09-29 Thread Bala
I want to call the custom action after the dialog has shown without any button click event, Please help me to do that. Balakrishnan.S -- Slashdot TV. Videos for Nerds. Stuff that Matters. http://pubads.g.doublecli

Re: [WiX-users] How to execute a custom action after dialog showed [P]

2014-09-29 Thread Bala
w-to-execture-a-Custom-Action-td709060.html#a709063 http://stackoverflow.com/questions/16336684/inserting-custom-action-between-dialogs-installuisequence-in-wix etc... -Original Message- From: Bala [mailto:balakrish...@ameexusa.com] Sent: September-29-14 1:53 PM To: WiX-users@lists.

[WiX-users] How to enable/disable NEXT button on textbox keypress event

2014-10-10 Thread Bala
Hi I have a dialog which has two edit boxes. One for username(USERNAME) and the other for the password(PASSWORD). I am doing a small validation like "Next" button will be disabled until the user types something in the username password edit text box and my wix code snippet is written below:- Wix

Re: [WiX-users] How to enable/disable NEXT button on textbox keypress event

2014-10-10 Thread Bala
ftware Engineer | Enterprise Service Applications | Continuing Development Jack Henry & Associates, Inc.® | Lenexa, KS  66214 | Ext: 431050 |jocoo...@jackhenry.com -Original Message- From: Bala [mailto:balakrish...@ameexusa.com] Sent: Friday, October 10, 2014 11:49 AM To: WiX-users@li

[WiX-users] How to check web.config Key already exist and add if not while installing.

2014-10-23 Thread Bala
e Key already exist. Thanks Bala. -- ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users

[WiX-users] Is it possible to delete the Key/value pair from web.config file during installation.

2014-10-23 Thread Bala
during installing. Please send me the sample if possible Thanks & Regards Bala -- ___ WiX-users mailing list WiX-users@lists.sourceforge.net h

Re: [WiX-users] Is it possible to delete the Key/value pair from web.config file during installation.

2014-10-23 Thread Bala
release. -- John Merryweather Cooper Senior Software Engineer | Enterprise Service Applications | Continuing Development Jack Henry & Associates, Inc.® | Lenexa, KS  66214 | Ext: 431050 |jocoo...@jackhenry.com -Original Message- From: Bala [mailto:balakrish...@ameexusa.com] Sent: Thur

Re: [WiX-users] Is it possible to delete the Key/value pair from web.config file during installation.

2014-10-23 Thread Bala
Hi Carter, Thanks for your reply. I have gone through the link you provided. But it will delete the attribute value only it will not remove the entire Key. I want to remove the entire key from the web.config. Thanks Bala -Original Message- From: Carter Young [mailto:ecyo

Re: [WiX-users] Is it possible to delete the Key/value pair from web.config file during installation.

2014-10-23 Thread Bala
sage- From: Bala [mailto:balakrish...@ameexusa.com] Sent: Thursday, October 23, 2014 9:10 AM To: 'General discussion about the WiX toolset.' Subject: Re: [WiX-users] Is it possible to delete the Key/value pair from web.config file during installation. Hi Carter, Thanks for your reply. I hav

Re: [WiX-users] Is it possible to delete the Key/value pair from web.config file during installation.

2014-10-23 Thread Bala
Hi John, Thanks for your help. It works for me. Thank you very much. Bala. -Original Message- From: John Cooper [mailto:jocoo...@jackhenry.com] Sent: 23 October 2014 20:51 To: General discussion for Windows Installer XML toolset. (wix-users@lists.sourceforge.net) Subject: Re: [WiX

[WiX-users] How to delete database while uninstalling from add/remove programs-WIX installation

2014-10-31 Thread Bala
the database and website from IIS. I am trying for past two days. Thanks Bala

[WiX-users] How to add Active Directory user into SQL server with windows authentication through WIX installer

2014-11-02 Thread Bala
installer with Windows authentication. Thanks Bala. -- ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users

[WiX-users] Incorrect syntax near 'DATABASE' while Uninstalling from AddRemoveProgram

2014-11-04 Thread Bala
comes as empty. Please help me how to fix this issue. Thanks Bala. -- ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users

Re: [WiX-users] Incorrect syntax near 'DATABASE' while Uninstalling from AddRemoveProgram

2014-11-04 Thread Bala
ninstalled it is not throwing error also not deleting the database. Checked with SQL profiles for the query. "Drop DATABASE " I need to fix the issue. Help me . Thanks Bala From: Bala [mailto:balakrish...@ameexusa.com] Sent: 04 November 2014

Re: [WiX-users] Incorrect syntax near 'DATABASE' while Uninstalling from AddRemoveProgram

2014-11-04 Thread Bala
Yes, Created the database with the installer while installing. I want to delete the database while uninstalling. Thanks Bala. -Original Message- From: Jeremiahf [mailto:jeremi...@gmail.com] Sent: 04 November 2014 22:15 To: General discussion about the WiX toolset. Subject: Re: [WiX

Re: [WiX-users] Incorrect syntax near 'DATABASE' while Uninstalling from AddRemoveProgram

2014-11-04 Thread Bala
Hi, There is no syntax error in sql. but the database name not included in the script. that is the reason it throws like incorrect syntax. The actual sql script comes like "Drop database " Thanks Bala Sent from Samsung Mobile. Original message From: Phil Wilso

Re: [WiX-users] Incorrect syntax near 'DATABASE' while Uninstalling from AddRemoveProgram

2014-11-04 Thread Bala
Thanks for your suggestion I will try and update you. Thanks Bala Sent from Samsung Mobile. Original message From: John Cooper Date:05/11/2014 1:16 AM (GMT+05:30) To: "General discussion about the WiX toolset." Cc: Subject: Re: [WiX-users] Incorrect syntax near

Re: [WiX-users] Incorrect syntax near 'DATABASE' while Uninstalling from AddRemoveProgram

2014-11-05 Thread Bala
HI, Thanks for your help. It worked for me, Thanks a lot. -Original Message- From: Bala [mailto:balakrish...@ameexusa.com] Sent: 05 November 2014 01:19 To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Incorrect syntax near 'DATABASE' while Uninsta

[WiX-users] XmlFile supports /parent::* Xpath syntax ?

2013-03-18 Thread Bala K
Hi am using trying to use util:XmlFile to change an xml file but it fails when i use a specific XPath, saying it couldnt find the path. ExecXmlFile: Error 0x80004005: failed to find node: //Name/parent::Application in XML file: C:\Program Files\*\foobar.xml I have tested my xpath query on onl

Re: [WiX-users] XmlFile supports /parent::* Xpath syntax ?

2013-03-18 Thread Bala K
Thanks a lot Rob, that did it Bala > From: r...@robmensching.com > Date: Mon, 18 Mar 2013 14:38:11 -0700 > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] XmlFile supports /parent::* Xpath syntax ? > > When using XPath advanced features, be sure to

Re: [WiX-users] Rollback custom actions on cancellation during install\uninstall

2014-09-03 Thread Bala Ji
Hi, Can anyone please suggest a proper way to rollback the custom action's execution if canceled, during install\uninstall or share any forum links which has solution for this ? Thanks in advance. Regards, Balaji R. On Tue, Sep 2, 2014 at 2:39 AM, Balaji R wrote: > Hi, > > I want to revert t

[WiX-users] Restore set of files on uninstall.

2009-09-23 Thread Bala Ganesh
I have to restore some set of files on uninstall of my servicepack msi. How can I achieve this.?? Thanks, Bala Ganesh, G. Senior Systems Engineer, Contact :- 9841403532 This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material

Re: [WiX-users] Restore set of files on uninstall.

2009-09-23 Thread Bala Ganesh
ServicePack not yet shipped. Servicepack MSI just overwrite some (.dll) files, so while uninstall I have to restore all the overwrited dll with the old one. Bala Ganesh, G. Senior Systems Engineer, Contact :- 9841403532 -Original Message- From: Blair [mailto:os...@live.com] Sent

Re: [WiX-users] Restore set of files on uninstall.

2009-09-23 Thread Bala Ganesh
my service pack? If so how to overwrite the file on uninstall? Bala Ganesh, G. Senior Systems Engineer, Contact :- 9841403532 -Original Message- From: Blair [mailto:os...@live.com] Sent: Thursday, September 24, 2009 11:40 AM To: 'General discussion for Windows Installer XML toolset

[WiX-users] Creating group/account and granting permission in WIX 3.0

2008-08-04 Thread Bala Murugan
Hi All, I am using WIX 3.0 to generate MSI for my web application/web service. I want to accomplish the below task in the WIX Need to create a local group Granting permission for that account/group full access to the install folder Need to provide write access to [log_file_path] I am not able

[WiX-users] SQL loggin in WIX

2007-04-26 Thread Bala Shanmugam (Excell Data Corporation)
, I am not able to see those "PRINT" statement in the MSI log file. Is there any way to get the output of each statement/object execution status in the MSI log file? your help would be really appreciated. Thanks, -Bala- -