|
From: SourceForge.net <no...@so...> - 2006-06-16 08:35:50
|
Bugs item #1506008, was opened at 2006-06-14 14:41 Message generated for change (Comment added) made by mad_burcher You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1506008&group_id=105970 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: wixui Group: v3.0 Status: Open Resolution: None Priority: 5 Submitted By: Matthijs van der Vleuten (zr40) Assigned to: Bob Arnson (barnson) Summary: WixUI_InstallDir generates error 2819 Initial Comment: When using WixUI_InstallDir, clicking Change on the Destination Folder dialog generates 'an unexpected error' with error code 2819. This does not happen with WixUI_Mondo. ---------------------------------------------------------------------- Comment By: The Mad Butcher (mad_burcher) Date: 2006-06-16 10:35 Message: Logged In: YES user_id=295880 In WiX.chm do a search for WIXUI_INSTALLDIR. I took me also some time before i found it in the chm file :-) ---------------------------------------------------------------------- Comment By: Bob Arnson (barnson) Date: 2006-06-15 16:17 Message: Logged In: YES user_id=26581 WIXUI_INSTALLDIR must be a property, not a directory. See WiX.chm for details. So it looks like: <Directory Id="TARGETDIR" Name="SourceDir"> <Directory Id="ProgramFilesFolder" Name="PFiles"> <Directory Id="TESTFILEPRODUCTDIR" Name="WIXTEST" LongName="Test File"> <Component ...> </Component> </Directory> </Directory> </Directory> <Property Id="WIXUI_INSTALLDIR" Value="TESTFILEPRODUCTDIR" /> <UIRef Id="WixUI_InstallDir" /> ---------------------------------------------------------------------- Comment By: Matthijs van der Vleuten (zr40) Date: 2006-06-15 09:32 Message: Logged In: YES user_id=832662 No, I was using INSTALLDIR, as recommended by the WiX Tutorial. Setting it to WIXUI_INSTALLDIR generates an error: error LGHT0205 : ICE18: KeyPath for Component: 'Environment' is Directory: 'WIXUI_INSTALLDIR'. The Directory/Component pair must be listed in the CreateFolders table. By the way, where is WIXUI_INSTALLDIR documented? ---------------------------------------------------------------------- Comment By: Bob Arnson (barnson) Date: 2006-06-14 19:29 Message: Logged In: YES user_id=26581 Have you set WIXUI_INSTALLDIR to the directory you want the dialog to control? If not, you need to do so. If so, please attach a verbose log because I can't reproduce it with the current WiX build. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1506008&group_id=105970 |