/build/static/layout/Breadcrumb_cap_w.png

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: 5.6k  |  Created: 08/28/2009

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

Deployment Tips (13)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 3 / 5 (Average) based on 1 ratings
Most Commonly Reported Deployment Method
Vendor Provided Command Line (switch driven)
124
Note
I have deployed this today after hunting for a few hours on where to find the in built MSIs. I have not included the uninstall options for older versions as I have not had a requirement for this.

Run the install in full, then look in C:\Documents and Settings\All Users\Application Data\Installations\{2B8BEBBF-73A0-497D-9900-8474D022AB3F}\Packages and you will find three folders for

1 - Nokia Connectivity Cable Driver
2 - PC Connectivity Solution
3 - Nokia PC Suite

...and a 4th that contains a MSI to install the 3 sets of merge modules the that software needs. For my organisation, I had to use it but others may not require this one. Either way, they need to be installed one way or another for the apps to run.

Once you have these, create your MSTs or follow your normal procedure for vendor MSIs.

Also to note, the PCCS must be installed before the Nokia PC Suite MSI as there is a dependency.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
11
Note
Download the current version from the web

Run Nokia_PC_Suite_7_1_18_0_eng_web.exe /unpack

All the packages will be created in C:\Packages
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
7
Note
To extract the MSIs run this at the command line
Nokia_PC_Suite_7_1_18_0_eng_web.exe /UNPACK="C:\nokia"
then go through the created folders, move the 4 msi's to your deployment location.

Install msi's in this order:

-Visual C++ runtime library - VC80x86
-Nokia Connectivity Cable Driver - CCD
-PC Connectivity Solution - PCCS
-Nokia PC Suite

Just use standard MSI commands to install
-E.G.
WshShell.run "C:\WINDOWS\system32\msiexec.exe /I Nokia_PC_Suite.msi ALLUSERS=1 /qn /l c:\LogFiles\Install_Nokia-PCSuite-71180.log", 1, True

There are some properties usable for the cable driver if required for example SILENTMODE=1 DISABLEOPTIONS="CD" REBOOT="Force"

SILENTMODE=1| "LRPFWE"
1 - Full silent mode.
Custom silent that does not suppress the Windows installer initialisation dialog.
L - Displays the license agreement dialog
R - Displays the Ready to install dialog
P - Displays the installation progress dialog
F - Displays finish dialogs for successfully completed or failed installation.
W - Displays custom information and warning messages.
E - Displays custom error messages.
DISABLEOPTIONS= "CD"
C - Disables the Cancel button in installation progress dialogs.
D - Disables phone detection during installation.
REBOOT="Force" - Prompts a computer reboot after installation.
REBOOTPROMPT="S" - Forces a computer reboot after installation.

For example: Msiexec /I "Nokia_Connectivity_Cable_Driver.msi" /L*v "C:\Installation log\LogFile.log" SILENTMODE="LWE"
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
6
Note
I have tried all command line commands like
Nokia_PC_Suite_rel_7_0_8_2_ger_web.exe /SILENT="1" /DISABLE="AUTOUPDATE","AUTORUN"
or
Nokia_PC_Suite_rel_7_0_8_2_ger_web.exe /SILENT="1" /DISABLE="AUTORUN" /DISABLE="AUTOUPDATE" /DISABLE="WEBUPDATE"
but nothing turned of Webupdate so now 7.0.9.2 released and I found out by looking in the .msi that only the registry key

[HKEY_LOCAL_MACHINE\SOFTWARE\Nokia\ConfServer\App]
"WebUpdateEnabled"="0"

have to be set to disable the update notification.
I tried it and it works very well for me, also looked in the .msi for 7.0.9.2 and its the same key for the new version.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
5
Note
To disable to AutoUpdate function install the msi with this entry: DISABLEWU=1

i.e. msiexec /i Nokia_PC_Suite.msi DISABLEWU=1 /qb!
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
3
Command Line
/S|/SILENT =
“1|S|G|W|L|R|M|P|F|C|E”
Silent mode.
1 - Full silent mode.
S - Displays the splash screen.
G - Displays the language selection dialog.
W - Displays the welcome dialog.
L - Displays the license agreement dialog.
R - Displays the Ready to install dialog.
M – Displays the maintenance options page.
P - Displays installation/maintenance progress dialogs.
F - Displays installation/maintenance completed/interrupted dialogs.
C - Displays custom confirmation and warning messages.
E - Displays custom error messages.
/T|/TARGET =
“<installation directory>”
Sets the installation target directory. The directory is appended to the “Program Files” system folder.
/L|/LANG =
”<Language specifier>”
Sets the installation language. This option works only when used with multilanguage installations. The option cannot be used without a parameter. For a list of supported language specifiers, see Supported languages.
/LOG=
”ON|OFF”
Logging is turned on or off.
/O|/MSI_CUSTOM_OPTIONS =
”<Msi package>| <Product code>; <Custom options>”
This option defines the properties forwarded to Windows Installer. If parameter <Msi package> or <Product code> is omitted, the <Custom options> parameter is forwarded to all msi packages that are included in the installer package.
/U|/UNPACK =
”<path>”
Unpacks the Installer package. If path is not given, the package is unpacked to a temporary folder.
/D|/DISABLE =
”AUTORUN”| “WEBUPDATE”
AUTORUN – Disables the installer from starting PC Suite applications after installation.
WEBUPDATE – Disables the installer from checking PC Suite updates during the installation.
/RM|/REINSTALLMODE =
"<Reinstall parameters>"
Specifies Windows Installer command line options for reinstallation.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
3
Command Line
This worked for me for Nokia PC Suite Version 7.1.40.6

@echo off
cls
title Nokia PC Suite 7.x

SET logdir=%windir%\logfilesSET logfile=%logdir%\nokia_pc_suite.log

IF NOT EXIST %logdir% MKDIR %logdir%

echo Nokia_PC_Suite Version 7.x installation in progress ...

call %~0\..\src\Nokia_PC_Suite_ger_web.exe /SILENT="P" /D="WEBUPDATE" /D="AUTOUPDATE" /D="AUTORUN" /LOG="ON"
echo.
echo Deleting Desktopicon

del /f "%AllUsersProfile%\Desktop\Nokia PC Suite.lnk"

start %~0\..\install.hta

::END of Script
echo.
echo .....Done!
%WINDIR%\System32\ping.exe 127.0.0.1 -n 5 >NUL
EXIT
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
3
Command Line
/S|/SILENT =
“1|S|G|W|L|R|M|P|F|C|E”
Silent mode.
1 - Full silent mode.
S - Displays the splash screen.
G - Displays the language selection dialog.
W - Displays the welcome dialog.
L - Displays the license agreement dialog.
R - Displays the Ready to install dialog.
M – Displays the maintenance options page.
P - Displays installation/maintenance progress dialogs.
F - Displays installation/maintenance completed/interrupted dialogs.
C - Displays custom confirmation and warning messages.
E - Displays custom error messages.
/T|/TARGET =
“<installation directory>”
Sets the installation target directory. The directory is appended to the “Program Files” system folder.
/L|/LANG =
”<Language specifier>”
Sets the installation language. This option works only when used with multilanguage installations. The option cannot be used without a parameter. For a list of supported language specifiers, see Supported languages.
/LOG=
”ON|OFF”
Logging is turned on or off.
/O|/MSI_CUSTOM_OPTIONS =
”<Msi package>| <Product code>; <Custom options>”
This option defines the properties forwarded to Windows Installer. If parameter <Msi package> or <Product code> is omitted, the <Custom options> parameter is forwarded to all msi packages that are included in the installer package.
/U|/UNPACK =
”<path>”
Unpacks the Installer package. If path is not given, the package is unpacked to a temporary folder.
/D|/DISABLE =
”AUTORUN”| “WEBUPDATE”
AUTORUN – Disables the installer from starting PC Suite applications after installation.
WEBUPDATE – Disables the installer from checking PC Suite updates during the installation.
/RM|/REINSTALLMODE =
"<Reinstall parameters>"
Specifies Windows Installer command line options for reinstallation.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
1
Command Line
Nokia PC Suite Silently Nokia_PC_Suite_rel_7_0_8_2_eng_us_web

Install The New Version with the next command it works 100%
Nokia.exe /SILENT="1" /DISABLE="AUTOUPDATE","AUTORUN"
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
1
Note
Today repackaged PC suite 7.1.18.
Cannot be installed per user, only per PC.
PC Suite: Check shortcuts. There was duplication.
PC connectivity solution: Cannot be repaired. Disabled by Nokia.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
1
Note
Once installed if you (or a user) launches the application and then clicks the "Update Phone Software" button then this calls an .exe file and downloads/installs another Nokia application.

Locate in your temp folders the file "NokiaSoftwareUpdaterSetup_en.exe" - not sure if this takes the "/unpack" switch, never tried it. Install from this source (it unpacks temporary install files) and again locate "NokiaSoftwareUpdater.msi" and package accordingly.

Note: The .exe also unpacks two Microsoft dependencies: MS Visual C++ 2005 and MSXML6.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
1
Command Line

/SILENT="1" /D="AUTORUN" /D="WEBUPDATE"

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
0
Command Line
This worked for me:
"Nokia_PC_Suite_7_1_51_0_eng_web.exe" /Silent="P" /Disable="AUTORUN" /Disable="WEBUPDATE" /MSI_CUSTOM_OPTIONS="DISABLEWU=1"
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (15)

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

PC Suite

Version

7.1.18.0

Uninstall String

C:\Documents and Settings\All Users\Application Data\Installations\{58FB2F9A-5F2D-40E8-82DF-4987E60AD8BD}\Nokia_PC_Suite_7_1_18_0_eng_us.exe C:\Documents and Settings\All Users\Application Data\Installations\{58FB2F9A-5F2D-40E8-82DF-4987E60AD8BD}\Nokia_PC

Questions & Answers (0)

Questions & Answers related to Nokia PC Suite

Blogs (0)

Blog posts related to Nokia PC Suite

Reviews (0)

Reviews related to Nokia PC 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