That looks OK if it's passing the ICE tests now as it's much like the
sample in the How to create a shortcut
(http://wix.sourceforge.net/manual-wix3/create_start_menu_shortcut.htm).
Shortcuts are still files as far as the file system is concerned so
copying that sample for your own needs should be fine.

My only question would be do you need to use AppDataFolder as it's a
user-specific directory? If you're doing a per-machine installation does
the app your software is an add-on for allow you to use
CommonAppDataFolder instead? Also AppDataFolder is the Roaming folder
(http://msdn.microsoft.com/en-us/library/aa367565.aspx) are you sure you
shouldn't be using LocalAppDataFolder
(http://msdn.microsoft.com/en-us/library/aa369768.aspx) instead if you
have to use a user-specific directory?

Palbinder Sandher 
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500 
F: +44 (0) 141 945 8501 

http://www.iesve.com 
**Design, Simulate + Innovate with the <Virtual Environment>**
Integrated Environmental Solutions Limited. Registered in Scotland No.
SC151456 
Registered Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP
Email Disclaimer

-----Original Message-----
From: michaelrepucci [mailto:mich...@repucci.org] 
Sent: 05 August 2010 19:35
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] installing files to user's application data
folder


Oh, my bad. I forgot the

<RegistryValue Root="HKCU" Key="Software\[Manufacturer]\[ProductName]"
Type="string" Value="" KeyPath="yes" />

that belongs in each component. Still not an elegant solution, so
comments welcome. Thanks!
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/installing
-files-to-user-s-application-data-folder-tp5377311p5377751.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------
------
The Palm PDK Hot Apps Program offers developers who use the Plug-In
Development Kit to bring their C/C++ apps to Palm for a share of $1
Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to