KBOX scripts for /user?
[font="trebuchet ms"]Here at Carleton College we have a team of 3 experienced desktop systems administrators, but our KBOXes 1000/2000 are new. So please be patient with some newbie questions.
The KBOX 1000 can advertise managed installations through the /user interface for individuals to choose to install. But I don't see a way to offer existing KBOX scripts to users the same way. So my question is: Is there some trick to create a "managed installation", available to users, that just runs an existing KBOX script? (Maybe some obscure command line?)
Or do I have to take the KBOX scripts I've created and re-do them as "managed installations" (i.e., batch files, VBscripts, shell scripts) if I want to make them available to users?
We want to offer our more sensitive users the ability to "pull" just about everything we offer, so that their machines aren't affected by our "pushes". And some of that "everything" will be KBOX scripts, as well as managed installations.
Any useful ideas are welcome, even if untested. Thanks. Sande
The KBOX 1000 can advertise managed installations through the /user interface for individuals to choose to install. But I don't see a way to offer existing KBOX scripts to users the same way. So my question is: Is there some trick to create a "managed installation", available to users, that just runs an existing KBOX script? (Maybe some obscure command line?)
Or do I have to take the KBOX scripts I've created and re-do them as "managed installations" (i.e., batch files, VBscripts, shell scripts) if I want to make them available to users?
We want to offer our more sensitive users the ability to "pull" just about everything we offer, so that their machines aren't affected by our "pushes". And some of that "everything" will be KBOX scripts, as well as managed installations.
Any useful ideas are welcome, even if untested. Thanks. Sande
0 Comments
[ + ] Show comments
Answers (5)
Please log in to answer
Posted by:
airwolf
14 years ago
When you create a "Software Library" item, you can choose to advertise a script or a managed install. If the script already exists, simply create a new Software Library item and choose the bubble for "Script", and then choose your script.
WARNING: There is a bug that will allow ANY operating system to install a script using the Software Library. If you have a script configured to only run on Windows XP, for instance, then the same script when linked to a Software Library item will run on ALL operating systems.
WARNING: There is a bug that will allow ANY operating system to install a script using the Software Library. If you have a script configured to only run on Windows XP, for instance, then the same script when linked to a Software Library item will run on ALL operating systems.
Posted by:
snissen
14 years ago
Posted by:
snissen
14 years ago
So now that I'm actually trying to use this feature, I find I have another question. I have successfully deployed through the user portal MIs (.ZIP, with a .bat installer), and scripts.
But this time I have a simple, single .msi that doesn't need any command line parameters. I can choose to Install it (from the choices of Download, Install, or Script), but what should I put as the Install command line to get a silent installation with a progress bar? This didn't work:
msiexec.exe /i nameOfMSIfile.msi /qb
because it said it couldn't find the nameOfMSIfile.msi file. This also didn't work:
/i /qb
because it never ran the msiexec.exe installer at all. What's the correct syntax for this? There's no example in the documentation... Sande
But this time I have a simple, single .msi that doesn't need any command line parameters. I can choose to Install it (from the choices of Download, Install, or Script), but what should I put as the Install command line to get a silent installation with a progress bar? This didn't work:
msiexec.exe /i nameOfMSIfile.msi /qb
because it said it couldn't find the nameOfMSIfile.msi file. This also didn't work:
/i /qb
because it never ran the msiexec.exe installer at all. What's the correct syntax for this? There's no example in the documentation... Sande
Posted by:
asouter
14 years ago
Posted by:
RichB
14 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.