INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Uploading Interface Plugin  (Read 1264 times)

SBrandsborg aka Mouseman

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 414
Uploading Interface Plugin
« 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
Logged
~SBrandsborg (Mouseman)
E-Mail: steffen@sbrandsborg.dk

Nikolay

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 1681
  • Former CTO, JRiver, Inc.
RE:Uploading Interface Plugin
« Reply #1 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
Logged

Nikolay

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 1681
  • Former CTO, JRiver, Inc.
RE:Uploading Interface Plugin
« Reply #2 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
Logged

SBrandsborg aka Mouseman

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 414
RE:Uploading Interface Plugin
« Reply #3 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
Logged
~SBrandsborg (Mouseman)
E-Mail: steffen@sbrandsborg.dk
Pages: [1]   Go Up