Redirection, only on MSI 5.0? But anyway, needed to install program into
LocalAppDataFolder for everyone (admins and users)

2012/7/3 <ferdi.oeztu...@accenture.com>

> Try to install to ProgramFilesFolder? it is a redirected property in per
> user context (see here
> http://msdn.microsoft.com/en-us/library/windows/desktop/dd765197(v=vs.85).aspx
> )
> Perhaps your ICEs are gone then.
>
> -----Original Message-----
> From: Alexey Ivanov [mailto:alexey.iva...@gmail.com]
> Sent: Dienstag, 3. Juli 2012 17:25
> To: General discussion for Windows Installer XML toolset.
> Subject: [WiX-users] Only perUser installation get too much errors ICE38;
> ICE91; ICE64
>
> Part of XML:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>
>   <?include Variables.wxi?>
>   <Product Id="*" Name="$(var.ProductName)"
> Manufacturer="$(var.Manufacturer)" Codepage="$(var.ProductCodepage)"
> Language="1033" Version="$(var.ProductVersion)"
> UpgradeCode="$(var.UpgradeCode)">
>     <Package Id="*" Description="$(var.ProductName) $(var.ProductVersion)
> installer" Manufacturer="$(var.Manufacturer)" InstallScope="perUser"
> InstallerVersion="200" Compressed="yes" ShortNames="no" />
>     <Media Id="1" Cabinet="vacuumim.cab" EmbedCab="yes"
> CompressionLevel="none" />
>
>     <Directory Id="TARGETDIR" Name="SourceDir">
>       <Directory Id="LocalAppDataFolder">
>         <Directory Id="APPLICATIONFOLDER" Name="$(var.ProductName)">
>         </Directory>
>       </Directory>
>       <Directory Id="ProgramMenuFolder">
>         <Directory Id="ProgramMenuAppFolder" Name="$(var.ProductName)">
>           <Component Id="c.ProgramMenuAppFolder"
> Guid="a46490d1-7ce1-4418-9efd-d944086df6ae">
>             <RegistryValue Root="HKMU"
> Key="Software\$(var.Manufacturer)\$(var.ProductName)" Type="string"
> Value="" KeyPath="yes" />
>             <RemoveFolder Id="ProgramMenuAppFolder" On="uninstall"/>
>           </Component>
>         </Directory>
>       </Directory>
>       <Directory Id="DesktopFolder" Name="Desktop"/>
>     </Directory>
>
> There Orca Validation http://pastebin.ru/tW9D8Aae
>
> I found fix,
> http://stackoverflow.com/questions/6956438/wix-personalfolder-issue but
> 1200 registry keys???
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and threat
> landscape has changed and how IT managers can respond. Discussions will
> include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> ________________________________
> This message is for the designated recipient only and may contain
> privileged, proprietary, or otherwise private information. If you have
> received it in error, please notify the sender immediately and delete the
> original. Any other use of the email by you is prohibited.
>
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to