Discussion:
Docu for userexit script
(too old to reply)
Dietmar
2008-11-18 10:39:01 UTC
Permalink
Hi!

Is a docu for userexit script out there in the web? Nothing to find.
How to learn to write a userexit script?

Thanks Didi
Dave Guenthner [MSFT]
2008-11-18 12:45:07 UTC
Permalink
Check the help file in C:\program files\Microsoft deployment
Toolkit\bin\microsoft deployment toolkit 2008 Help.chm

Search for:
"Integrate custom code"

There is an example of how to execute custom code as userexit script.

Dave Guenthner [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.
Preben Justesen
2008-11-18 13:00:01 UTC
Permalink
Hi Dietmar!

I found the instructions here very helpfull in my understanding of Userexits:

http://blogs.technet.com/benhunter/archive/2007/03/28/bdd-2007-tips-creating-model-aliases.aspx

/Preben
Post by Dave Guenthner [MSFT]
Check the help file in C:\program files\Microsoft deployment
Toolkit\bin\microsoft deployment toolkit 2008 Help.chm
"Integrate custom code"
There is an example of how to execute custom code as userexit script.
Dave Guenthner [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights
Dietmar
2008-11-18 18:03:01 UTC
Permalink
Yes, this is what I am looking for:

Integrating Custom Deployment Code into Microsoft Deployment Toolkit 2008

Thank you very much!
Post by Dave Guenthner [MSFT]
Check the help file in C:\program files\Microsoft deployment
Toolkit\bin\microsoft deployment toolkit 2008 Help.chm
"Integrate custom code"
There is an example of how to execute custom code as userexit script.
Dave Guenthner [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights
Dietmar
2008-11-18 17:59:01 UTC
Permalink
Thanx for your very fast answer. I will read all your tips to better
understand userexit!
Post by Dietmar
Hi!
Is a docu for userexit script out there in the web? Nothing to find.
How to learn to write a userexit script?
Thanks Didi
Dietmar
2008-11-18 20:06:03 UTC
Permalink
Hi! I read the documents you told me but there are a view things I do not
understand:
- Why are in every user exit script the first lines?

Function UserExit (sType, sWhen, sDetail, bSkip)
UserExit = Successfs
End Function

- Is this a misstake: Successfs (fs I mean)?
- How do I use user exit skript to terminate the deployment process?
- How do I prevent the deployment process to run the user exit script in a
refresh scenario?

Can you help me? Thanks one more time ... Dietmar
Post by Dietmar
Thanx for your very fast answer. I will read all your tips to better
understand userexit!
Post by Dietmar
Hi!
Is a docu for userexit script out there in the web? Nothing to find.
How to learn to write a userexit script?
Thanks Didi
Loading...