Unsolved
This post is more than 5 years old
1 Message
0
360346
April 9th, 2015 11:00
WNOS.ini configuration
Please bear with me as I am learning wnos.ini configuration as I go.....
I am setting up a basic configuration where I need two icons on the users thin client (Wyse ThinOS). One icon pointing to their local Terminal Servert, connecting via RDP, and the other directed to their soon to be hosted environment that connects to a Citrix Xen 6.5 published app as a Desktop.
Connecting to RDP is no issue and connecting to published app is no issue, however I want to make both options availalbe and when I do, the current setting defaults to the ICA connection even though I have he SignOn=No option set. I boot the WYSE and it defaults to ICA Session 2 option.
End Game is I need the user to be able to choose between the two.
Any insight would be appreciated:
;*************************************************************
;* *
;* This wnos.ini file was generated with the *
;* Configuration File Generator 5.0.05 *
;* Copyright by Thomas Moellerbernd *
;* *
;* http://www.technicalhelp.de *
;* *
;*************************************************************
;*************************************************************
;* General 1 *
;*************************************************************
Privilege=High EnableNetworkTest=yes ShowDisplaySettings=Yes KeepDHCPRequestIP=yes
;*************************************************************
;* General 3 *
;*************************************************************
FixLicense=factory
;*************************************************************
;* Display *
;*************************************************************
;Resolution=1024x768 Refresh=60
DeskColor="0 0 0"
DesktopColorDepth=32
Desktop=logo.bmp Layout=Center
Screensaver="10"
;*************************************************************
;* Time *
;*************************************************************
Timeserver=us.pool.ntp.org Timeformat="12-hour format" Dateformat=mm/dd/yyyy
TimeZone='GMT - 06:00' ManualOverride=yes Daylight=yes Start=030207 End=110107 TimeZoneName="Central Standard Time"
DayLightName="Central Daylight Time"
;*************************************************************
;* Network *
;*************************************************************
SignOn=No
MaxVNCD=1
VncPassword=*****
VncPrompt=No Accept=5
;-------------------------------------------------------------
;- RDP Session 2 -
;- Each line but the last must end with a '\' -
;-------------------------------------------------------------
CONNECT=RDP \
BrowserIP=ctp.techpro.com \
Host=ctp.techpro.com \
Description="TechPro-BC-CTP" \
Icon=icon1.ico \
Colors=high \
Fullscreen=yes \
Resolution=default \
LocalCopy=no
;-------------------------------------------------------------
;- ICA Session 2 -
;- Each line but the last must end with a '\' -
;-------------------------------------------------------------
CONNECT=ICA \
Description="Merchants Market" \
VDIBroker=citrix.clareholdings.com/.../config.xml
Icon=icon1.ico \
Colors=high \
Fullscreen=yes \
Resolution=default \
LocalCopy=no
RMontalvo
2 Intern
•
560 Posts
0
April 20th, 2015 09:00
The issue is that you can only have a broker or terminal server connections. Since you have a broker define it takes precedence and will only display and launch that option.
You may want to create an RDP app to allow you to have both connections.