#70828 - 2002-10-16 06:18 AM
Re: Problem with kdyers outlook script
|
Kdyer
KiX Supporter
Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
|
Jooel,
Never mind your BBChecker going nuts..
I deleted the extra posts..
My keyboard buffer got a little full.
Kent
|
Top
|
|
|
|
#70830 - 2002-10-16 08:59 AM
Re: Problem with kdyers outlook script
|
EvilHearted
Fresh Scripter
Registered: 2002-10-14
Posts: 8
|
YEAH BABY YEAH!!!!
That did the trick!!! You are my hero Kent!! You dont know how thankful I am for all your help.
thanks again
btw is it possible now days to add printers in w9x with kix?
the reason I ask is for I havent used kix for about 1½ years and i wonder if there are new features in kix or just plain simple another solution.
thanks again
//Matt
|
Top
|
|
|
|
#70831 - 2002-10-16 01:54 PM
Re: Problem with kdyers outlook script
|
Kdyer
KiX Supporter
Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
|
Matt,
Have a look at this post - Add Printer on 9x clients!
HTH,
Kent
|
Top
|
|
|
|
#70832 - 2002-10-18 07:16 AM
Re: Problem with kdyers outlook script
|
Kdyer
KiX Supporter
Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
|
Matt,
So...
Did the Printer script work?
Just curious.
Kent
|
Top
|
|
|
|
#70833 - 2003-02-25 09:58 PM
Re: Problem with kdyers outlook script
|
Jeff Grantham
Fresh Scripter
Registered: 2002-01-15
Posts: 13
|
I have tried and tried to get this to work and can't do it. I have read every post about it and still can't get it to work. All it does is create a profile named %USERNAME%. This of course won't work. I am running Exchange 5.5 on Win 2k with Win98 cleints using Outlook 2000. Any ideas? I have tried to post my prf file but it tells me something about parenthesis in html code.
Thanks for any help.
Here is the top part of my prf file:
; ************************************************************************ ; Section 1 - Profile defaults.
[General] Custom=1 ProfileName=%USERNAME% DefaultProfile=Yes OverwriteProfile=Yes DefaultStore=Service2 ; ************************************************************************ ; Section 2 - Services in profile.
[Service List] Service1=Microsoft Outlook Client Service2=Microsoft Exchange Server Service3=Personal Folders
; ************************************************************************ ; Section 3 - Default values for each service. ;Settings for the Outlook Client
[Service1] ;---General Settings in Client---- AfterMoveMessage=1 AutoNameCheck=True ConfirmOnDelete=True EmptyWastebasket=False SelectEntireWord=True UseSchdPlus=False NumberOfMonthsFB=2 FrequencyToPublishFB=0x384
;----Outlook AutoArchive------ DoAutoArchive=False PromptforAutoArchive=False DeleteExpiredMessages=False
;------Sending Mail------------ AddSigToNewMessage=True AddSigToReplyMessage=False CloseOriginalMessage=False CommaAddressSeparator=True DefaultPriority=1 DefaultSensitivity=0 GenDeliveryReceipt=False GenReadReceipt=False ReplyToMessage=3 ForwardMessage=3 MarkMyCommentsWith=False SaveForwards=True SaveRepliesWithOriginal=True SaveSentMail=True
;------When Mail Arrives------- ChangePointerOnNewMail=True NotifyWithDialogOnNewMail=True PlaySoundWhenNewMail=True
[Service2] ConversionProhibited=True HomeServer=Jackson-Exch MailboxName=%USERNAME% OfflineFolderPath=C:\Windows\Application Data\Microsoft\Outlook\Outlook.OST OSTEncryptionType=0x80000000
[Service3] EncryptionType=0x80000000 PathToPersonalFolders=C:\Windows\Application Data\Microsoft\Outlook\Personal.PST [ 25. February 2003, 22:06: Message edited by: Jeff Grantham ]
|
Top
|
|
|
|
#70835 - 2003-02-26 04:24 PM
Re: Problem with kdyers outlook script
|
Jeff Grantham
Fresh Scripter
Registered: 2002-01-15
Posts: 13
|
Could someone please post the fixprf.exe and prfpatch.exe? I have searched all over the internet and can't find them
Thanks for any help.
|
Top
|
|
|
|
#70836 - 2003-02-26 04:58 PM
Re: Problem with kdyers outlook script
|
Kdyer
KiX Supporter
Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
|
Jeff,
Stay tuned..
I am putting together a version where you don't need FIXPRF.EXE.
I will post an update to the FAQ and e-mail you as well.
Kent
|
Top
|
|
|
|
#70837 - 2003-02-26 05:12 PM
Re: Problem with kdyers outlook script
|
Jeff Grantham
Fresh Scripter
Registered: 2002-01-15
Posts: 13
|
Thanks. That would help alot. It makes it a lot easier to not have to go setup email everytime a new person logs in to a machine.
|
Top
|
|
|
|
#70839 - 2003-02-26 06:13 PM
Re: Problem with kdyers outlook script
|
Kdyer
KiX Supporter
Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
|
The FAQ - Exchange/Outlook Configuration has been updated to remove the need for FIXPRF.EXE. This has been an outstanding request for a while now. (My bad)
Lonk - I understand what you are saying about the three-line script.. However when you have different versions of Outlook in the Enterprise you have to break it up. For example, Outlook XP is setup different than Outlook 2000. Sure, it maybe good for KiXGolf game, but for deployment of Outlook, do we need to that?
Thanks,
Kent
|
Top
|
|
|
|
#70840 - 2003-02-26 06:17 PM
Re: Problem with kdyers outlook script
|
Kdyer
KiX Supporter
Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
|
Jeff,
You've got mail!
Kent
|
Top
|
|
|
|
#70843 - 2003-02-27 09:50 AM
Re: Problem with kdyers outlook script
|
Lonkero
KiX Master Guru
Registered: 2001-06-05
Posts: 22346
Loc: OK
|
kent, checking more into the filey...
code:
$rc = writevalue($profilelocation, 'DefaultProfile', @userid, 'REG_SZ') ; -- Check for the Default profile, if it does not exist, create it IF @userid <> READVALUE( $profilelocation, 'DefaultProfile' ) $rc = WRITEVALUE ($profilelocation, 'DefaultProfile', @userid, 'REG_SZ') ENDIF
eh? you first create and then you check does it exist?
_________________________
!download KiXnet
|
Top
|
|
|
|
#70844 - 2003-02-28 07:26 PM
Re: Problem with kdyers outlook script
|
Kdyer
KiX Supporter
Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
|
Jooel,
Thanks for the feedback/updates.. I have updated the FAQ to reflect the changes and simplification we chatted about last night.
Thanks again,
Kent
|
Top
|
|
|
|
Moderator: Glenn Barnas, NTDOC, Arend_, Jochen, Radimus, Allen, ShaneEP, Ruud van Velsen, Mart
|
0 registered
and 505 anonymous users online.
|
|
|