|
-
December 5th, 2012, 09:54 AM
#1
enable virtualiztion in 64bit mfc c++ app? how?
Ok, I have a version of an app in 64bit but the problem is under program files on windows 8 64bit it doesn't have access to the programs files folder... usually virtualiztion will redirect it to the virtual store but with 64bit exe's this doesn't happen automatically.
How do I enable it in code or in the manifest file?
any ideas?
Hobnob
From MSDN:
Virtualization is only enabled for:
32 bit interactive processes
Administrator writeable file/folder and registry keys
Virtualization is disabled for:
64 bit processes
Non-interactive processes
Processes that impersonate
Kernel mode callers
Executables that have a requestedExecutionLevel
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|