https://bugs.winehq.org/show_bug.cgi?id=47175
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Star Wars - The Old |Star Wars - The Old |Republic (SWTOR) |Republic (SWTOR) |client/launcher fails with |client/launcher fails with |'Installation of drivers |'Installation of drivers |require administrative |require administrative |permission' |permission' |(BitRaider)(kernel/fs |(BitRaider)(existing native |filter driver SCM config |NT-style paths for |'ImagePath' must be |'ImagePath' resolving to |prefixed with '??') |same path must not be | |rewritten by SCM)
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello again,
looking at the second part of the bug series (to be created) I've noticed the pattern from there is actually the potential solution here too.
The 'ImagePath' registry entry, written by the helper app which contains the native NT-style driver path is the same as the non-NT style path passed to 'advapi32.CreateServiceW' later. It seems SCM should not rewrite it using non-NT style path. Adapting summary accordingly.
Regards