Kace1000 scripts and Kace2000 Post installation tasks
I had read somewhere that with the latest versions of the appliances that there was more coordination of tasks. For example I have a Kace1000 script that uninstalls all Reader versions and then installs Foxit. I would like to have the same actionas a post installation tasks.
How can I do that?
Thanks.
How can I do that?
Thanks.
1 Comment
[ + ] Show comment
Answers (2)
Answer Summary:
Please log in to answer
Posted by:
SMal.tmcc
8 years ago
Top Answer
ok you will need to create 2 different application tasks. upload the exe or msi to the task and in the "parameter" window put exactly the lines like you posted
AdbeArCleaner_v2.exe /silent /product=1 /cleanlevel=0 /installpath="C:\Program Files (x86)\Adobe\Reader 11.0" /scanforothers=0 /LogLevel=2
msiexec /i "EnterpriseFoxitReader730.0118_enu.msi" /qn /norestart /l*v "%TEMP%\FoxitReader_InstallLog.txt" MAKEDEFAULT=1 LAUNCHCHECKDEFAULT=0 VIEW_IN_BROWSER=1 STARTMENU_SHORTCUT=1 DESKTOP_SHORTCUT=0
check reboot if needed,
like this
AdbeArCleaner_v2.exe /silent /product=1 /cleanlevel=0 /installpath="C:\Program Files (x86)\Adobe\Reader 11.0" /scanforothers=0 /LogLevel=2
msiexec /i "EnterpriseFoxitReader730.0118_enu.msi" /qn /norestart /l*v "%TEMP%\FoxitReader_InstallLog.txt" MAKEDEFAULT=1 LAUNCHCHECKDEFAULT=0 VIEW_IN_BROWSER=1 STARTMENU_SHORTCUT=1 DESKTOP_SHORTCUT=0
check reboot if needed,
like this
Comments:
-
OK, thanks. For some reason I thought it would be more seamless, like you somehow connected the 2 appliances and could use scripts back and forth.
I really do appreciate your help.
Thanks. - jfrasier 8 years ago-
One of the requests on the User Voice is for better integration of tasks between the appliances (although I can't find it right now). You can also export your resources from the K1000 under Settings, Resources and then import them to the K2000. - chucksteel 8 years ago
-
Uservoice entry: http://kace.uservoice.com/forums/82717-k2000/suggestions/1214277-ability-to-apply-k1-labels-from-the-k2-as-postinst - JasonEgg 8 years ago
Posted by:
Nico_K
8 years ago
One is
AdbeArCleaner_v2.exe /silent /product=1 /cleanlevel=0 /installpath="C:\Program Files (x86)\Adobe\Reader 11.0" /scanforothers=0 /LogLevel=2
And the other one is
msiexec /i "EnterpriseFoxitReader730.0118_enu.msi" /qn /norestart /l*v "%TEMP%\FoxitReader_InstallLog.txt" MAKEDEFAULT=1 LAUNCHCHECKDEFAULT=0 VIEW_IN_BROWSER=1 STARTMENU_SHORTCUT=1 DESKTOP_SHORTCUT=0
Each bat file is a task in the script in KACE - jfrasier 8 years ago