Unable to add a file to the System32 directory
Published: August 13, 2018 - 12:06 PM
- WAPT version installed: 1.5.1.26
- Server OS: Linux Debian: 8.10
- Administration machine OS: Windows 7 Pro
Hello,
I'm starting to create packages and I'm unable to add a file to the System32 directory.
Here's the code I'm using in my installation: `
extension_directory= makepath('C:','Windows','System32')
filecopyto('My_file',extension_directory)`
Is there a restriction on copying files to this directory?
If so, how can I work around the problem?
Thank you in advance for your reply,
have a good day.
- Server OS: Linux Debian: 8.10
- Administration machine OS: Windows 7 Pro
Hello,
I'm starting to create packages and I'm unable to add a file to the System32 directory.
Here's the code I'm using in my installation: `
extension_directory= makepath('C:','Windows','System32')
filecopyto('My_file',extension_directory)`
Is there a restriction on copying files to this directory?
If so, how can I work around the problem?
Thank you in advance for your reply,
have a good day.