/build/static/layout/Breadcrumb_cap_w.png

Nokia Nokia Suite

Version: 3

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 3.9k  |  Created: 02/08/2012

Average Rating: 0
Nokia Suite has 1 inventory records, 0 Questions, 0 Blogs and 0 links. Please help add to this by sharing more!

Deployment Tips (4)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 2 / 5 (Somewhat Easy) based on 1 ratings
Most Commonly Reported Deployment Method
Not Determined
8
Note
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"

echo Uninstall: Nokia Connectivity Cable Driver
msiexec /x {AF88496B-4BBA-4922-97E9-2582D3A28358} REBOOT=REALLYSUPPRESS /qb-

echo Uninstall: PC Connectivity Solution
msiexec /x {55EB7967-5BB1-4EA2-8AFF-B2F9E487E553} REBOOT=REALLYSUPPRESS /qb-
exit
***code end***

Greeting from switzerland - have fun!
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
1
Note
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.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
1
Note
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
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
1
Command Line
"Nokia_Suite_webinstaller_ALL.exe" /SILENT="1" /DISABLEOPTIONS="CD" /D="AUTORUN"
/D="ISCHECKFORPRODUCTUPDATES" /O="WPDENABLED=0"

/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"
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
This content is currently hidden from public view.
Reason: Removed by member request For more information, visit our FAQ's.

Inventory Records (1)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

Nokia Suite

Version

3

Questions & Answers (0)

Questions & Answers related to Nokia Nokia Suite

Blogs (0)

Blog posts related to Nokia Nokia Suite

Reviews (0)

Reviews related to Nokia Nokia Suite

 
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