-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Word 6.0a - Admin rights required to avoid SHARE.EXE problem #932
Comments
You need to have write permission to the c drive current directory (not the c:\ dir) for it to work without admin privileges. There's nothing winevdm can do to get around that. You can set the start menu shortcut start directory to your documents folder and that should work. |
Hallo, |
That is possible but it won't help here, in fact OpenFile already does that but it didn't work in this case because that passed path isn't fully qualified. It's the winword.exe current directory that needs to be set, not otvdm. |
Hello, |
So it looks for the first fixed disk and puts the temp file in the current dir on that drive thus the working dir needs to be a directory you can write to that is on the first hdd (c:). |
Y:\>c:
C:\>cd users\user
C:\Users\user>Y:
Y:\>cd WINWORD
Y:\WINWORD>WINWORD.EXE This can be avoided by changing the current directory of the C drive and then starting it. temppath needs to be redirected in GetTempFileName16 and RedirectDriveRoot should redirect relative path. |
Ok, works for me when otvdm is correctly installed in Windows 10. |
Hello,
ist seems to be a well known behaviour of Word 6.0 that it tries to create a temp file on C:\ to check if share.exe ist loaded.
Because of this on Windows 10 it is necessary to start WineVDM with admin rights to run Word 6.0. It would be nicer if such a write access could be redirected in WineVDM. Is there a possibility to do so or are there any plans to implement that into otvdm?
trace.zip
The text was updated successfully, but these errors were encountered: