Disable Rainbow Update Pop-up for 1.62
AnsweredWhat's new in version 1.62 is the following information :
"When you install Rainbow using ".msi per machine" installer, disable the automatic update pop-up window."
Which function is used to delete the pop-up when executing the msi file ?
Thanks
-
Hello,
This is done by setting /DisableAutoUpdate flag in msiexec command:
MSI User online:
msiexec /i "Rainbow_Installer_User_1.62.0.0.msi" WRAPPED_ARGUMENTS="/DisableAutoUpdate"MSI User offline:
msiexec /i "Rainbow_Installer_User_Offline_1.62.0.0.msi" WRAPPED_ARGUMENT="/DisableAutoUpdate"Regards,
Claire
-
Hello Claiere,
we´re using windows 8.1. with the offline installer per machine (version 1.69.3). To disable the autoupdate function we need change the regkey from "HKLM\Software\Wow6432Node\Alcatel-Lucent Enterprise\Rainbow DisableAutoUpdate" to "HKLM\Software\Alcatel-Lucent Enterprise\Rainbow DisableAutoUpdate". Is this the regKey path for future versions too?
Regards,
Alex
-
Hello,
You can use following commands at the installation:
MSI User online:
msiexec /i "Rainbow_Installer_User_1.xx.0.0.msi" WRAPPED_ARGUMENTS="/DisableAutoUpdate"
MSI User offline:
msiexec /i "Rainbow_Installer_User_Offline_1.xx.0.0.msi" WRAPPED_ARGUMENT="/DisableAutoUpdate"Regards,
Claire
Please sign in to leave a comment.
Comments
16 comments