Hi Frank,
I had a batch file with the command to kick off the installation with a silent switch, but the template keeps failing out at that point. At first we got a bad credentials error, even though the account used for provisioning has access to the core. We tried sharing and mapping the drive in a step prior to pre-establish the access, but it still failed. Then we copied the install folder to our software server share to eliminate permissions, but it still fails. It only gives the external status of 1, and an internal status of -2147479552. The syntax of the batch is below:
@ echo on
\\my server\software\landesk\remote console files\install\setup.exe /s CORE=my core
What I find to be strange, is that even with the echo on and a pause statement to hold the window post-install, it still never shows the command window and any messages of failure. But if I run that batch file locally from the provisioning account, it works fine.
I also tried changing from a batch file, to running the setup.exe directly through LD, and adding the command-line options, and it still failed, same error statuses.
Any ideas or suggestions?
Thx, rs