pub desktop, outlook questions
larkspur
Member Posts: 235
hey all first time in the Citrix section. Digs look nice!
question for ya,
first time ever publishing a desktop. I have TS and PS 4.5 installed and working well. I have installed office but outlook seems to be the prob.
I want users to be able to login to and double click outlook and the exchange info to all ready be setup. How can I accomplish this? I am lookign at MS site and a few others. any help or direction is grreatly appreciated.
question for ya,
first time ever publishing a desktop. I have TS and PS 4.5 installed and working well. I have installed office but outlook seems to be the prob.
I want users to be able to login to and double click outlook and the exchange info to all ready be setup. How can I accomplish this? I am lookign at MS site and a few others. any help or direction is grreatly appreciated.
just trying to keep it all in perspective!
Comments
-
astorrs Member Posts: 3,139 ■■■■■■□□□□I usually use the following KIXtart script:
; Set Outlook as default email handler through registry WriteValue("HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail","","Microsoft Outlook","REG_SZ") ; Create Outlook profile $objADSystemInfo = CreateObject("ADSystemInfo") $objUser = GetObject("LDAP://" + $objADSystemInfo.UserName) Run "<path_to>\RichProfile.exe <exchange_server> "+ $objUser.mail + " Default N D"
Replace <path_to> and <exchange_server> as appropriate and you should be good. You can download RichProfile from here. -
astorrs Member Posts: 3,139 ■■■■■■□□□□You can also use the ORK to create PRF files:
Ensuring a Quiet Installation and Startup for Outlook
http://office.microsoft.com/en-us/ork2003/HA011402671033.aspx
Customizing Outlook Profiles by Using PRF Files
http://office.microsoft.com/en-us/ork2003/HA011402581033.aspx -
larkspur Member Posts: 235creating mst and using prf worked like a champ.
apprecaite it!!just trying to keep it all in perspective!