29 Posts

July 10th, 2015 09:00

with XenDesktop your only option is to login to the DDC.
don't try using the custom ICA connections. (that would be for a XenApp environment instead)
so instead use the INI file like this.


SignOn=Yes 
AutoSignoff=YES Reboot=yes
defaultuser=Username
Password=Password
domainlist=DOmainname
PnliteServer=http://CitrixDDC/Citrix/PNAgent/config.xml;

if you have just one desktop assigned to that user.. then it should autostart that desktop. when they close the desktop it should logout and reboot and log back in again.

July 10th, 2015 09:00

Solved

Thank you for the insight, with that information I was able to get the kiosk up and running. The following is my mac.ini file for the specific C10LE that now works as a kiosk:

---Begin mac.ini---
TerminalName="TC-KIOSK-0001" reboot=yes
SignOn=Yes DisableGuest=yes
EnableLocal=no HideDefault=yes
AutoSignOff=Yes Reboot=Yes
defaultUser=
Password=xxxx encrypt=yes
DomainList=
PnLiteServer=http:// /Citrix/Pnagent/config.xml \
AutoConnectList="XenDesktop:Kiosk Desktop $S1-1"
---End mac.ini---

I used the AutoConnectList option just to make sure it gets the specific Kiosk option, so I can use the same account to test other possible Kiosk desktops on the virtual system.

I'm still not sure why the $S1-1 has to be at the end of the AutoConnectList part, since I'd have no idea where to find that outside of the Wyse C10LE itself.

thanks a lot for the help on this.

No Events found!

Top