INTERACT FORUM

Windows => Plug-in Development => Topic started by: SBrandsborg aka Mouseman on May 18, 2002, 03:55:44 am

Title: Uploading Interface Plugin
Post by: SBrandsborg aka Mouseman on May 18, 2002, 03:55:44 am
Hi

what shall i type in the Plug-in Actions box??? when im uploading a Interface Plug-In
Title: RE:Uploading Interface Plugin
Post by: Nikolay on May 20, 2002, 07:28:50 am
That is a tough question. It all depends on what you want to do with the plug-in during registration.

Here is the example:

File1=*.* // copy all the files into directory specified in File1Action1
File1Action1=COPY_PLUGINDIR // location is Media Jukebox plug-ins directory
File2=int_SleepTimer.dll // now let's take the plug-in itself and do File2Action1
File2Action1=REGISTER // do COM registration of the file.

That's usually enough for ATL COM controls because they have code inside to register them self.
For VB controls you have to do following.
...
File2=Registry.reg // specify reg file which contains registration info for the plug-in
File2Action1=RUN // run it

Nikolay
Title: RE:Uploading Interface Plugin
Post by: Nikolay on May 24, 2002, 01:52:51 pm
Steffen,

Can you let us in on a secrete? Are you going to upload a plug-in?

Nikolay
Title: RE:Uploading Interface Plugin
Post by: SBrandsborg aka Mouseman on May 24, 2002, 02:09:47 pm
hehe im still working hard on it and it will be a secret to the first test version is ready

...Im not the best basic coder so it takes a little time for me to code it all