installing files to HOMEDRIVE
How can I set the property to HOMEDRIVE and then deliver the files through custom action using New Set Property.
The folder structure must be M:\.jinit\<file>
Regards,
Leween
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
AngelD
15 years ago
Posted by:
anonymous_9363
15 years ago
Posted by:
anonymous_9363
15 years ago
Uh huh...so the user account STILL doesn't have sufficient privileges.
If the error is occuring where you say, that account cannot enumerate sub-folders of 'objMainFolder'.
For the time being, get the script working stand-alone. Once it works in that state, THEN stick it into your package and re-test.
BTW, hard-coded paths will bite you sooner or later. Use the FileSystemObject object's ability to resolve the paths to SpecialFolders (e.g. the user profile folder) or the Shell object's environment-fetching methods if you prefer.
If the error is occuring where you say, that account cannot enumerate sub-folders of '
For the time being, get the script working stand-alone. Once it works in that state, THEN stick it into your package and re-test.
BTW, hard-coded paths will bite you sooner or later. Use the FileSystemObject object's ability to resolve the paths to SpecialFolders (e.g. the user profile folder) or the Shell object's environment-fetching methods if you prefer.
Posted by:
anonymous_9363
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.