![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
hi ng, is there any other way to register a custom task (written in VB) in the DTS-Designer as register it within the DTS-Task-UI? I've read something about the "Register Custom Task command" on msdn but i don't find any further information. Any suggests, hints or informations? regards Frank www.xax.de |
#3
| |||
| |||
|
|
Never seen a command to do this, but it can be done by writing some registry entries. There is a topic in Books online "Registering a DTS Custom Task". Unfortunately VB does not offer way to automatically register the task as per C++, but the registry info is the same Personally I've manually build the reg entries into a VSI solution and use the resulting MSI to do my installs. Works quite well even through it can be a bit fiddly to build. |
#4
| ||||
| ||||
|
|
http://msdn.microsoft.com/library/de...us/dnsql2k/htm l/dts_overview.asp |
|
Anyway: Do you got a little code snippet/some infos about the registry entries fpr me? |
|
Wich entries are needed? Pretty much as per the books online topic. |
|
the new task? |
#5
| |||
| |||
|
|
Not with me now, I'll try and dig something out later. Wich entries are needed? Pretty much as per the books online topic. Do i need to refresh the cache after registering the new task? |
#6
| |||
| |||
|
|
"Darren Green" Not with me now, I'll try and dig something out later. Wich entries are needed? Pretty much as per the books online topic. Do i need to refresh the cache after registering the new task? Doesn't matter. I will setup regmon,register some custom task and will see. Should be possible to get the needed entries. best regards from bextown/germany do you interest in beer, do you? Of course! |
#7
| |||
| |||
|
|
Let me know how you get on, and how you actually write the install routine. |
![]() |
| Thread Tools | |
| Display Modes | |
| |