How to copy files under C:\ using MSI?? Searched in the Directory table for this. No success. How to make it work without a CA. Answers much appreciated.
We have a requirement to copy a file under C:\ directly for an app. To make the app work. This file is vital to be placed under C:\
Answers (4)
Use Group Policy to deploy the files. For a Windows 2008 AD:
1. Go to AD Group Policy Management> Right Click Domain and create a GPO in this domain, and Link it here....
2. New GPO> give it a name. Right Click GPO for 'Edit'
3. Under User Configurations\Preferences\Windows Settings\Files\ Right Click>New File
4. Action: Update , Source File(s): \\Fileserver\share\file , Destination File: C Drive or C:\Program Files\directory
If you are a Wise Package Studio user you can do it like this
If you're not, my apologies, but there may be enough info to do it in another packaging app in this article.