Hello,

I'm struggling with the system to put a shortcut to an executable on the 
desktop for all users, and a shortcut to the same executable in the program 
menu for all users.  

This is an extract of the code I use:

<Property Id="ALLUSERS" Value="1" />

<DirectoryRef Id="TARGETDIR">
<Directory Id="DesktopFolder" Name="Desktop">
        <Component Id="AppShortCuts" 
Guid="3DBB6D25-A967-40FE-9DDB-0B75934498E5">
                <RegistryValue Id="ShortCutRegValue" Action="write" 
Key="Software\Argenta\Eclipse" Name="Installed" Value="1" KeyPath="yes" 
Root="HKMU" Type="integer" />
                <Shortcut Id="DesktopShortCut" Name="Eclipse IDE" 
Description="Eclipse IDE" Target="[!eclipse.exe]" Advertise="no" 
Icon="EclipseIcon" />
        </Component>
</Directory>
</DirectoryRef>


The errors are ICE43 & ICE57... 

Can someone provide me with an example on how to get this working?

TIA,
Tim



------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to