Hi,
We're currently implementing DC, so I'm pretty new to this. I'm in the process of rebuilding the packages that we already have in our old solution and there's something that doesn't work in DC.
We install a PDF printer on our computers, and that supports creating multiple virtual printer queues with different settings. They are added by running an EXE - that is already installed - with some arguments. I have added the commands to a BAT file and that works fine with our old solution and if I run the BAT file from an elevated prompt on the computer. When deploy it with DC, then nothing happens.
I have created a package where I upload the BAT file (so it's on the DC server and not on a share) and in the "Installation Command with Switches/Arguments" I enter the filename of the BAT file. That's it... it should just execute the BAT file and work. The contents of the file is:
"%ProgramFiles%\ITEKSOFT\eDocPrinter PDF Pro\addprn.exe" az "PDF IMDK Hvidovre 1+2"
"%ProgramFiles%\ITEKSOFT\eDocPrinter PDF Pro\addprn.exe" az "PDF IMDK Hvidovre 1+2+Terms"
"%ProgramFiles%\ITEKSOFT\eDocPrinter PDF Pro\addprn.exe" az "PDF IMDK Hvidovre 1+2+Terms email"
Am I missing something?
Regards
René