Re: [WiX-users] Square Brackets in a Custom Action

2009-09-30 Thread Mike Carlson (DEV DIV)
scape these characters. Thanks, Mike Carlson -Original Message- From: phillip_sid...@dellteam.com [mailto:phillip_sid...@dellteam.com] Sent: Wednesday, September 30, 2009 1:22 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Square Brackets in a Custom Action I have a custom ac

[WiX-users] Square Brackets in a Custom Action

2009-09-30 Thread Phillip_Sidari
I have a custom action that executes appcmd (the IIS 7 tool for metabase modifications) and it needs to contain '[' and ']' in the command line. The following custom action fails to compile with the square brackets: If I remove the square brackets it executes but performs the wrong