D Derrick New member Oct 11, 2018 #1 Can I use Paquet Builder to Copy Files Embedded in Paquet Builder to Windows\System32 Directory? And what should be the environment variable? I tried %WIN%\system32 but it copied into Windows\SysWOW64 instead. Last edited: Oct 12, 2018
Can I use Paquet Builder to Copy Files Embedded in Paquet Builder to Windows\System32 Directory? And what should be the environment variable? I tried %WIN%\system32 but it copied into Windows\SysWOW64 instead.
gdgsupport Support Staff member Oct 15, 2018 #2 It’s because you must use a 64-bit package to copy files to %SYS% on a Windows 64-bit system. For the System32 folder, be sure to use %SYS% Last edited: Oct 16, 2018
It’s because you must use a 64-bit package to copy files to %SYS% on a Windows 64-bit system. For the System32 folder, be sure to use %SYS%