Forum Discussion
Magger777
Feb 06, 2023Copper Contributor
Robocopy batch to deploy files from a network drive via Win32App
Hello everyone, I was wondering if it is possible to use robocopy in a batch to deploy files from a network drive to the computer. After that I want to install the deployed files and after insta...
- Feb 07, 2023You can copy all the files to a folder including subfolder and use a install.cmd containing the install command for installation, you should also have a uninstall one
Magger777
Feb 06, 2023Copper Contributor
I don't know if I'm getting this right.
The issue is that the MSI needs additional files to complete the installation.
That's why I tried it this way.
Is there a way build the files into the Win32 Package?
I tested to set this app to USER just to see if it would at least copy the files but it gave me a "Not Applicable Status"
Feb 07, 2023
You can copy all the files to a folder including subfolder and use a install.cmd containing the install command for installation, you should also have a uninstall one