I have been working on this for 2 weeks now (i had absolutely no sccm or package experience before that.)
I am so close to get this thing working.
I am trying to deploy itunes + quicktime with sccm 2012. I have created a script (which i have mostly got from the internet) and when i am running it from the share it finally does what it should do. But when i created a package, use the install.cmd as the command to run, with admin rights, for some reason it will not copy the files to the right location. The itunesprefs.xml and quicktime.qtp file to the right location. When i run the script manually it runs fine.
When i deploy it with sccm the msi's are installed correctly but i miss a lot of settings that i have put in the itunes64.mst. (and i know it is using it, because one of the settings is removing desktop shortcut, and removing the read me file from the start menu) Like Accept EULA, don't update, or even ask about it, no bonjour (that gave me such a headache that i decided to install it anyway. )
So i solved it (after i have spend a day on trying different settings in the mst files, no luck )to copy the xml files after i made the extra settings to itunes and quicktime. I don't know if i have done something wrong but its working. well when i run the script manually.
So i want it to deploy with sccm but i can't get the files in the correct location, perhaps there is something wrong with my script.
I am hoping any of you guys would have a idea?
this is my install.cmd
@echo off
@echo .:: Installing Apple Application Support ::.
msiexec /i "%~dp0AppleApplicationSupport.msi" /qn
@echo .:: Installing Apple Mobile Device Support ::.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Hi all,
I have been working on this for 2 weeks now (i had absolutely no sccm or package experience before that.)
I am so close to get this thing working.
I am trying to deploy itunes + quicktime with sccm 2012. I have created a script (which i have mostly got from the internet) and when i am running it from the share it finally does what it should do. But when i created a package, use the install.cmd as the command to run, with admin rights, for some reason it will not copy the files to the right location. The itunesprefs.xml and quicktime.qtp file to the right location. When i run the script manually it runs fine.
When i deploy it with sccm the msi's are installed correctly but i miss a lot of settings that i have put in the itunes64.mst. (and i know it is using it, because one of the settings is removing desktop shortcut, and removing the read me file from the start menu) Like Accept EULA, don't update, or even ask about it, no bonjour (that gave me such a headache that i decided to install it anyway. )
So i solved it (after i have spend a day on trying different settings in the mst files, no luck )to copy the xml files after i made the extra settings to itunes and quicktime. I don't know if i have done something wrong but its working. well when i run the script manually.
So i want it to deploy with sccm but i can't get the files in the correct location, perhaps there is something wrong with my script.
I am hoping any of you guys would have a idea?
this is my install.cmd
Share this post
Link to post
Share on other sites