Re: [WiX-users] installing files to user's application data folder

2010-08-06 Thread michaelrepucci
Pally Sandher wrote: > > 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

Re: [WiX-users] installing files to user's application data folder

2010-08-06 Thread Pally Sandher
age- 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 that belongs in each component. Still not an elegant solution, so

Re: [WiX-users] installing files to user's application data folder

2010-08-05 Thread michaelrepucci
Oh, my bad. I forgot the 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 fr

Re: [WiX-users] installing files to user's application data folder

2010-08-05 Thread michaelrepucci
I did find a work-around for the ICE64 errors, but it seems a bit clunky (see below). Can anybody confirm whether this is the correct way to do this?

Re: [WiX-users] installing files to user's application data folder

2010-08-05 Thread michaelrepucci
Chris Lord-2 wrote: > > With only one file in the component, you probably don't need the > KeyPath. My WXS doesn't need the KeyPath for a file (I have a single > file in each component) and it passes all ICE tests. > I would have thought so, but I get the same ICE38 error. Based on the MSDN

Re: [WiX-users] installing files to user's application data folder

2010-08-05 Thread Chris Lord
Michael, With only one file in the component, you probably don't need the KeyPath. My WXS doesn't need the KeyPath for a file (I have a single file in each component) and it passes all ICE tests. As far as putting files into a specific user folder that should be OK if you are doing a per-user