Re: [WiX-users] When to call CustomAction

2014-10-23 Thread Wired
Hi Brian, I think the reason your doesn't work is because you don't create the under before you try and set values (I've assumed you don't deploy with an empty ). The following is something that i use to add under "//Configuration/Extensions/Data" (and remove it on an uninstall).

Re: [WiX-users] When to call CustomAction

2014-10-22 Thread Brian Enderle
Service Applications | Continuing > Development > Jack Henry & Associates, Inc.® | Lenexa, KS 66214 | Ext: 431050 | > jocoo...@jackhenry.com > > > > -Original Message- > From: Brian Enderle [mailto:bria...@gmail.com] > Sent: Tuesday, October 21, 2014 12:24

[WiX-users] When to call CustomAction

2014-10-21 Thread Fyodor Koryazhkin
e: Tue, 21 Oct 2014 13:23:33 -0400 > Subject: [WiX-users] When to call CustomAction > I am trying to run a CA after setting up a website to modify the web.config > file based on the IIS version being used. > > What should I use for the "After" value (in the InstallExecuteSeq

Re: [WiX-users] When to call CustomAction

2014-10-21 Thread John Cooper
Jack Henry & Associates, Inc.® | Lenexa, KS  66214 | Ext: 431050 |jocoo...@jackhenry.com -Original Message- From: Brian Enderle [mailto:bria...@gmail.com] Sent: Tuesday, October 21, 2014 12:24 PM To: WiX Users Subject: [WiX-users] When to call CustomAction I am trying to run a CA afte

[WiX-users] When to call CustomAction

2014-10-21 Thread Brian Enderle
I am trying to run a CA after setting up a website to modify the web.config file based on the IIS version being used. What should I use for the "After" value (in the InstallExecuteSequence) to make sure the CustomAction executes after the website is installed? Here is the code I am using: ...