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 Uninstalling
from AddRemoveProgram

Thanks for your suggestion
I will try and update you.

Thanks
Bala


Sent from Samsung Mobile.


 Original message 
From: John Cooper jocoo...@jackhenry.com
Date:05/11/2014 1:16 AM (GMT+05:30)
To: General discussion about the WiX toolset.
wix-users@lists.sourceforge.net
Cc:
Subject: Re: [WiX-users] Incorrect syntax near 'DATABASE' while Uninstalling
from AddRemoveProgram

Is the database name passed in as a property?  If this is the case, the
property won't be automatically persisted without something like the
remember pattern which would give you the missing database

http://robmensching.com/blog/posts/2010/5/2/the-wix-toolsets-remember-proper
ty-pattern/

--
John Merryweather Cooper
Senior Software Engineer | Enterprise Service Applications | Continuing
Development Jack Henry  Associates, Inc.R | Lenexa, KS  66214 | Ext:
431050 |jocoo...@jackhenry.com



-Original Message-
From: Bala [mailto:balakrish...@ameexusa.com]
Sent: Tuesday, November 4, 2014 1:22 PM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Incorrect syntax near 'DATABASE' while Uninstalling
from AddRemoveProgram


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 Wilson phildgwil...@gmail.com
Date:05/11/2014 12:04 AM (GMT+05:30)
To: General discussion about the WiX toolset.
wix-users@lists.sourceforge.net
Cc:
Subject: Re: [WiX-users] Incorrect syntax near 'DATABASE' while Uninstalling
from AddRemoveProgram

The error is reported as a syntax error  according to those messages, so why
not investigate that possibility? That your SQL is incorrect?

If you really did this:

 If manually deleted the Registry entry for add/remove program and delete
the installer files after that Installed again and uninstalled it

then you may have damaged that system. You can't make the system look like
the product is uninstalled by just deleting the ARP data and installer
files.
---
Phil Wilson


On Tue, Nov 4, 2014 at 9:48 AM, Bala balakrish...@ameexusa.com wrote:
 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-users] Incorrect syntax near 'DATABASE' while 
 Uninstalling from AddRemoveProgram

 Are you creating the database with the installer?

 On Tue, Nov 4, 2014 at 7:21 AM, Bala balakrish...@ameexusa.com wrote:

 HI All,



 The exact error in log file



 Error 26202. Error -2147217900: failed to drop SQL database: , error
 detail:
 Incorrect syntax near 'DATABASE'..



 If manually deleted the Registry entry for add/remove program and 
 delete the installer files after that Installed again and uninstalled 
 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 18:33
 To: WiX-users@lists.sourceforge.net
 Subject: Incorrect syntax near 'DATABASE' while Uninstalling from 
 AddRemoveProgram



 HI,



 While uninstalling a WIX installation from Add/Remove program it 
 throws error like Error 26202. Error -2147217900: failed to drop SQL
 database: , error detail: Incorrect syntax near 'DATABASE'.

 Analyzed further through SQL profiles and found that the DATABASE 
 name 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




 --
 They may forget what you said but they will never forget how you made 
 them feel. -- Anonymous
 --
 --
 --
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users


 --
  ___
 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
HI,

 

While uninstalling a WIX installation from Add/Remove program it throws
error like Error 26202. Error -2147217900: failed to drop SQL database: ,
error detail: Incorrect syntax near 'DATABASE'.

Analyzed further through SQL profiles and found that the DATABASE name 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
HI All,

 

The exact error in log file 

 

Error 26202. Error -2147217900: failed to drop SQL database: , error detail:
Incorrect syntax near 'DATABASE'..

 

If manually deleted the Registry entry for add/remove program and delete the
installer files after that Installed again and uninstalled 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 18:33
To: WiX-users@lists.sourceforge.net
Subject: Incorrect syntax near 'DATABASE' while Uninstalling from
AddRemoveProgram 

 

HI,

 

While uninstalling a WIX installation from Add/Remove program it throws
error like Error 26202. Error -2147217900: failed to drop SQL database: ,
error detail: Incorrect syntax near 'DATABASE'.

Analyzed further through SQL profiles and found that the DATABASE name 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
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-users] Incorrect syntax near 'DATABASE' while Uninstalling
from AddRemoveProgram

Are you creating the database with the installer?

On Tue, Nov 4, 2014 at 7:21 AM, Bala balakrish...@ameexusa.com wrote:

 HI All,



 The exact error in log file



 Error 26202. Error -2147217900: failed to drop SQL database: , error
 detail:
 Incorrect syntax near 'DATABASE'..



 If manually deleted the Registry entry for add/remove program and 
 delete the installer files after that Installed again and uninstalled 
 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 18:33
 To: WiX-users@lists.sourceforge.net
 Subject: Incorrect syntax near 'DATABASE' while Uninstalling from 
 AddRemoveProgram



 HI,



 While uninstalling a WIX installation from Add/Remove program it 
 throws error like Error 26202. Error -2147217900: failed to drop SQL 
 database: , error detail: Incorrect syntax near 'DATABASE'.

 Analyzed further through SQL profiles and found that the DATABASE name 
 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




--
They may forget what you said but they will never forget how you made them
feel. -- Anonymous

--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
___
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

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 Wilson phildgwil...@gmail.com
Date:05/11/2014 12:04 AM (GMT+05:30)
To: General discussion about the WiX toolset. 
wix-users@lists.sourceforge.net
Cc:
Subject: Re: [WiX-users] Incorrect syntax near 'DATABASE' while Uninstalling 
from AddRemoveProgram

The error is reported as a syntax error  according to those messages,
so why not investigate that possibility? That your SQL is incorrect?

If you really did this:

 If manually deleted the Registry entry for add/remove program and
delete the installer files after that Installed again and uninstalled
it

then you may have damaged that system. You can't make the system look
like the product is uninstalled by just deleting the ARP data and
installer files.
---
Phil Wilson


On Tue, Nov 4, 2014 at 9:48 AM, Bala balakrish...@ameexusa.com wrote:
 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-users] Incorrect syntax near 'DATABASE' while Uninstalling
 from AddRemoveProgram

 Are you creating the database with the installer?

 On Tue, Nov 4, 2014 at 7:21 AM, Bala balakrish...@ameexusa.com wrote:

 HI All,



 The exact error in log file



 Error 26202. Error -2147217900: failed to drop SQL database: , error
 detail:
 Incorrect syntax near 'DATABASE'..



 If manually deleted the Registry entry for add/remove program and
 delete the installer files after that Installed again and uninstalled
 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 18:33
 To: WiX-users@lists.sourceforge.net
 Subject: Incorrect syntax near 'DATABASE' while Uninstalling from
 AddRemoveProgram



 HI,



 While uninstalling a WIX installation from Add/Remove program it
 throws error like Error 26202. Error -2147217900: failed to drop SQL
 database: , error detail: Incorrect syntax near 'DATABASE'.

 Analyzed further through SQL profiles and found that the DATABASE name
 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




 --
 They may forget what you said but they will never forget how you made them
 feel. -- Anonymous
 
 --
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users


 --
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
--
___
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
Thanks for your suggestion
I will try and update you.

Thanks
Bala


Sent from Samsung Mobile.


 Original message 
From: John Cooper jocoo...@jackhenry.com
Date:05/11/2014 1:16 AM (GMT+05:30)
To: General discussion about the WiX toolset. 
wix-users@lists.sourceforge.net
Cc:
Subject: Re: [WiX-users] Incorrect syntax near 'DATABASE' while Uninstalling 
from AddRemoveProgram

Is the database name passed in as a property?  If this is the case, the 
property won't be automatically persisted without something like the remember 
pattern which would give you the missing database

http://robmensching.com/blog/posts/2010/5/2/the-wix-toolsets-remember-property-pattern/

--
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: Tuesday, November 4, 2014 1:22 PM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Incorrect syntax near 'DATABASE' while Uninstalling 
from AddRemoveProgram


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 Wilson phildgwil...@gmail.com
Date:05/11/2014 12:04 AM (GMT+05:30)
To: General discussion about the WiX toolset. 
wix-users@lists.sourceforge.net
Cc:
Subject: Re: [WiX-users] Incorrect syntax near 'DATABASE' while Uninstalling 
from AddRemoveProgram

The error is reported as a syntax error  according to those messages, so why 
not investigate that possibility? That your SQL is incorrect?

If you really did this:

 If manually deleted the Registry entry for add/remove program and delete the 
installer files after that Installed again and uninstalled it

then you may have damaged that system. You can't make the system look like the 
product is uninstalled by just deleting the ARP data and installer files.
---
Phil Wilson


On Tue, Nov 4, 2014 at 9:48 AM, Bala balakrish...@ameexusa.com wrote:
 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-users] Incorrect syntax near 'DATABASE' while
 Uninstalling from AddRemoveProgram

 Are you creating the database with the installer?

 On Tue, Nov 4, 2014 at 7:21 AM, Bala balakrish...@ameexusa.com wrote:

 HI All,



 The exact error in log file



 Error 26202. Error -2147217900: failed to drop SQL database: , error
 detail:
 Incorrect syntax near 'DATABASE'..



 If manually deleted the Registry entry for add/remove program and
 delete the installer files after that Installed again and uninstalled
 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 18:33
 To: WiX-users@lists.sourceforge.net
 Subject: Incorrect syntax near 'DATABASE' while Uninstalling from
 AddRemoveProgram



 HI,



 While uninstalling a WIX installation from Add/Remove program it
 throws error like Error 26202. Error -2147217900: failed to drop SQL
 database: , error detail: Incorrect syntax near 'DATABASE'.

 Analyzed further through SQL profiles and found that the DATABASE
 name 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




 --
 They may forget what you said but they will never forget how you made
 them feel. -- Anonymous
 --
 --
 --
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users


 --
  ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

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

2014-11-02 Thread Bala
Hi,

 

 

I am new to WIX installer, I am creating installer application to install
the web application

 

In my requirement like Install the application in server having active
directory user account and sql server with windows authentication. I am able
to install the web application, but while trying to connect the SQL database
from the web application it throws error DB permission issue.

 

Please help me to solve the issue.

I think this is due to the active directory user does not exist in SQL
server, I want to know how to add Active directory user in to SQL server
through WIX 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] How to delete database while uninstalling from add/remove programs-WIX installation

2014-10-31 Thread Bala
Hi,

 

I have created a WIX installer project and able to build and install with
create database and IIS everything works fine. But while try to uninstall
the application from add/remove program it is not removing the IIS web site,
Application pool and SQL Database.

 

Please guide me to delete the database and website from IIS.

 

sql:SqlDatabase Id='SqlDatabase_WInAuth' Database='[SQLDBNAME]'
Server='[SQLSERVERNAME]' CreateOnInstall='yes' DropOnUninstall='yes'
ContinueOnError='no'

  sql:SqlScript Id='WInAuth' BinaryKey='DBScript'
ExecuteOnInstall='yes' ContinueOnError='no' /

/sql:SqlDatabase

 

iis:WebSite Id=IisWebsite Description=[SITENAME] SiteId=*
Directory=INSTALLFOLDER  StartOnInstall=yes 

iis:WebAddress Id=IisWebAddress Port=80 /

iis:WebApplication Id=webapp Name=[SITENAME]
WebAppPool=IisAppPool /iis:WebApplication

/iis:WebSite

iis:WebAppPool Id=IisAppPool Name=[SITENAME]   Identity=localSystem
ManagedPipelineMode=Integrated ManagedRuntimeVersion=v4.0


/iis:WebAppPool

 

I am trying for past two days.

 

Thanks 

Bala.

 

--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2014-10-23 Thread Bala
Hi

 

I have a scenario like while installing I need to update the web.config
file.

If the Key exist then I need to update else I need to create the key.

 

I created the key with the below code.

util:XmlFile Id='conf10' Action=createElement
ElementPath=/configuration/appSettings Name=add
File=[$(var.ConfigFileID)] Sequence=1 /util:XmlFile
Id='conf11' Action=setValue
ElementPath=/configuration/appSettings/add[\[]not(@key)[\]] Name=key
Value=Cname File=[$(var.ConfigFileID)] Sequence=2 /

util:XmlFile Id='conf12' Action=setValue
ElementPath=/configuration/appSettings/add[\[]@key='Cname'[\]]
Name=value Value=[CNAME] File=[$(var.ConfigFileID)] Sequence=3 /

 

But I don't know how to check the key already exists or not.

I need to update if the 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
Hi,

 

Is it possible to delete the Key/value pair from web.config file during
installation.

 

I am able to add new key/value pair during the installation through the
below code.

util:XmlFile Id='conf1' Action=createElement
ElementPath=/configuration/appSettings Name=add
File=[$(var.ConfigFileID)] Sequence=1 /

util:XmlFile Id='conf2' Action=setValue
ElementPath=/configuration/appSettings/add[\[]not(@key)[\]] Name=key
Value=ClientName File=[$(var.ConfigFileID)] Sequence=2  /

util:XmlFile Id='conf3' Action=setValue
ElementPath=/configuration/appSettings/add[\[]@key='ClientName'[\]]
Name=value Value=[CLIENTNAME] File=[$(var.ConfigFileID)] Sequence=3
/



Is it possible to delete the existing Key/value pair from web.config file
during installing.

 

 

Please send me the sample if possible

 

Thanks  Regards

Bala

 

--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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,

Do you have any sample for this, to move forward,..


Thanks for your help.

-Original Message-
From: John Cooper [mailto:jocoo...@jackhenry.com] 
Sent: 23 October 2014 19:26
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.

Yes, although I generally use an XSLT transform on my config files to remove
such elements immediately prior to assembling the installer.  Same goes for
values that work great for development, but need to be different (but
usually constant) in 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: Thursday, October 23, 2014 8:51 AM
To: WiX-users@lists.sourceforge.net
Subject: [WiX-users] Is it possible to delete the Key/value pair from
web.config file during installation.

Hi,

 

Is it possible to delete the Key/value pair from web.config file during
installation.

 

I am able to add new key/value pair during the installation through the
below code.

util:XmlFile Id='conf1' Action=createElement
ElementPath=/configuration/appSettings Name=add
File=[$(var.ConfigFileID)] Sequence=1 /

util:XmlFile Id='conf2' Action=setValue
ElementPath=/configuration/appSettings/add[\[]not(@key)[\]] Name=key
Value=ClientName File=[$(var.ConfigFileID)] Sequence=2  /

util:XmlFile Id='conf3' Action=setValue
ElementPath=/configuration/appSettings/add[\[]@key='ClientName'[\]]
Name=value Value=[CLIENTNAME] File=[$(var.ConfigFileID)] Sequence=3
/



Is it possible to delete the existing Key/value pair from web.config file
during installing.

 

 

Please send me the sample if possible

 

Thanks  Regards

Bala

 


--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
NOTICE: This electronic mail message and any files transmitted with it are
intended exclusively for the individual or entity to which it is addressed.
The message, together with any attachment, may contain confidential and/or
privileged information.
Any unauthorized review, use, printing, saving, copying, disclosure or
distribution is strictly prohibited. If you have received this message in
error, please immediately advise the sender by reply email and delete all
copies.



--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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...@grandecom.net] 
Sent: 23 October 2014 19:32
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Is it possible to delete the Key/value pair from
web.config file during installation.

Please read this Blog Post:

http://blogs.technet.com/b/alexshev/archive/2009/05/27/from-msi-to-wix-part-
25-installable-items-updating-xml-files-using-xmlfile.aspx


Even though this post refers to app.config, the same principles apply to
web.config


Quoting Bala balakrish...@ameexusa.com:

 Hi,



 Is it possible to delete the Key/value pair from web.config file 
 during installation.



 I am able to add new key/value pair during the installation through 
 the below code.

 util:XmlFile Id='conf1' Action=createElement
 ElementPath=/configuration/appSettings Name=add
 File=[$(var.ConfigFileID)] Sequence=1 /

 util:XmlFile Id='conf2' Action=setValue
 ElementPath=/configuration/appSettings/add[\[]not(@key)[\]] Name=key
 Value=ClientName File=[$(var.ConfigFileID)] Sequence=2  /

 util:XmlFile Id='conf3' Action=setValue
 ElementPath=/configuration/appSettings/add[\[]@key='ClientName'[\]]
 Name=value Value=[CLIENTNAME] File=[$(var.ConfigFileID)]
Sequence=3
 /






--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2014-10-23 Thread Bala
Yes, I WANT TO REMOVE the whole add/ element.

-Original Message-
From: John Cooper [mailto:jocoo...@jackhenry.com] 
Sent: 23 October 2014 19:44
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.

So, to be clear, you want to remove the whole add/ element?

--
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: 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 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...@grandecom.net]
Sent: 23 October 2014 19:32
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Is it possible to delete the Key/value pair from
web.config file during installation.

Please read this Blog Post:

http://blogs.technet.com/b/alexshev/archive/2009/05/27/from-msi-to-wix-part-
25-installable-items-updating-xml-files-using-xmlfile.aspx


Even though this post refers to app.config, the same principles apply to
web.config


Quoting Bala balakrish...@ameexusa.com:

 Hi,



 Is it possible to delete the Key/value pair from web.config file 
 during installation.



 I am able to add new key/value pair during the installation through 
 the below code.

 util:XmlFile Id='conf1' Action=createElement
 ElementPath=/configuration/appSettings Name=add
 File=[$(var.ConfigFileID)] Sequence=1 /

 util:XmlFile Id='conf2' Action=setValue
 ElementPath=/configuration/appSettings/add[\[]not(@key)[\]] Name=key
 Value=ClientName File=[$(var.ConfigFileID)] Sequence=2  /

 util:XmlFile Id='conf3' Action=setValue
 ElementPath=/configuration/appSettings/add[\[]@key='ClientName'[\]]
 Name=value Value=[CLIENTNAME] File=[$(var.ConfigFileID)]
Sequence=3
 /






--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
NOTICE: This electronic mail message and any files transmitted with it are
intended exclusively for the individual or entity to which it is addressed.
The message, together with any attachment, may contain confidential and/or
privileged information.
Any unauthorized review, use, printing, saving, copying, disclosure or
distribution is strictly prohibited. If you have received this message in
error, please immediately advise the sender by reply email and delete all
copies.



--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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-users] Is it possible to delete the Key/value pair from
web.config file during installation.

A cosmetic bug, I should have changed the idea to match the activity.
Something like DeleteAddElement.

--
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: John Cooper
Sent: Thursday, October 23, 2014 10:07 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.

I would use util:XmlConfig as it is far more powerful than util:XmlFile for
this problem.

util:XmlConfig Id=CreateFirstAddElement
Action=delete
ElementPath=/configuration/product/Deploy/Servers
File=[#FileWebConfig]
Name=add
Node=element
On=install
Sequence=1
VerifyPath=/configuration/product/Deploy/Servers/add[\[]@key='[SERVER]'[\]]
 /

In this example the code looks for an add element at XPAT
/configuration/product/Deploy/Servers, and if the key matches the value in
the SERVER property, it deletes it.

--
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: Thursday, October 23, 2014 9:56 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.

Yes, I WANT TO REMOVE the whole add/ element.

-Original Message-
From: John Cooper [mailto:jocoo...@jackhenry.com]
Sent: 23 October 2014 19:44
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.

So, to be clear, you want to remove the whole add/ element?

--
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: 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 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...@grandecom.net]
Sent: 23 October 2014 19:32
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Is it possible to delete the Key/value pair from
web.config file during installation.

Please read this Blog Post:

http://blogs.technet.com/b/alexshev/archive/2009/05/27/from-msi-to-wix-part-
25-installable-items-updating-xml-files-using-xmlfile.aspx


Even though this post refers to app.config, the same principles apply to
web.config


Quoting Bala balakrish...@ameexusa.com:

 Hi,



 Is it possible to delete the Key/value pair from web.config file 
 during installation.



 I am able to add new key/value pair during the installation through 
 the below code.

 util:XmlFile Id='conf1' Action=createElement
 ElementPath=/configuration/appSettings Name=add
 File=[$(var.ConfigFileID)] Sequence=1 /

 util:XmlFile Id='conf2' Action=setValue
 ElementPath=/configuration/appSettings/add[\[]not(@key)[\]] Name=key
 Value=ClientName File=[$(var.ConfigFileID)] Sequence=2  /

 util:XmlFile Id='conf3' Action=setValue
 ElementPath=/configuration/appSettings/add[\[]@key='ClientName'[\]]
 Name=value Value=[CLIENTNAME] File=[$(var.ConfigFileID)]
Sequence=3
 /






--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
NOTICE: This electronic mail message and any files transmitted with it are
intended exclusively for the individual or entity to which it is addressed

[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 code :-

Control Id=UserNameLabel Type=Text X= Text= User Name: /
Control Id=UserNameEdit Type=Edit X=..Property=NAME Text={80} /
Control Id=PasswordLabel Type=Text X. Text= Password: /
Control Id=PasswordEdit Type=Edit X=...Property=PASSWORD
Password=yes Text={80} /
   
 Control Id=Back Type=PushButton X=. Text=amp;Back /Control
Control Id=Next Type=PushButton X=... Default=yes Text=amp;Next
Condition Action=enable ![CDATA[NAME AND
PASS]]/Condition
Condition Action=disable![CDATA[NOT NAME OR NOT
PASS]]/Condition
 /Control
   
Control Id=Cancel Type=PushButton X=... Text=Cancel
  Publish Event=SpawnDialog Value=CancelDlg1/Publish
/Control

However, the above code does not work for the keypress event, it works only
when I move out of password edit box (e.g. When I type something in the
password edit box, Next button does not get enabled. It gets enabled when
the focus is moved out of the password edit box).

Is it possible to enable the Next as soon as user types something in the
password edit box like Password: is test123  as user type password te
only so Next button enable automatically.

Thanks  Regards

Balakrishnan.S

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://p.sf.net/sfu/Zoho
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2014-10-10 Thread Bala
Hi John,

Thanks for your suggestions Jacob and John
You mean to say we need to validate everything through custom action after
clicking the Next button.
It will not work with the WIX inbuilt condition.

Regards
Balakrishnan.S


-Original Message-
From: John Cooper [mailto:jocoo...@jackhenry.com] 
Sent: 10 October 2014 22:26
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] How to enable/disable NEXT button on textbox
keypress event

The problem is inherent in Windows Installer Service Controls:  they don't
expose focus change events.  As Jacob says, to get full WPF control, you
need to write your own custom bootstrapper.  The Windows Installer Service
controls just won't give you that degree of control.

It's not WiX specific, this is a problem in general with the Windows
Installer Service controls.

--
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: Friday, October 10, 2014 11:49 AM
To: WiX-users@lists.sourceforge.net
Subject: [WiX-users] How to enable/disable NEXT button on textbox keypress
event

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 code :-

Control Id=UserNameLabel Type=Text X= Text= User Name: /
Control Id=UserNameEdit Type=Edit X=..Property=NAME Text={80} /
Control Id=PasswordLabel Type=Text X. Text= Password: /
Control Id=PasswordEdit Type=Edit X=...Property=PASSWORD
Password=yes Text={80} /
   
 Control Id=Back Type=PushButton X=. Text=amp;Back /Control
Control Id=Next Type=PushButton X=... Default=yes Text=amp;Next
Condition Action=enable ![CDATA[NAME AND
PASS]]/Condition
Condition Action=disable![CDATA[NOT NAME OR NOT
PASS]]/Condition  /Control
   
Control Id=Cancel Type=PushButton X=... Text=Cancel
  Publish Event=SpawnDialog Value=CancelDlg1/Publish
/Control

However, the above code does not work for the keypress event, it works only
when I move out of password edit box (e.g. When I type something in the
password edit box, Next button does not get enabled. It gets enabled when
the focus is moved out of the password edit box).

Is it possible to enable the Next as soon as user types something in the
password edit box like Password: is test123  as user type password te
only so Next button enable automatically.

Thanks  Regards

Balakrishnan.S


--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI
DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you
Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI
DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://p.sf.net/sfu/Zoho ___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
NOTICE: This electronic mail message and any files transmitted with it are
intended exclusively for the individual or entity to which it is addressed.
The message, together with any attachment, may contain confidential and/or
privileged information.
Any unauthorized review, use, printing, saving, copying, disclosure or
distribution is strictly prohibited. If you have received this message in
error, please immediately advise the sender by reply email and delete all
copies.



--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI
DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you
Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI
DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://p.sf.net/sfu/Zoho ___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://p.sf.net/sfu/Zoho
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2014-09-30 Thread Bala
yes. I have searched and didn't found the answer.


Sent from Samsung Mobile.


 Original message 
From: Steven Ogilvie steven.ogil...@titus.com
Date:30/09/2014 12:15 AM (GMT+05:30)
To: General discussion about the WiX toolset. 
wix-users@lists.sourceforge.net
Cc:
Subject: Re: [WiX-users] How to execute a custom action after dialog showed [P]

Classification: Public
Hi,

You can search the question within the WIX user list or in google...
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Execute-Custom-Action-after-dialog-td6028632.html
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-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.sourceforge.net
Subject: [WiX-users] How to execute a custom action after dialog showed

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.doubleclick.net/gampad/clk?id=160591471iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


This message has been marked as Public by Steven Ogilvie on September-29-14 
2:44:04 PM.

The above classification labels were added to the message by TITUS Message 
Classification.
For more information visit www.titus.comhttp://www.titus.com.

--
Slashdot TV.  Videos for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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 ji4all...@gmail.com wrote:

 Hi,

 I want to revert the custom action's execution if canceled by the user
 during installation\uninstallation. I had searched for solutions and found
 that we can use Execute=deferred and Execute=rollback instead of
 Execute=Immediate.

 But when i was in search of the solutions i came across that we can't
 access
 session variable if we use Execute=deferred.

 Can anyone please suggest a proper way to rollback the custom action's
 execution if canceled, during install\uninstall ?

 Thanks in advance.

 Regards,
 Balaji



 --
 View this message in context:
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Rollback-custom-actions-on-cancellation-during-install-uninstall-tp7596628.html
 Sent from the wix-users mailing list archive at Nabble.com.


 --
 Slashdot TV.
 Video for Nerds.  Stuff that matters.
 http://tv.slashdot.org/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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 online XPath verification tool and they were 
successful.

Here is my sample xml and and the xpath query
util:XmlFile Id=foo Action=setValue 
ElementPath=//Name[\[].='Bar'[\]]/parent::Application/URL Name=FooBar 
Value=[URL_STRING_VALUE] File=[BinDir]foobar.xml/

   URLReservationsApplication FooBar='DefaultValue'
NameBar/Name   URL
UrlStringDefault_Url/UrlString/URL/Application  
  Application FooBar='DefaultValue'NameFoo/Name   
URLUrlStringDefault_Url/UrlString
/URL/Application  /URLReservations

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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 set the
 XmlFile/@SelectionLanguage='XPath'. The default is 'XSLPattern' which
 doesn't have many features of full blown XPath (but XSLPatter works with
 older MSXML versions).
 
 
 On Mon, Mar 18, 2013 at 11:31 AM, Bala K kba...@hotmail.com wrote:
 
 
  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 online XPath verification tool and they
  were successful.
 
  Here is my sample xml and and the xpath query
  util:XmlFile Id=foo Action=setValue
  ElementPath=//Name[\[].='Bar'[\]]/parent::Application/URL Name=FooBar
  Value=[URL_STRING_VALUE] File=[BinDir]foobar.xml/
 
 URLReservationsApplication FooBar='DefaultValue'
   NameBar/Name   URL
   UrlStringDefault_Url/UrlString/URL/Application
 Application FooBar='DefaultValue'NameFoo/Name
URLUrlStringDefault_Url/UrlString
   /URL/Application  /URLReservations
 
  --
  Everyone hates slow websites. So do we.
  Make your web apps faster with AppDynamics
  Download AppDynamics Lite for free today:
  http://p.sf.net/sfu/appdyn_d2d_mar
  ___
  WiX-users mailing list
  WiX-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wix-users
 
 
 --
 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_d2d_mar
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users
  
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2009-09-24 Thread Bala Ganesh
We had our product msi, which already shipped and installed in various
client places. Now we are releasing Servicepack to them. In this
servicepack we have modified some of our product dll's and this has to
be copied and overwrite in the installation path. 
Suppose the servicepack is uninstalled, at the time I have to
replace the new dll's (servicepack dll's) with the old one(installed by
our product msi).  

Now my question is how to achieve this??? ... 

shall i include the product dll(old one which is to be replaced
when servicepack uninstal) into 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.'
Subject: Re: [WiX-users] Restore set of files on uninstall.

Those overwritten DLL files, where did they come from? Another MSI?

-Original Message-
From: Bala Ganesh [mailto:balaganes...@myadrenalin.com] 
Sent: Wednesday, September 23, 2009 10:01 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Restore set of files on uninstall.

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: Thursday, September 24, 2009 10:18 AM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Restore set of files on uninstall.

What is the source of the files your servicepack MSI replaced?
Did your servicepack MSI remove that previous product(s) or simply
overwrite
their files?
Has your servicepack MSI already been shipped?

-Original Message-
From: Bala Ganesh [mailto:balaganes...@myadrenalin.com] 
Sent: Wednesday, September 23, 2009 8:35 PM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Restore set of files on uninstall.

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 that is CONFIDENTIAL AND
PRIVATE COMPANY INFORMATION. Any  review  or reliance by others or
copying
or distribution or forwarding of any or all of the  contents in this
message
is STRICTLY PROHIBITED.If  you  are not the intended recipient, please
contact the sender by email and delete all copies; your cooperation in
this
regard is appreciated. For Information on Adrenalin, call toll-free
1-800-425-4252 | Write to i...@myadrenalin.com | Visit
www.myadrenalin.com




--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and
stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register
now#33;
http://p.sf.net/sfu/devconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and
stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register
now#33;
http://p.sf.net/sfu/devconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

This  email (including any attachments) is intended for the sole use of
the
intended recipient/s and may contain material that is CONFIDENTIAL AND
PRIVATE COMPANY INFORMATION. Any  review  or reliance by others or
copying
or distribution or forwarding of any or all of the  contents in this
message
is STRICTLY PROHIBITED.If  you  are not the intended recipient, please
contact the sender by email and delete all copies; your cooperation in
this
regard is appreciated. For Information on Adrenalin, call toll-free
1-800-425-4252 | Write to i...@myadrenalin.com | Visit
www.myadrenalin.com




--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and
stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register
now

[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 that is CONFIDENTIAL AND PRIVATE 
COMPANY INFORMATION. Any  review  or reliance by others or copying or 
distribution or forwarding of any or all of the  contents in this message is 
STRICTLY PROHIBITED.If  you  are not the intended recipient, please contact the 
sender by email and delete all copies; your cooperation in this regard is 
appreciated. For Information on Adrenalin, call toll-free 1-800-425-4252 | 
Write to i...@myadrenalin.com | Visit www.myadrenalin.com


--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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: Thursday, September 24, 2009 10:18 AM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Restore set of files on uninstall.

What is the source of the files your servicepack MSI replaced?
Did your servicepack MSI remove that previous product(s) or simply
overwrite
their files?
Has your servicepack MSI already been shipped?

-Original Message-
From: Bala Ganesh [mailto:balaganes...@myadrenalin.com] 
Sent: Wednesday, September 23, 2009 8:35 PM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Restore set of files on uninstall.

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 that is CONFIDENTIAL AND
PRIVATE COMPANY INFORMATION. Any  review  or reliance by others or
copying
or distribution or forwarding of any or all of the  contents in this
message
is STRICTLY PROHIBITED.If  you  are not the intended recipient, please
contact the sender by email and delete all copies; your cooperation in
this
regard is appreciated. For Information on Adrenalin, call toll-free
1-800-425-4252 | Write to i...@myadrenalin.com | Visit
www.myadrenalin.com




--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and
stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register
now#33;
http://p.sf.net/sfu/devconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and
stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register
now#33;
http://p.sf.net/sfu/devconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

This  email (including any attachments) is intended for the sole use of the 
intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE 
COMPANY INFORMATION. Any  review  or reliance by others or copying or 
distribution or forwarding of any or all of the  contents in this message is 
STRICTLY PROHIBITED.If  you  are not the intended recipient, please contact the 
sender by email and delete all copies; your cooperation in this regard is 
appreciated. For Information on Adrenalin, call toll-free 1-800-425-4252 | 
Write to i...@myadrenalin.com | Visit www.myadrenalin.com


--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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 to find any sample WIX source codes to do this. So If anybody 
could help me on this would be really appreciated.
 
Thanks.
_
Got Game? Win Prizes in the Windows Live Hotmail Mobile Summer Games Trivia 
Contest
http://www.gowindowslive.com/summergames?ocid=TXT_TAGHM
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] SQL loggin in WIX

2007-04-26 Thread Bala Shanmugam (Excell Data Corporation)
Hi,

I am using WIX 2.0 to create the MSI for sql db installation stuffs. I have a 
SQL script file and it has all SQL statement to create all the objects like 
Tables, StoredProcedures and Views. For logging purpose I have PRINT 
statement inside SQL scripts.

When I install the MSI, 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-

-
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/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users