Start /wait msiexec /i Bonjour64.msi /qn /norestart Start /wait msiexec /i AppleMobileDeviceSuport6464.msi /qn /norestart Start /wait msiexec /i AppleApplicationSupport64.msi /qn /norestart REG ADD "HKEY_LOCAL_MACHINE\Software\Apple Computer, Inc.\iTunes\Parental Controls\Default" /v "kParentalFlags_DisableCheckForAppUpdates" /t REG_DWORD /d 0x00200000 /f REG ADD "HKEY_LOCAL_MACHINE\Software\Apple Computer, Inc.\iTunes\Parental Controls\Default" /v "kParentalFlags_DisableCheckForUpdates" /t REG_DWORD /d 0x00000100 /f
REG ADD "HKEY_LOCAL_MACHINE\Software\Apple Computer, Inc.\iTunes\Parental Controls\Default" /v "kParentalFlags_Locked" /t REG_DWORD /d 0x00000001 /f Start /wait msiexec /i iTunes.msi /qn /norestart Start /wait msiexec /i Bonjour.msi /qn /norestart Start /wait msiexec /i AppleMobileDeviceSuport.msi /qn /norestart Start /wait msiexec /i AppleApplicationSupport.msi /qn /norestart IF EXIST "C:\Program Files (x86)\Internet Explorer\iexplore.exe" GOTO 64bit REG ADD "HKEY_LOCAL_MACHINE\Software\Apple Computer, Inc.\iTunes\Parental Controls\Default" /v "AdminFlags" /t REG_DWORD /d 0x00200101 /fĭownload and extract the installers for Quicktime, ITunes 64 and 32 KParentalFlags_DisableCheckForAppUpdates = 00200000ĪdminFlags would then be added as a value directly under HKEY_LOCAL_MACHINE\Software\Apple Computer, Inc.\iTunes\Parental Controls\Default\: KParentalFlags_DisableCheckForUpdates = 00000100 You come up with the value for AdminFlags by adding up the values for all the preferences you want to apply. This page clarified it for me.ĪdminFlags is a value under HKEY_LOCAL_MACHINE\Software\Apple Computer, Inc.\iTunes\Parental Controls\Default\ and not a key with separate values under it as you have it. I did exactly like you did with no results. If someone has any insight, I would appreciate any input.
#Msi software updater download
Would you like to download it now?" message. However I'm still being prompted with the "A new version of iTunes (10.2) is available. KParentalFlags_DisableCheckFor AppUpdates with a hex value of 00200000 KParentalFlags_DisableCheckForUpdates with a hex value of 00000100 KParentalFlags_Locked with a hex value of 00000001
#Msi software updater windows
I then added these 3 DWORD valules to the AdminFlags key (as detailed in the Windows Managed iTunes Client article): HKEY_LOCAL_MACHINE\Software\Apple Computer, Inc.\iTunes\Parental Controls\Default\ AdminFlags ■HKEY_LOCAL_MACHINE\Software\Apple Computer, Inc.\iTunes\Parental Controls\Default\ I believe I'm very close to resolving my issue.Īccording to the article, If you want to specify parental control preferences that will be inherited by new user accounts, these can be created under the following key: I found the Windows Managed iTunes client article very helpful.
Hey Dunnpy, thanks for your quick response.