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

Reply via email to