locked
File Streaming Error RRS feed

  • Question

  • We have tried streaming Adobe application by keeping the .SFT in a server location and the local MSI and the XML files on the local machine just to check whether the straming works fine or not.
    We are using the command msiexec /i <path of locally kep MSI> MODE=STREAMING OVERRIDEURL= <path of .SFT file kept in the server share>.
    The checkings are done in VMware Vista build.
    During installation and in some cases after installation while launching the shortcut we are getting the error as
    The Protocol Specified in the OSD file is not supported.
    Error Code:4505CD-04300507-000D3002

    We have made the modifications in the registry to make the Virtualization client compatible for streaming,but still the error is coming. Please tell any solution to resolve this issue.

    Friday, March 20, 2009 9:35 AM

Answers

  • We have tried streaming Adobe application by keeping the .SFT in a server location and the local MSI and the XML files on the local machine just to check whether the straming works fine or not.
    Well, how did you configure your Client?

    1. If it was in "Stand Alone Mode" (see Znack's post), then I'd suggest to copy the SFT into the same location where the MSI and XML files are.
    From my experience, StandAlone-Loading does not work over a Network Share (because it is the LocalSystem Account that tries to access the file)

    2. If the Client is in "Online" Mode, it usualy tries to load the SFT& using the protocol specified in the OSD - and therefor, posting the OSD's CODEBASE would be helpful or you could overwrite that value with an ASR entry (like Tim posted).

     


    Falko
    • Proposed as answer by znack Thursday, June 25, 2009 10:42 PM
    • Marked as answer by Aaron.ParkerModerator Sunday, April 15, 2012 7:10 PM
    Thursday, April 16, 2009 3:04 PM
    Moderator

All replies

  • Hello,

    You can double-check the actions here;
    http://technet.microsoft.com/en-us/library/cc843831.aspx
    However, I don't believe thats where the problem is....

    For a rather extensive writing on how to operate the client in standalone mode, check;
    http://www.app-v.in/standalone.php

    /Znack
    Friday, March 20, 2009 10:11 AM
  • Can you show your OSD file's CODEBASE line?

    br,
    Kalle
    Friday, March 20, 2009 10:30 AM
    Moderator
  • More than likely...

    If the OSD still says "RTSP:\server" or "RTSPS:\server" you will need to configure the client with an OSR override for the \\usr\share

    Don't feel bad: MSI with streaming is not documented well.  I find I need two scripts to get this right.  One that installs/configures the client, one that installs a virtual-app msi.
    Monday, March 23, 2009 9:13 PM
    Moderator
  • We have tried streaming Adobe application by keeping the .SFT in a server location and the local MSI and the XML files on the local machine just to check whether the straming works fine or not.
    Well, how did you configure your Client?

    1. If it was in "Stand Alone Mode" (see Znack's post), then I'd suggest to copy the SFT into the same location where the MSI and XML files are.
    From my experience, StandAlone-Loading does not work over a Network Share (because it is the LocalSystem Account that tries to access the file)

    2. If the Client is in "Online" Mode, it usualy tries to load the SFT& using the protocol specified in the OSD - and therefor, posting the OSD's CODEBASE would be helpful or you could overwrite that value with an ASR entry (like Tim posted).

     


    Falko
    • Proposed as answer by znack Thursday, June 25, 2009 10:42 PM
    • Marked as answer by Aaron.ParkerModerator Sunday, April 15, 2012 7:10 PM
    Thursday, April 16, 2009 3:04 PM
    Moderator
  • Take a look here for some App-V MSI package fixups that will allow you to deploy to the standalone client without copying the files local first - the only requirement is that you must be starting msiexec.exe from an account that is already a fully elevated admin.  Since software distribution accounts run as services logged in with an admin account, this requirement is usually already met.

    http://csi-windows.com/toolkit/appv-msi-fixups


    ____________________ CSI:\> windows Put Apps On Win7 and Virtualization http://csi-windows.com/courses
    Saturday, January 8, 2011 11:36 PM