Hi,
It may be a dumb question:
On client Systems we use some tools which are only one file. I have to deploy this file to the correct location (i.e. C:\toolX\toolX.exe) on each System and get a report, where it is installed this way or where it have to be installed later (i.e. if a System is only running at night)
Is there an easier way than doing the following?:
- Creating a new package with packageboot deploying a cmd.exe
- In Package Boot Editor: under Apply package:
- program Name: cmd.exe
- command line Parameters /c "xcopy C:\Windows\SoftwareDistribution\Download\Install\ToolX.exe C:\ToolX\ToolX.exe /y"
First I tried deploying the tool itself but i couldn't change the program name from toolx.exe to cmd.exe (which then uses the command line Parameters /c "xcopy C:\Windows\SoftwareDistribution\Download\Install\ToolX.exe C:\ToolX\ToolX.exe /y" to copy the updates file.
For reporting I have to run an inventory over all Clients several times, targeting the mentioned file location.