Re: [WiX-users] Directory in user profile but not in RemoveFile table

2007-09-14 Thread Daryn Mitchell
 From: Jeff Hunsaker
 Sent: Friday, June 08, 2007 1:55 PM
 
 I'm adding a program menu which should be created if it's not there.
 Other programs install to this menu so I do not want to delete it 
 at uninstall. My XML looks like this: 
[...]
 error LGHT0204 : ICE64: The directory scmworkbench is in the 
 user profile but is not listed in the RemoveFile table.

I'm doing the same thing right now and I saw this entry when doing my
wix-users search.
Just for the record (as far as I understand), it's safe to have the
RemoveFile for your Program Menu folder that shared with other products,
because the action only removes folders that are empty, i.e. when there are
no other shortcuts left in it.

Daryn.



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Directory in user profile but not in RemoveFile table

2007-06-08 Thread Jeff Hunsaker

WiX: 3.0.2925

I'm adding a program menu which should be created if it's not there. Other
programs install to this menu so I do not want to delete it at uninstall. My
XML looks like this:

  Directory Id=ProgramMenuFolder SourceName=Programs
   Directory Id=scmworkbench Name=ScmWorkbench ShortName=
SCMWOR~1
 Directory Id=releasepreparation Name=Release
PreparationShortName=
RELEAS~1 /
   /Directory
 /Directory

I'm getting a Light error of:

error LGHT0204 : ICE64: The directory scmworkbench is in the user profile
but is not listed in the RemoveFile table.

I've tried adding a Component/ element with the RemoveFile/ but then I
start receiving other errors.

Thanks for the assistance.

Regards,
Jeff...

--
Jeff Hunsaker
[EMAIL PROTECTED]

http://www.TheFreestyleEntrepreneur.com
http://EffectiveThoughts.blogspot.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


Re: [WiX-users] Directory in user profile but not in RemoveFile table

2007-06-08 Thread Mike Dimmick
See Rob Mensching's blog entry How to create an uninstall shortcut (and
pass all the ICE validation) for information on how to do this.

 

http://robmensching.com/blog/archive/2007/04/27/How-to-create-an-uninstall-s
hortcut-and-pass-all-the.aspx

 

-- 

Mike Dimmick

 

  _  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jeff Hunsaker
Sent: 08 June 2007 21:55
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Directory in user profile but not in RemoveFile table

 


WiX: 3.0.2925

I'm adding a program menu which should be created if it's not there. Other
programs install to this menu so I do not want to delete it at uninstall. My
XML looks like this: 

  Directory Id=ProgramMenuFolder SourceName= Programs
Directory Id=scmworkbench Name=ScmWorkbench
ShortName=SCMWOR~1
  Directory Id=releasepreparation Name= Release Preparation
ShortName=RELEAS~1 /
/Directory
  /Directory 

I'm getting a Light error of: 

error LGHT0204 : ICE64: The directory scmworkbench is in the user profile
but is not listed in the RemoveFile table.

I've tried adding a Component/ element with the RemoveFile/ but then I
start receiving other errors. 

Thanks for the assistance. 

Regards, 
Jeff...

-- 
Jeff Hunsaker
[EMAIL PROTECTED]

http://www.TheFreestyleEntrepreneur.com
http://EffectiveThoughts.blogspot.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