Re: [WiX-users] Question about CustomAction

2007-06-20 Thread Harm-Jan Zwinderman
Mike, You're right WIX doesn't have a problem using paths containing spaces. The problem was that this program Subtext expected another version of a dll than the version of the dll that got installed. So the custom action failed because of a dll link error. Thanks for your replies. Regards, Ha

Re: [WiX-users] Question about CustomAction

2007-06-19 Thread Mike Dimmick
Is this a file you're installing? If so, the FileKey should be set to the Id (not the filename) of the File element that installs the EXE. Windows Installer should be coping with paths with spaces in here - it's hardly a rare requirement considering that probably 99% of packages install to "[drive

Re: [WiX-users] Question about CustomAction

2007-06-19 Thread Rob Mensching
Maybe add "'s? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Harm-Jan Zwinderman Sent: Tuesday, June 19, 2007 3:42 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Question about CustomAction Dear All, I am trying to use a CustomAction in m