Help - Search - Members - Calendar
Full Version: Nokia PC Suite 7.0 Release 7
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
code finder
Nokia PC Suite is a package of Windows-based PC applications developed especially for use with Nokia phones. Depending on your phone model, Nokia PC Suite lets you edit, synchronize and back up many of your phone's files on a compatible PC through a cable or wireless connection.

I search the forum and no one can make it unattended

I try last weekend to find a way to make it unattended and I find it easy .

1- uninstall any old installation for the program ( imoprtant )
a- Nokia Connectivity Cable Driver
b- PC Connectivity Solution
c- Nokia PC Suite
2- go to C:\Documents and Settings\All Users\Application Data\Installations\{2B8BEBBF-73A0-497D-9900-8474D022AB3F}\Packages
3- delete all the files and folders
4- download the new version from

http://europe.nokia.com/A4144905

http://nds1.nokia.com/files/support/global...7_0_eng_web.exe ( english version )

5- run the setup file and coplete the installation
6- go again to C:\Documents and Settings\All Users\Application Data\Installations\{2B8BEBBF-73A0-497D-9900-8474D022AB3F}\Packages
you will find three folders for
a- Nokia Connectivity Cable Driver
b- PC Connectivity Solution
c- Nokia PC Suite
7- in each folder you will find msi file for windows installer
8- take them and put them in one folder e.g c:\nokia
9- you can use /qb with the msi files for setup
10 - the correct installation is
a- Nokia Connectivity Cable Driver
b- PC Connectivity Solution
c- Nokia PC Suite

I use it with WPI and it run fine


Thanks all



elajua
There are command line switches to use with the original installer.

setup.exe /Z"SILENT" runs the setup in silent mode but it displays progress
setup.exe /s run the setup in silent mode, hiding everything to the user.

For the multilingual installer, /LXXXX specifies the desired language. /L1033 will install it in english and /L1034 for spanish. I don't know any other codes but they are standard. Use the /L switch after /s or /Z.

setup.exe /Z"SILENT" /L1034

For preventing the startup with windows (and when the installer finishes) and the desktop icon use "PLATFORM" parameter.

setup.exe /Z"SILENT;PLATFORM" /L1034

I haven't used this for a while, but i guess they still work on 7.0.7.0.

Using the msi files is a good method if these switches don't work with the new version.
code finder
QUOTE (elajua @ Jul 14 2008, 06:28 AM) *
There are command line switches to use with the original installer.

setup.exe /Z"SILENT" runs the setup in silent mode but it displays progress
setup.exe /s run the setup in silent mode, hiding everything to the user.

For the multilingual installer, /LXXXX specifies the desired language. /L1033 will install it in english and /L1034 for spanish. I don't know any other codes but they are standard. Use the /L switch after /s or /Z.

setup.exe /Z"SILENT" /L1034

For preventing the startup with windows (and when the installer finishes) and the desktop icon use "PLATFORM" parameter.

setup.exe /Z"SILENT;PLATFORM" /L1034

I haven't used this for a while, but i guess they still work on 7.0.7.0.

Using the msi files is a good method if these switches don't work with the new version.


Thanks

All the switches don't work with the new/old version.

elajua
I found an old RunOnceEx file for version 6.x. I guess we will have to use the msi files approach then.

Thanks for trying them. I don't have PC Suite installs to make right now.
sp00f
I always make my own switchless nokia suite.
This is my Dutch version, if wanted i can make it in english.

http://rapidshare.com/files/130038113/Nokia_Suite.exe.html
elajua
thanks for the offer, but right now i don't have any need to install nokia pc suite. if i ever need it, i will bother you. thanks.
teemue
Thank you code finder!
jid
hey folks

anyone got any more ideas about this....tried elajua's switches but with no sucess

im using version 7.0.7.0

thanks
elajua
QUOTE (jid @ Aug 14 2008, 09:36 AM) *
hey folks

anyone got any more ideas about this....tried elajua's switches but with no sucess

im using version 7.0.7.0

thanks

I tried setup.exe /Z"SILENT" with 7.0.7.0 in my laptop a week ago and it worked. The installer displayed the status and all was silent.
code finder
QUOTE (elajua @ Aug 15 2008, 08:55 PM) *
QUOTE (jid @ Aug 14 2008, 09:36 AM) *
hey folks

anyone got any more ideas about this....tried elajua's switches but with no sucess

im using version 7.0.7.0

thanks

I tried setup.exe /Z"SILENT" with 7.0.7.0 in my laptop a week ago and it worked. The installer displayed the status and all was silent.


thanks 4 your post

but it didn't work with me
my system is Winxp Pro english SP3
I try to remove any file in the folder under
C:\Documents and Settings\All Users\Application Data\Installations\
also nothing works

any ideas !!!


thanks again
elajua
My mistake, i checked my laptop and it was 6.x. The file name was 7.0.7.0 though.

Try /SILENT="1" for full silent or /SILENT="PE" for installation status dialogs only. I found this switches on some notes i keep for installers.

Please post back with your results.
code finder
QUOTE (elajua @ Aug 18 2008, 12:06 PM) *
My mistake, i checked my laptop and it was 6.x. The file name was 7.0.7.0 though.

Try /SILENT="1" for full silent or /SILENT="PE" for installation status dialogs only. I found this switches on some notes i keep for installers.

Please post back with your results.


Thanks

nothing works
elajua
/SILENT="PE" is working. I just tested on my laptop (Vista x86) with the latest PC Suite 7.0.8.2. I just displayed installation status.

I got a restart dialog, but i uninstalled the last version without rebooting, so i think that is why it asked to reboot.
code finder
QUOTE (elajua @ Aug 22 2008, 08:02 PM) *
/SILENT="PE" is working. I just tested on my laptop (Vista x86) with the latest PC Suite 7.0.8.2. I just displayed installation status.

I got a restart dialog, but i uninstalled the last version without rebooting, so i think that is why it asked to reboot.


Thanks it works
elajua
QUOTE (code finder @ Oct 6 2008, 04:14 PM) *
QUOTE (elajua @ Aug 22 2008, 08:02 PM) *
/SILENT="PE" is working. I just tested on my laptop (Vista x86) with the latest PC Suite 7.0.8.2. I just displayed installation status.

I got a restart dialog, but i uninstalled the last version without rebooting, so i think that is why it asked to reboot.


Thanks it works

Without a reboot at the end? I haven't test it on other computers.
sp00f
/SILENT="1" worked fine on 7.0.9.2 , thx !
elajua
QUOTE (sp00f @ Oct 30 2008, 04:34 PM) *
/SILENT="1" worked fine on 7.0.9.2 , thx !

Without reboot prompt?
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.