MSI trouble with ALLUSERPROFILE

Juan Lang juan_lang at yahoo.com
Thu Mar 3 10:10:24 CST 2005


> I get err with %ALLUSERPROFILE during install program:
<snip>
> Where I will set this env variable? (I know I can do it in shell, but
> what is the right way?)

Hm.. I never did get this quite right.  For consistency, it should be in
wine.inf.  That's where USERPROFILE is:
HKLM,System\CurrentControlSet\Control\Session
Manager\Environment,"USERPROFILE",,"%53%"

But I don't think it can go here, because setupapi (which is what
interprets those funny "%53" type strings) doesn't have a magic constant
for this, and there isn't a CSIDL value for it.  So maybe shell32 should
set it in SHELL_RegisterShellFolders?

--Juan


	
		
__________________________________ 
Celebrate Yahoo!'s 10th Birthday! 
Yahoo! Netrospective: 100 Moments of the Web 
http://birthday.yahoo.com/netrospective/



More information about the wine-devel mailing list