Hi,

Our WiX3 installer uses the CommonAppDataFolder Property
      <Directory Id="CommonAppDataFolder">
(according to http://msdn.microsoft.com/en-us/library/aa367992(VS.85).aspx)
to find out the path to the Application Data that are used by the
software to install.

That works on my XP machine ("C:\Documents and Settings\All
Users\Application Data" is returned) and our software uses the same
path by finding it with a call to SHGetSpecialFolderPath (0, path,
CSIDL_COMMON_APPDATA, 0).

Anyway on Win7/64 RC the path returned by CommonAppDataFolder of the
WiX3 installer project is "C:\Users\All Users\", but the OS delivers
"C:\Users\All Users\Application Data" to our Software.

Who should I trust? Or did I mix the properties?

Thanks for any hint or place to read,
Stephan


______________
Stephan O'Farrill
Weyringergasse 37/3/11a
1040 Vienna / Austria
+43 680 1268 751

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to