Jump to content

Vodfone mobile connect + Citrix streaming client install problem


Recommended Posts

Posted (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" /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

Edited by bookert2003

Posted
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.

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...