I’m running into issues to add couple registry keys to HKLM hive. This is a
requirement for the project to add the key to HKLM as they can be accessed from
a local system service. HKCU is not accessible from a local system service.
When I use the code below, I’m getting ICE errors. Tried different ways to
avoid the error, but unable to see the key under HKLM created after
installation. I think I’m missing some basic here.
error LGHT0204: ICE38: Component CMPApplicationStartMenuShortcut installs to
user profile. It's KeyPath registry key must fall under HKCU.
error LGHT0204: ICE43: Component CMPApplicationStartMenuShortcut has
non-advertised shortcuts. It's KeyPath registry key should fall under HKCU.
error LGHT0204: ICE57: Component 'CMPApplicationStartMenuShortcut' has both
per-user and per-machine data with a per-machine KeyPath.
<!-- program menu items -->
<ComponentGroup Id="PROGRAMMENUSHORTCUT" Directory="PROGRAMMENUDIR2">
<Component Id="CMPApplicationStartMenuShortcut"
Guid="13269471-FC6F-40E6-B7BF-02CDB3395A11" >
<Shortcut Id="UninstallDriver"
Name="!(loc.Uninstall)"
Description="!(loc.UninstallDescription)"
Target="[System64Folder]msiexec.exe"
Arguments="/x [ProductCode]"
Icon="PackageIcon" />
<RegistryValue Root="HKLM" Key="Software\Microsoft\Spectrum"
Name="SpectrumPackageVersion" Type="string"
Value="$(var.MSIPACKAGEVERSION)"/>
<RemoveFolder Id="PROGRAMMENUDIR" On="uninstall"/>
</Component>
</ComponentGroup>
Sent from Windows Mail
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT
organizations don't have a clear picture of how application performance
affects their revenue. With AppDynamics, you get 100% visibility into your
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users