Re: [WiX-users] failure in custom action.

2006-09-21 Thread Rob Mensching
You need to debug your CustomAction.  For some reason it is failing.  Can't offer much more help without understanding the whole CustomAction and how it is scheduled.   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sean Wang (MSN) Sent: Wednesday, September 20, 2006 1

Re: [WiX-users] failure in custom action.

2006-09-21 Thread Mike Dimmick
Do you think the doubled directory separators could have any significance? The [ProgramFilesFolder] property includes a trailing directory separator, so you normally use it like   [ProgramFilesFolder][Manufacturer]\[ProductName]   to build a TARGETDIR.   -- Mike Dimmick From: [EMAIL PROTEC