Hi MADCAT
The issue is the PowerDVD Installer, it requires a user to install, I have the same issue using SMS 2003 it won't install as the System User. to get it working in our environment I basically use a AutoIT script compiled to exe that will runas a user who is the member of the local administrators group, which I've assigned using restrictive groups within group policy on all our computers. You can download and install AutoIT for free from http://www.autoitscript.co
Note: I haven't tested this script, but I hope it will give you a general idea.
Hope it helps.
Cheers
Main Topics
Browse All Topics





by: kaos_theoryPosted on 2007-12-09 at 21:17:03ID: 20439680
you could try running it as a startup batch file assoucitated with a user and not a computer and see what happends . you could also see what happends if you remove the silent command and see what the errors are .
does the x drive successfully map when you login ?
you could also try modifying the path of the exe to a local drive to see what happends , so copy the powerdvd setu to the local drive c: and modfiy the script to point to C:, if this works you know that the rest of the script is ok and it is not getting mapped to x: correctly