1. Download the Nokia_Suite_webinstaller_ALL_.exe
2. Install with: "Nokia_Suite_webinstaller_ALL_3386.exe" /SILENT="1"
3. Uninstall: Create a cmd with:
***code***
@echo off
echo Uninstall: Nokia Suite Main Application
"%ProgramData%\NokiaInstallerCache\ProductCache\{D5878294-C113-43c5-A24F-FC333C52015A}\{B24E6621-9DCF-4910-A666-431AEEFD3AC6}\Installer.exe" /SILENT="1"
To disable autoupdate, set the following registry key:
[HKEY_CURRENT_USER\Software\Nokia\Nokia Suite\{55C272E5-541F-406b-A458-5149CB9715FB}]
"Nos2DownloadAutomatically"="false"
Make sure to replace the buildin shortcuts with advertised shortcuts so that the above key will be repaired on startup. Implementing active setup aswell will make sure repair will happen whenever a new user logs on.
To extract the MSI, language specific MST files and so on use the following command:
Nokia_Suite_webinstaller_ALL.exe /U=OUTPUTDIR
where OUTPUTDIR is where the extracted files end up.
You will find all deployment specific files in OUTPUTDIR\Packages
/DISABLEOPTIONS="CD" : (No Cancel button and no check if phone is connected)
/O="WPDENABLED=0" : Do not check for Phone upgrades
/D="AUTORUN" Don't autostart after install.
/D="ISCHECKFORPRODUCTUPDATES" No program updates
Tried to disable DESKTOPICON, but nothing works. (/O="DESKTOPICON=0" /D="DESKTOPICON"
and /DESKTOPICON="1") DESKTOPSHORTCUT is not in MSI. So I had to make script.
Script:
if exist %programfiles(x86)% goto win7
del "C:\Documents and Settings\All Users\Desktop\Nokia Suite.lnk"
exit /b 0
:win7
del "c:\users\public\desktop\Nokia Suite.lnk"
Edit: Not sure if /D="ISCHECKFORPRODUCTUPDATES" work, had to make regfile:
[HKEY_LOCAL_MACHINE\Software\Nokia\Nokia Suite\{55C272E5-541F-406b-A458-5149CB9715FB}]
"Nos2DownloadAutomatically"="false"
This website uses cookies.
By continuing to use this site and/or clicking the "Accept" button you are providing consent
Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our
websites or when you do business with us. For more information about our
Privacy Policy and our data protection
efforts, please visit
GDPR-HQ