Forum Discussion

MarkF26's avatar
MarkF26
Brass Contributor
May 27, 2020
Solved

Deployment fails when Application path and/or executable contain special characters (like + sign)

steps to duplicate problem:

=================== 

a) Install Notepad++ in a sessionhost with default prompts (i.e Path: c:\Program Files\Notepad++)

b) Create a RemoteApp application group

c) Add Application

d) Either use Start Menu or File Path and select Notepad++ path for executable and/or icons

e) Deployment will fail

 

Workaround

=========

a) Install NotepadPlusPlus to c:\Program Files\NotepadPlusPlus

b) Modify the executable name from Notepad++.exe to NotepadPlusPlus.exe

c) Create a RemoteApp application group

d) Add Application

e) Use file Path and use C:\Program Files\NotepadPlusPlus\NotepadPlusPlus.exe for app path and icon

f)  Use Notepad++ as display name

g) Deployment succeeds

 

Putting the path for executable/icons in quotes does not help

Resources