Forum Discussion
Publishing an exe that resides on a file share
Hi tadhgclifford ,
Another suggestion I would like to add to Christian & Stefan:
Try to publish a logon-script as the application in stead of the actual application, and start the application from the script.
For example: create a super small vbs-script, where you test the network drive mapping to Azure Files, and then launch the application.
When you can publish the application, publish cscript.exe/wscript.exe and add the script location as a parameter.
Or a powershell-script could do the same trick.
That way, the exe that is launched initially is locally available on the server.
michawets Christian_Montoya Stefan Georgiev My remote app application has been working really well all week. I have not made any changes at all, yet it has been working consistently. Have you guys made any changes/improvements on the remote app side of WVD? If so, thanks!