But then what do I do for the keypath of this component? I tried it and
got ICE38 "Component ProgMenu.RMCLink installs to user profile. It must
use a registry key under HKCU as its KeyPath, not a file", where
ProgMenu.RMCLink is the component I added under the directory with just
the RemoveFolder element.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Julie
Campbell
Sent: Thursday, April 19, 2007 11:31 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Where to install samples

You could just create a component under that directory that only
contains
the RemoveFile element, i.e., 

<RemoveFolder Id='MyFolder' On='uninstall'/>

Julie Campbell
[EMAIL PROTECTED]

Message: 1
Date: Thu, 19 Apr 2007 09:50:37 -0700
From: "Quinton Tormanen" <[EMAIL PROTECTED]>
Subject: Re: [WiX-users] Where to install samples
To: <wix-users@lists.sourceforge.net>
Message-ID:
        
<[EMAIL PROTECTED]>
        
Content-Type: text/plain; charset="us-ascii"

Adding the shortcut satisfies my needs. Thanks for the tip! After some
minor struggles, I've got that working.

 

However, as part of the process I moved my two shortcuts (one to the
online help, and the new one to the samples folder) into a folder named
"RMCLink Component" under ProgramMenuFolder. Now I get warning ICE064
about needing RemoveFile for this new folder. What is the correct way to
do this using WiX? Should I add a RemoveFolder element to each component
that puts stuff into this folder?

 

--Quinton

 




________________________________________________________________________
_____
Scanned by IBM Email Security Management Services powered by
MessageLabs. For more information please visit http://www.ers.ibm.com
________________________________________________________________________
_____

------------------------------------------------------------------------
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to