Hi,

I have written an installed for a service using wix, which runs under the
Local System account.  So far, so good.

Now I want to install some data files that go with the service, under the
Local System profile's data folder.

On my machine, that means here:
C:\Windows\System32\config\systemprofile\AppData\Roaming
though presumably the path depends on the user's exact set up.

(I got this location by getting the service to create some files when it
started.)

How do I get WIX to put my data file in the right place in this scenario - I
naively tried APPDATA, but that of course is under the installing user's
profile and not the local system account.

I've googled around and looked in the docs but can't find anything useful on
this...

Thanks for your help,

Miles
------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to