bookert2003 Posted May 20, 2009 Posted May 20, 2009 (edited) 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. REG ADD %KEY% /V TITLE /D "Installing Applications" /fREG ADD %KEY%\001 /VE /D "Adobe Reader V910NL" /fREG ADD %KEY%\001 /V 1 /D "%CDROM%\Software\AdbeRdr910_nl_NL.exe /sPB /RS"REG ADD %KEY%\005 /VE /D "Java 6 Update 13" /fREG ADD %KEY%\005 /V 1 /D "%CDROM%\Software\jre-6u13-windows-i586-p-s.exe /quiet /passive" REG ADD %KEY%\010 /VE /D "Codecs" /fREG ADD %KEY%\010 /V 1 /D "%CDROM%\Software\Codecs.exe /s"REG ADD %KEY%\015 /VE /D "Shockwave" /fREG ADD %KEY%\015 /V 1 /D "%CDROM%\Software\Shockwave.msi /passive /quiet" REG ADD %KEY%\020 /VE /D "Flash player 10" /fREG ADD %KEY%\020 /V 1 /D "%CDROM%\Software\install_flash_player_10_active_x.exe /s"REG ADD %KEY%\025 /VE /D "Internet Explorer7" /fREG ADD %KEY%\025 /V 1 /D "%CDROM%\Software\IE7.exe /passive /quiet /norestart"REG ADD %KEY%\030 /VE /D "Citrix streamingclient" /fREG ADD %KEY%\030 /V 1 /D "%CDROM%\Software\citrixstreaming.msi /passive /quiet /norestart"REG ADD %KEY%\035 /VE /D "Vodafone Mobile Connect" /fREG ADD %KEY%\035 /V 1 /D "%CDROM%\Software\VMC.msi /passive /quiet"Exit Edited May 20, 2009 by bookert2003
iamtheky Posted May 20, 2009 Posted May 20, 2009 what version of .net do you have? they both look to require at least 2.0
bookert2003 Posted May 20, 2009 Author Posted May 20, 2009 what version of .net do you have? they both look to require at least 2.0Thanks 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 Posted May 21, 2009 Posted May 21, 2009 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now