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

2015-02-05 Thread Tony
My per-user, non-elevated install's directory structure looks like this... I use it in ComponentGroup like this... Do I have to explicitly add the directory XXX to the remove file table because none of the files

Re: [WiX-users] ICE64 Validation - Bug?

2012-03-14 Thread John Cooper
sday, March 14, 2012 10:12 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] ICE64 Validation - Bug? If I don't check "Supress ICE Validation" - I get an ICE64 as shown below. I can't seem to get rid of it no matter what I try. I don't get t

[WiX-users] ICE64 Validation - Bug?

2012-03-14 Thread Daniel Sniderman
If I don't check "Supress ICE Validation" - I get an ICE64 as shown below. I can't seem to get rid of it no matter what I try. I don't get the ICE64 error when I run the installer. Error 310 ICE64: The directory AppData_Microsoft is in the user profile but is not listed in the RemoveFil

Re: [WiX-users] ICE64, can't use RemoveFolder

2010-08-04 Thread Christian Tusch
istered in Scotland No. > SC151456 > Registered Office - Helix Building, West Of Scotland Science Park, Glasgow > G20 0SP > Email Disclaimer > > -Original Message- > From: Christian Tusch [mailto:ctu...@gmail.com] > Sent: 04 August 2010 15:03 > To: General d

Re: [WiX-users] ICE64, can't use RemoveFolder

2010-08-04 Thread Pally Sandher
No. SC151456 Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -Original Message- From: Christian Tusch [mailto:ctu...@gmail.com] Sent: 04 August 2010 15:03 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-use

Re: [WiX-users] ICE64, can't use RemoveFolder

2010-08-04 Thread Christian Tusch
West Of Scotland Science Park, Glasgow > G20 0SP > Email Disclaimer > > -Original Message- > From: Christian Tusch [mailto:ctu...@gmail.com] > Sent: 04 August 2010 14:49 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] ICE64, can&

Re: [WiX-users] ICE64, can't use RemoveFolder

2010-08-04 Thread David Watson
RemoveFolder only works on empty folders. -Original Message- From: Pally Sandher [mailto:pally.sand...@iesve.com] Sent: 04 August 2010 14:55 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] ICE64, can't use RemoveFolder Have you actually test

Re: [WiX-users] ICE64, can't use RemoveFolder

2010-08-04 Thread Peter Shirtcliffe
Remove Folder only removes empty folders. -Original Message- From: Christian Tusch [mailto:ctu...@gmail.com] Sent: 04 August 2010 14:49 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] ICE64, can't use RemoveFolder But then the uninstall will r

Re: [WiX-users] ICE64, can't use RemoveFolder

2010-08-04 Thread Pally Sandher
tland No. SC151456 Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -Original Message- From: Christian Tusch [mailto:ctu...@gmail.com] Sent: 04 August 2010 14:49 To: General discussion for Windows Installer XML toolset. Subject: Re: [W

Re: [WiX-users] ICE64, can't use RemoveFolder

2010-08-04 Thread Christian Tusch
d in Scotland No. > SC151456 > Registered Office - Helix Building, West Of Scotland Science Park, > Glasgow G20 0SP > Email Disclaimer > > -Original Message- > From: Christian Tusch [mailto:ctu...@gmail.com] > Sent: 04 August 2010 13:35 > To: General discussion

Re: [WiX-users] ICE64, can't use RemoveFolder

2010-08-04 Thread Pally Sandher
04 August 2010 13:35 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] ICE64, can't use RemoveFolder Hello, I have the following XML snippet: Since I'm only putting shortcuts in there I'm receiving an ICE64. I know I could suppress this by using Re

[WiX-users] ICE64, can't use RemoveFolder

2010-08-04 Thread Christian Tusch
Hello, I have the following XML snippet: Since I'm only putting shortcuts in there I'm receiving an ICE64. I know I could suppress this by using RemoveFolder but the thing is my setup just installs an add-on. That means I don't want to remove the folder. Is my only option to suppress ICE64?

Re: [WiX-users] ICE64 - putting files in user's personal data folder

2010-04-28 Thread Rob Mensching
This might help some: http://robmensching.com/blog/posts/2007/4/27/How-to-create-an-uninstall-shortcut-and-pass-all-the On Wed, Apr 28, 2010 at 10:34 AM, Wix Mailing List wrote: > I want to place some database files in the user's My Documents folder in a > folder for the app. In disassembling th

[WiX-users] ICE64 when copying file to Documents\AppName

2010-04-28 Thread Wix Mailing List
I want to place some database files in the user's My Documents folder in a folder for the app. In disassembling the MSI file that windows installer creates, I found the name to use for the folder. But when I try to use it, I get ICE64 saying the directory is in the user profile but not in the Rem

[WiX-users] ICE64 - putting files in user's personal data folder

2010-04-28 Thread Wix Mailing List
I want to place some database files in the user's My Documents folder in a folder for the app. In disassembling the MSI file that windows installer creates, I found the name to use for the folder. But when I try to use it, I get ICE64 saying the directory is in the user profile but not in the Rem

Re: [WiX-users] ICE64: The directory ProgramMenuDir is in the user profile but is not listed in the RemoveFile table.

2009-04-07 Thread Rob Mensching
It's annoying. This old blog entry should explain more: http://robmensching.com/blog/archive/2007/04/27/How-to-create-an-uninstall-shortcut-and-pass-all-the.aspx Lanteigne, Alan wrote: > Hello Wix World: > > While trying to setup a shortcut to an EXE, I'm getting this error: > > ICE64: The dire

[WiX-users] ICE64: The directory ProgramMenuDir is in the user profile but is not listed in the RemoveFile table.

2009-04-07 Thread Lanteigne, Alan
Hello Wix World: While trying to setup a shortcut to an EXE, I'm getting this error: ICE64: The directory ProgramMenuDir is in the user profile but is not listed in the RemoveFile table. I thought I had done everything correctly but apparently I'm missing something. Googling shows something a

Re: [WiX-users] ICE64

2008-05-03 Thread Bob Arnson
Doug Payne wrote: I am using Wix 3.0. The linker is complaining about SideShowMenuFolder and SDKMenuFoler, saying that these are in the user profile, but there are no corresponding entries in the RemoveFolder table. Why does it think these are in the user's profile? I've set the ALLUSERS proper

[WiX-users] ICE64

2008-05-02 Thread Doug Payne
I am using Wix 3.0. The linker is complaining about SideShowMenuFolder and SDKMenuFoler, saying that these are in the user profile, but there are no corresponding entries in the RemoveFolder table. Why does it think these are in the user's profile? I've set the ALLUSERS property. I ran setup wit

Re: [WiX-users] ICE64 with WiX v3

2006-10-31 Thread Bob Arnson
Pedro Lamarão wrote: > C:\Documents and Settings\pedro.lamarao\My Documents\Visual Studio > Projects\VeM-trunk\Proxy\setup.wxs(139) : error LGHT0204 : ICE64: The > directory IntersixMenu is in the user profile but is not listed in the > RemoveFile table. > Add a RemoveFolder element to the s

[WiX-users] ICE64 with WiX v3

2006-10-31 Thread Pedro Lamarão
After upgrading, light started throwing me ICE64. C:\Documents and Settings\pedro.lamarao\My Documents\Visual Studio Projects\VeM-trunk\Proxy\setup.wxs(140) : error LGHT0204 : ICE64: The directory VeMMenu is in the user profile but is not listed in the RemoveFile table. C:\Documents and Settin

Re: [WiX-users] ICE64

2006-07-09 Thread Derek Cicerone
:44 AM To: Rob Hamflett Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] ICE64   Any ideas? On 7/4/06, Shmarya Rubenstein <[EMAIL PROTECTED]> wrote: Ok, added that now I'm getting:     warning LGHT1010 : Found orphaned Component 'ProgramsMenu&#x

Re: [WiX-users] ICE64

2006-07-09 Thread Shmarya Rubenstein
Any ideas?On 7/4/06, Shmarya Rubenstein <[EMAIL PROTECTED]> wrote: Ok, added that now I'm getting:    warning LGHT1010 : Found orphaned Component 'ProgramsMenu'.  Every Component should have at least one parent Feature.    error LGHT0204 : ICEM05: The component ProgramsMen

Re: [WiX-users] ICE64

2006-07-04 Thread Shmarya Rubenstein
Ok, added that now I'm getting:    warning LGHT1010 : Found orphaned Component 'ProgramsMenu'.  Every Component should have at least one parent Feature.    error LGHT0204 : ICEM05: The component ProgramsMenu.B5B01DD1_64E0_4204_A7DE_B079DF5A26D6 in the Component table is not

Re: [WiX-users] ICE64

2006-07-04 Thread Rob Hamflett
If you want to get rid of the validation error you need to create a component under ProgramMenuMyToolFolder which just contains . And yes, it's annoying. Rob Shmarya Rubenstein wrote: > Hi all, > > I have the following: > > > > > > > > >

[WiX-users] ICE64

2006-07-04 Thread Shmarya Rubenstein
Hi all,I have the following:               I use the Directories ID in a Shortcut definition:       Id='$(var.projectname).exe'   Name='$(var.projectname).exe'  Source='$(var.bin_directory)net-2.0/$(var.projectname).exe'   Vital='y