Try this:
http://robmensching.com/blog/posts/2007/4/27/How-to-create-an-uninstall-shor
tcut-and-pass-all-the .

-----Original Message-----
From: Tim Musschoot [mailto:tim.mussch...@telenet.be]
Sent: Wednesday, February 11, 2009 02:28
To: General discussion for Windows Installer XML toolset.; General
discussion for Windows Installer XML toolset.
Subject: [WiX-users] Wix - Shortcut on desktop & program menu for all users

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



------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to