Help - Search - Members - Calendar
Full Version: Vodfone mobile connect + Citrix streaming client install problem
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
bookert2003
Hello,

I have some problem installing Vodfone mobile connect + Citrix streaming client, when the install comes to the part when the Vodfone mobile connect + Citrix streaming client needs to install the screen goes quick trough the two applications and does not install them. All the other applications are installed without any problems. I think i have made an error in the script, i hope someone can help me out with this. Thanks in advance.


CODE
REG ADD %KEY% /V TITLE /D "Installing Applications" /f

REG ADD %KEY%\001 /VE /D "Adobe Reader V910NL" /f
REG ADD %KEY%\001 /V 1 /D "%CDROM%\Software\AdbeRdr910_nl_NL.exe /sPB /RS"

REG ADD %KEY%\005 /VE /D "Java 6 Update 13" /f
REG ADD %KEY%\005 /V 1 /D "%CDROM%\Software\jre-6u13-windows-i586-p-s.exe /quiet /passive"

REG ADD %KEY%\010 /VE /D "Codecs" /f
REG ADD %KEY%\010 /V 1 /D "%CDROM%\Software\Codecs.exe /s"

REG ADD %KEY%\015 /VE /D "Shockwave" /f
REG ADD %KEY%\015 /V 1 /D "%CDROM%\Software\Shockwave.msi /passive /quiet"

REG ADD %KEY%\020 /VE /D "Flash player 10" /f
REG ADD %KEY%\020 /V 1 /D "%CDROM%\Software\install_flash_player_10_active_x.exe /s"

REG ADD %KEY%\025 /VE /D "Internet Explorer7" /f
REG ADD %KEY%\025 /V 1 /D "%CDROM%\Software\IE7.exe /passive /quiet /norestart"

REG ADD %KEY%\030 /VE /D "Citrix streamingclient" /f
REG ADD %KEY%\030 /V 1 /D "%CDROM%\Software\citrixstreaming.msi /passive /quiet /norestart"

REG ADD %KEY%\035 /VE /D "Vodafone Mobile Connect" /f
REG ADD %KEY%\035 /V 1 /D "%CDROM%\Software\VMC.msi /passive /quiet"

Exit
iamtheky
what version of .net do you have? they both look to require at least 2.0
bookert2003
QUOTE (iamtheky @ May 20 2009, 08:14 PM) *
what version of .net do you have? they both look to require at least 2.0


Thanks for the fast reply iamtheky. I am using a windows xp sp3 installation cd for the unattended install, i don't think there is .net incorporated with the standard xp installation. I will try to add the latest .net setup to my unattended install i hope that will resolve this problem. I will keep you posted on this.
iamtheky
no need to 'add it' necessarily, just see if it installs without the switches. Since they are last anyway all other pieces should be there anyway, if they succeed you maybe just need a restart between 25 and 30. I always 'net stop msiserver' as well, though I'm sure shockwave lets go of the installer service nicely.

It was just difficult to determine if you had already differentiated whether they were failing, or simply not installing with the given lines.....so I started stabbing.




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.