Script question
Posted: Tue Apr 14, 2015 8:40 pm
Hi,
Apologies if the question has already been answered, I swear, I did some digging about it in the forum but found nothing concluant.
We, at my company, are in need to customize the repair system section in UVK. To do so, I have to make some third party "apps".
A good example to illustrate my concern is the use of Ninite's install/update app.
If I need to update several softwares (each computer needs different updates) using Ninite, and because UVK can't do paralel actions (for now but maybe soon ?) I made an autoit based UVK script for each of them (Chrome installer.exe will have a Chrome Installer.uvk, Dropbox Installer.exe a Dropbox Installer.uvk and so on).
The script runs the installer then wait 'till the install or update is finished then close it to let UVK do the next action which is in this case to run another ninite's update.
Everyone follows ? Good
So here we are, I have to make a Chrome Installer.cmd with -Readfile "path" and -Auto to trigger the uvk
So cmd > uvk > exe
Well, I wonder if it's possible to allow either the command line or the uvk file to be set as target of Command 1 (or 2 or x) in the "Edit third party app" window.
I would make UVK even more powerfull as it is already.
Thank you,
Alex
Apologies if the question has already been answered, I swear, I did some digging about it in the forum but found nothing concluant.
We, at my company, are in need to customize the repair system section in UVK. To do so, I have to make some third party "apps".
A good example to illustrate my concern is the use of Ninite's install/update app.
If I need to update several softwares (each computer needs different updates) using Ninite, and because UVK can't do paralel actions (for now but maybe soon ?) I made an autoit based UVK script for each of them (Chrome installer.exe will have a Chrome Installer.uvk, Dropbox Installer.exe a Dropbox Installer.uvk and so on).
The script runs the installer then wait 'till the install or update is finished then close it to let UVK do the next action which is in this case to run another ninite's update.
Everyone follows ? Good

So here we are, I have to make a Chrome Installer.cmd with -Readfile "path" and -Auto to trigger the uvk
So cmd > uvk > exe
Well, I wonder if it's possible to allow either the command line or the uvk file to be set as target of Command 1 (or 2 or x) in the "Edit third party app" window.
I would make UVK even more powerfull as it is already.
Thank you,
Alex