RESOLVED - No need to publish.

Discussion in 'Parallels Remote Application Server' started by ChristianD28, Jun 11, 2026 at 7:14 AM.

  1. ChristianD28

    ChristianD28

    Messages:
    1
    Hello,
    I came from Citrix, I am trying to configure a RAS / RDSH Farm.
    I can run simple applications without problem in HTLM5 RAS Session.
    I try to run an app after network drive connexion.
    In Citrix I published this .vbs to use my app :

    ON ERROR RESUME NEXT
    Set WshNetwork = WScript.CreateObject("WScript.Network")
    WshNetwork.RemoveNetworkDrive "Y:", true
    WshNetwork.MapNetworkDrive "Y:", "\\SERVEUR\Folder$"
    Set WshShell = WScript.CreateObject("WScript.Shell")
    WshShell.Run """C:\Applications\App.exe"""

    I tried to do the same thing on RAS, and the app run fine but the network drive isnt mapped in ths user's session.
    How can I do please ? Thanks

    (The network drive connect fine when a run it on the rdsh serveur, but not when it is run on use's RAS session)
     

Share This Page