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.
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"
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
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.
/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.
/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.
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.
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.
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
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