Re: [WiX-users] Fixing ICE57 on perUser installation

2012-09-18 Thread Nelya Iva
Message- > From: Nelya Iva [mailto:nelya@gmail.com] > Sent: 18 September 2012 06:28 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Fixing ICE57 on perUser installation > > Can anyone clarify where is here in my code per-machine element,

Re: [WiX-users] Fixing ICE57 on perUser installation

2012-09-18 Thread Peter Shirtcliffe
r XML toolset. Subject: Re: [WiX-users] Fixing ICE57 on perUser installation Can anyone clarify where is here in my code per-machine element, please? 2012/9/14 Nelya Iva > Thank you for response. > INSTALLLOCATION - is a folder in ProgramFiles directory.. It's a > per-machine location

Re: [WiX-users] Fixing ICE57 on perUser installation

2012-09-17 Thread Nelya Iva
will be >> false >> and the component never gets installed. >> >> -Original Message- >> From: Nelya Iva [mailto:nelya@gmail.com] >> Sent: 14 September 2012 11:54 >> To: wix-users@lists.sourceforge.net >> Subject: [WiX-users] Fixing ICE57 on

Re: [WiX-users] Fixing ICE57 on perUser installation

2012-09-14 Thread Nelya Iva
11:54 > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Fixing ICE57 on perUser installation > > Our application writes some settings to the registry into the HKCU hive. I > want to delete this settings during uninstall. Here is code: > > > FileSourc

Re: [WiX-users] Fixing ICE57 on perUser installation

2012-09-14 Thread Peter Shirtcliffe
v=vs.85%29 .aspx Since REMOVE does not equal ALL when installing, the condition will be false and the component never gets installed. -Original Message- From: Nelya Iva [mailto:nelya@gmail.com] Sent: 14 September 2012 11:54 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Fi

[WiX-users] Fixing ICE57 on perUser installation

2012-09-14 Thread Nelya Iva
Our application writes some settings to the registry into the HKCU hive. I want to delete this settings during uninstall. Here is code: REMOVE="ALL" AND NOT UPGRADINGPRODUCTCODE Why I'm getting ICE57? Installation is per-User. Thank's in adv