shortcut\OSD that opens a folder in Virtual Environment
Hi All,
Has anyone ever created an OSD\shortcut that simply opens a folder in the virtual environment? I thought it would be a simple thing to do but I'm having issues.
The Filename in Codebase ref is FILENAME="%CSIDL_PROGRAM_FILES%\Folder1".
It throws a windows explorer error stating it cannot find C:\Program Files\Folder1. If I manually create the folder locally then it just opens the local folder.
If I change the FILENAME to ="%CSIDL_PROGRAM_FILES%\Folder1\File1.txt" it opens the file without issue.
If I change the FILENAME to ="Q:\VirApp.001\VFS\CSIDL_PROGRAM_FILES\Folder1" it throws an access denied error.
The end user of the app needs to copy files to and from the application folders so thats why I need to give them access to the virtual environment.
Thanks,
Has anyone ever created an OSD\shortcut that simply opens a folder in the virtual environment? I thought it would be a simple thing to do but I'm having issues.
The Filename in Codebase ref is FILENAME="%CSIDL_PROGRAM_FILES%\Folder1".
It throws a windows explorer error stating it cannot find C:\Program Files\Folder1. If I manually create the folder locally then it just opens the local folder.
If I change the FILENAME to ="%CSIDL_PROGRAM_FILES%\Folder1\File1.txt" it opens the file without issue.
If I change the FILENAME to ="Q:\VirApp.001\VFS\CSIDL_PROGRAM_FILES\Folder1" it throws an access denied error.
The end user of the app needs to copy files to and from the application folders so thats why I need to give them access to the virtual environment.
Thanks,
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
DannyC
15 years ago
Posted by:
AngelD
15 years ago
ORIGINAL: DannyC
you should be able to get away with using explorer.exe, but you will need to ensure that "open window in seperate process" or whatever it's called is set in the local explorer folder view properties..
this can be done by running the explorer process with the /separate switch, ex.
explorer /separate C:\temp
Posted by:
ChluainEois
15 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.