I did find a work-around for the ICE64 errors, but it seems a bit clunky (see
below). Can anybody confirm whether this is the correct way to do this?

<Directory Id="AppDataFolder">
        <Directory Id="3rdPartyAppData" Name="3rdParty">
                <Component Id="3rdPartyAppDataFolder" Guid="PUT-GUID-HERE">
                        <RemoveFolder Id="3rdPartyAppData" On="uninstall" /> 
                </Component>
                <Directory Id="3rdPartyAppDataSubfolder" Name="Subfolder">
                        <Component Id="3rdPartyToolbar"
Guid="PUT-GUID-HERE">
                                <File Id="Toolbar" Name="an.xml"
Source="the.xml" DiskId="1" KeyPath="yes" />
                                <RemoveFolder Id="3rdPartyAppDataSubfolder"
On="uninstall" /> 
                        </Component>
                </Directory>
        </Directory>
</Directory>
-- 
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/installing-files-to-user-s-application-data-folder-tp5377311p5377739.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to