rouven wrote:cannot find wow.exe and I cannot select to automatically detect WoW.exe.
Read about this some where.
Uni searches for WoW.exe and the app is named wow.exe (the latest WOLTK update changed it, and messed around with the capitals).
This is a major lol issue : Windows filenames start to be case sensitive.
Anyway, better tell Uni in a next version to compare like this
if ("wow.exe" == tolower(wow-executable-found)) then
Found .....
And now hoping that the program name won't be renamed to WordOfWarcraft.exe in a near future ;-)
Another thing is the storage of addons and addons-variables.
We all know that "in the good old XP time" this was
[WOW-installed-path]\Interface\Addons\...
and
[WOW-installed-path]\WTF\Account\WOW-NAME\SavedVariables\....
For Vista, is it true that these directories are NEVER used ?
Interface\Addons
Logs
Screenshots
Cache
Errors
Only persistent directories are present under a Vista installation :
Data
Updates
C:\Users\VISTA-LOGIN-USER-NAME\AppData\Local\VirtualStore\Program Files\WTF\Account\WOW-LIGIN-NAME\SavedVariables
I don't have Vista myself, by last week I saw a situation where the addons were placed yet on another place, still in C:\Users\VISTA-LOGIN-USER-NAME\.....
I know that this "VirtualStore" stuff can be de-activated, but I understand quiet well that this isn't "part of the future".
And you-basic-average Vista users will start to yell, because they will have to go Regedit (at least) to "patch" their OS..... forget about it already.
Vista does not allow that ordinary user applications, with normal user rights, to write to the C:\Programs.... directory. This is part of the MS battle "making the OS less virus sensitive" - and yes, this time I can only say "At last, Redmond gets smart about these issues after 15 years...".
All user data files, even those created by executables - for reading by the executables, are stored "elsewhere".
For "Windows-Xp-look-alike applications" under Vista, installed in C:\Program Files\....., writing to C:\Program Files\..... the output will be mapped to C:\Users\VISTA-LOGIN-USER-NAME\AppData\Local\VirtualStore\.... directory.
Ok, can I live with that, I even understand why.
Nice side effect : C:\Users\VISTA-LOGIN-USER-NAME\AppData is declared as hidden and system, so, not visible (can be made visible, thought).
Is it true that, even not visible with Explorer, UniUpLoader still finds it - has access to it ?
Is WoW.exe Vista minded, that is, WoW is writing to [WOW-installed-path]\WTF\Account\WOW-NAME\SavedVariables\.... and the lua file are all mapped to C:\Users\VISTA-LOGIN-USER-NAME\AppData\Local\VirtualStore\.... without WoW knowing it ?
Is UniUpLoader
writing the addons to [WOW-installed-path]\Interface\Addons\... and Vista maps them behind his back to C:\Users\VISTA-LOGIN-USER-NAME\AppData\Local\VirtualStore\Programs\Word of Warcarft\Interface\Addons\....
When WoW start, it
reads the addons from where :
[WOW-installed-path]\Interface\Addons\... ?
or
C:\Users\VISTA-LOGIN-USER-NAME\AppData\Local\VirtualStore\Programs\Word of Warcarft\Interface\Addons\.... ?
[I saw posts about users complaining that these emptied out [WOW-installed-path]\Interface\Addons\... and WoW still listed the addons as "present" IG - this explains that VirtualStore is used even for reading]
Is it true that installing WoW into a directory named C:\Games\.... simplifies all these matters ?
Anyway, I think I gona drop by at the Dell Appstore, picking one of these XPS's that runs WoW on a comfortable way - with Vista Pro (never liked the "Home" brew from Redmond) - Its time to find out about this Vista thing.
Edit : Rouven, sorry for hijacking your question