Hello everyone,
I am working on scripting an install for Microsoft Office click to run. The Office package that I created contains many languages and because of that it is very large. I was hoping to create different programs that will run the setup from the DP (not copy all the setup files to the client cache) so it will only the language that is needed to simplify the package creation and distribution process.
My question is this. While creating the batch file to uninstall the old version of office and install the new click to run version what happens when I use the "Requires specific drive letter (example Z:)" option when creating the program and deploying the package? Will it map the DP share as Z and run commands from there? Can I as "hard code" paths to run from Z:\ in the script assuming the DP share will be mapped as Z?