Re: [WiX-users] Apostrophe in TargetDir

2007-05-01 Thread Pallavi Patrutkar
, Regards, Pallavi. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, April 30, 2007 9:34 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Apostrophe in TargetDir How is the apostrophe getting into

Re: [WiX-users] Apostrophe in TargetDir

2007-04-30 Thread Richard.Foster
have that luxury. Regards, Richard From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pallavi Patrutkar Sent: Monday, April 30, 2007 11:56 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Apostrophe in TargetDir HI All, In my

[WiX-users] Apostrophe in TargetDir

2007-04-30 Thread Pallavi Patrutkar
HI All, In my project, if TARGETDIR contains Apostrophe, my service fails to start. Is it possible that I can have a deferred custom action for getting TARGETDIR in a DLL, by which I will format TARGETDIR by putting '\' before that? Can I edit TARGETDIR from a deferred custom action?