Adding some more context, hopefully someone has encountered this error and has some insight. I am only getting this error "Error 1324. The folder path '?' contains an invalid character." when I am adding a file (Assembly) to the GAC on the machine. The following is the WiX code: <Directory Id="TARGETDIR" Name="SourceDir"> <Directory Id="GAC" Name="GAC"> <Component Id="GAC_Files" Guid="273ESF01-42D2-40E8-9729-EED39RTF8D14" DiskId="1"> <File Id="_98EPRLIACFDF4A80A3C2E9B9861C323E" Name="MyProduct.MyAssembly.dll" Source="$(var.BINDIR)\MyProduct.MyAssembly.dll" Assembly=".net" KeyPath="yes" /> </Component> </Directory> . . . . </Directory>
Thx, Sunil. > From: abhyankar_su...@hotmail.com > To: wix-users@lists.sourceforge.net > Date: Mon, 29 Nov 2010 14:03:59 -0800 > Subject: [WiX-users] Error when using installer built using WiX > > > Hello, > > I am getting the following error when using the installer built using WiX: > Error 1324. The folder path '?' contains an invalid character. > > The following is some of the text from the log file when using the installer. > > MSI (c) (3C:E8) [13:37:21:690]: PROPERTY CHANGE: Modifying TARGETDIR > property. Its current value is 'C:\'. Its new value: 'C:\sampleinstall\'. > MSI (c) (3C:E8) [13:37:21:690]: Note: 1: 1324 2: ? 3: 1 > Error 1324. The folder path '?' contains an invalid character. > MSI (c) (3C:E8) [13:37:22:909]: Product: My Product -- Error 1324. The folder > path '?' contains an invalid character. > MSI (c) (3C:E8) [13:37:23:722]: Doing action: WixUIValidatePath > > Please let me know if I need to send additional information. > > Thx, > Sunil. > > ------------------------------------------------------------------------------ > Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! > Tap into the largest installed PC base & get more eyes on your game by > optimizing for Intel(R) Graphics Technology. Get started today with the > Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. > http://p.sf.net/sfu/intelisp-dev2dev > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users