No…it’s a pain. I have a script to clean this up. You can find it here: http://www.jhouseconsulting.com/downloads/Cleanup%20IM%20Jobs.txt. Save it as a .vbs.
-----------------------------add to the top of your batch file----------------------
Set CleanupIMJobsScript=Cleanup IM Jobs.vbs
:: Remove the Installation Manager Job from "Add or Remove Programs"
:: Note how we are using start in front of this script to allow the batch file to exit, which
:: will complete the Installation Manager job, but leave the VBscript running.
start /MIN cscript //nologo "%~dp0%CleanupIMJobsScript%" "Convert"
:: where Convert is the name of the IM job.
-----------------------------------------------------------------------------------------
Hope that assists!
Cheers,
Jeremy.
From: thin-bounce@freelists.org [mailto:thin-bounce@freelists.org] On Behalf Of James Scanlon
Sent: Monday, June 15, 2009 12:26 PM
To: Thin
Subject: [THIN] Installation Manager Annoyances
I want a Package (batch files) that is run on 20 or so citrix boxes as required.
If its done through installation manager the package adds itself to the Add / Remove Programs register and if the package is run again, its listed as "Already Installed"
Can I.M be told NOT to register in the Add Remove Programs, or should a reinstall just be run?
Are others out there using the Install Manager or something else to manage software or running citrix servers?
Cheers
James
Make ninemsn your homepage! Get the latest news, goss and sport
This document is intended solely for the named addressee. The information contained in the pages is confidential and contains legally privileged information. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), you may not copy or deliver this message to anyone, and you should destroy this message and kindly notify the sender by reply email. Confidentiality and legal privilege are not waived or lost by reason of mistaken delivery to you.
No comments:
Post a Comment