1.

Solve : How make a package software .bat files?

Answer»

HI..

I want to deploying application from .BAT file
if i install with manually so easy, i only double CLICK .bat file then installer.exe running..

i tried MAKE a PACKAGE via hpca admin publisher, when i try deploy application to client .bat files only copying source to client but not execute

help me Quote

i tried make a package via hpca admin publisher, when i try deploy application to client .bat files only copying source to client but not execute


So you need remote execution service ability added then at the clients systems to support remote install. There are tools out there to do this, but I am not sure of they open up security holes or not with them present to handle the incoming remote execution request. If it is a one time execution, you have many systems to perform this install on, and users have power user privileges to perform installations without requiring admin privileges, I'd have each user execute it and when its done the software is there. Or if this is a software update that requires execution, I would use scheduled task built into Windows to check for updates at say midnight. If no NEW software updates then nothing happens, but of a software update is present it triggers this event to perform the software update.


Discussion

No Comment Found