I know how it should work we configured all the right stuf already and can select the shortcuts. When the user launches the application the appstack should mount to the RDS server. But that is not ha...
See more...
I know how it should work we configured all the right stuf already and can select the shortcuts. When the user launches the application the appstack should mount to the RDS server. But that is not happening. When we logon to the desktop of the RDS server the appstack get's mounted and the program launches. Already have a ticket open at vmware for troubleshooting. To be continued.
published app on demand, we used the manual and added the appvolumes url to the environment and then choose the right application. What is the difference? with published app on demand or on-demand a...
See more...
published app on demand, we used the manual and added the appvolumes url to the environment and then choose the right application. What is the difference? with published app on demand or on-demand app. PS: I now publish it as application and then greate a global entitlement. If i select a shortcutlink the application will not use the right startup directory.
I am playing around with the new 2212 appvolumes to create a appstack on demand with the new startup. However the captures application Glims (medical software) has this startup sequence. "C:\Program...
See more...
I am playing around with the new 2212 appvolumes to create a appstack on demand with the new startup. However the captures application Glims (medical software) has this startup sequence. "C:\Program Files (x86)\CloudVolumes\Agent\svservice.exe" app run 64460c8c-00d7-4c6c-aa10-8825ac282f11 c:\glims10project\bin\prowin32.exe But this also sets the startup folder to c:\glims10project\bin folder and it should be c:\glims10project. Already created a shortcut in VMware dem with the start up folder correctly configured but that is ignored by agent / appstack. Simple programs that don't need a alternative startup folder work as designed. Any help would be appreciated EDIT: Right setting a working directory is pretty useless when fireup a on-demand appstack. I created a small posh script to deliver the appstack instead of run it. Script is below. Set-Location "C:\program files (x86)\cloudvolumes\agent" .\svservice.exe app deliver {APP GUID} Set-Location C:\Glims10project # Location of our ini file within this application is moved to a network share. C:\glims10project\bin\prowin32.exe -basekey ini -ininame W:/Glims10project/progress.ini -p gp_prun -param "-1 be/mips/ablframework/gui/start" -assemblies assemblies -preloadCLR
Couldn't find anything on the www. I did a upgrade from my DEM console 2206 to 2209 and all kind of configuration shortcuts are missing. Reverted back to 2206 asap. 2206 console 2209 console af...
See more...
Couldn't find anything on the www. I did a upgrade from my DEM console 2206 to 2209 and all kind of configuration shortcuts are missing. Reverted back to 2206 asap. 2206 console 2209 console after upgrade from 2206
What kind of profile does the user get's when he/she logs on to the horizon view desktop? We use the default profile and capture the teams data from the profile of the logged on user. redirect mea...
See more...
What kind of profile does the user get's when he/she logs on to the horizon view desktop? We use the default profile and capture the teams data from the profile of the logged on user. redirect means you altered the location of for example appdata to h:\appdata which is not good practice.
You cannot. Read up on exclusions in the snapvol.cfg and which one to use. But if you exclude to much appstacks will attach but not work properly. So it's trail and error in my opinion. Also document...
See more...
You cannot. Read up on exclusions in the snapvol.cfg and which one to use. But if you exclude to much appstacks will attach but not work properly. So it's trail and error in my opinion. Also documentation could be a bit better from VMWare imho.
Thanks for the answer, I will give that back to the security team. Have to figure out another way to start the program then cause we are bount by law to show a message before the program starts. Alre...
See more...
Thanks for the answer, I will give that back to the security team. Have to figure out another way to start the program then cause we are bount by law to show a message before the program starts. Already have a powershellscriptlet in place for that though.
The smartest thing would be create a vbscript or other scriptlet and rename the printers, then DEM wil capture this again. When we did a printserver migration with local profiles we renamed the serve...
See more...
The smartest thing would be create a vbscript or other scriptlet and rename the printers, then DEM wil capture this again. When we did a printserver migration with local profiles we renamed the serverA to serverB etc.
What is the advantage of this configuration over redirecting the cache to a writable disk and capture only the files with no extentions in the C:\Users\Username\AppData\Local\Google\Chrome\User Data\...
See more...
What is the advantage of this configuration over redirecting the cache to a writable disk and capture only the files with no extentions in the C:\Users\Username\AppData\Local\Google\Chrome\User Data\Default folder. I have a foodprint of max 6 mb per user with captured data. Just wondering if I should investigate this a bit more? btw we do not allow logon to google chrome.
In ivanti workspace control we had the wait until finish task. If i am correct in DEM that is under personalization\general\applications. I created a application for example notepad.exe and made ...
See more...
In ivanti workspace control we had the wait until finish task. If i am correct in DEM that is under personalization\general\applications. I created a application for example notepad.exe and made it directflex aware. No at userenvironment I run a powershell script with a EULA (sort off) and after pressing OK the program should start. However if we wait long enough the program starts. Is this tweakable with timeouts?