INTERACT FORUM

Please login or register.

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

Author Topic: Can Not Be Located Or Created?  (Read 1569 times)

SBrandsborg aka Mouseman

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 414
Can Not Be Located Or Created?
« on: November 16, 2003, 02:31:53 am »

Hi why is it that my plugins is working very fine on my computer but on my friends does it say something like "Can Not Be Located Or Created?"
Logged
~SBrandsborg (Mouseman)
E-Mail: steffen@sbrandsborg.dk

KingSparta

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 20048
Re:Can Not Be Located Or Created?
« Reply #1 on: November 16, 2003, 05:29:10 am »

does he have the basic run time files?

does he have the controls?

like if you use the richtextbox you must copy that dll to the users computer

this is from my installer
Quote
[Files]
Source: "C:\00 - MJ Plug-Ins\Cover Art Finder\Cover Art Finder.ocx"; DestDir: "{app}"; Flags: restartreplace regserver

Source: "c:\Windows\system32\mscomctl.ocx"; DestDir: "{sys}"; Flags: restartreplace sharedfile regserver
Source: "c:\Windows\system32\msstkprp.dll"; DestDir: "{sys}"; Flags: restartreplace sharedfile regserver
Source: "c:\Windows\system32\tabctl32.ocx"; DestDir: "{sys}"; Flags: restartreplace sharedfile regserver
Source: "c:\Windows\system32\comct232.ocx"; DestDir: "{sys}"; Flags: restartreplace sharedfile regserver
Source: "c:\Windows\system32\Richtx32.ocx"; DestDir: "{sys}"; Flags: restartreplace sharedfile regserver

it also installs the basic vb6 runtime files

Quote
; begin VB system files
; (Note: Scroll to the right to see the full lines!)
Source: "c:\vbfiles\stdole2.tlb";  DestDir: "{sys}"; Flags: restartreplace uninsneveruninstall sharedfile regtypelib
Source: "c:\vbfiles\msvbvm60.dll"; DestDir: "{sys}"; Flags: restartreplace uninsneveruninstall sharedfile regserver
Source: "c:\vbfiles\oleaut32.dll"; DestDir: "{sys}"; Flags: restartreplace uninsneveruninstall sharedfile regserver
Source: "c:\vbfiles\olepro32.dll"; DestDir: "{sys}"; Flags: restartreplace uninsneveruninstall sharedfile regserver
Source: "c:\vbfiles\asycfilt.dll"; DestDir: "{sys}"; Flags: restartreplace uninsneveruninstall sharedfile
Source: "c:\vbfiles\comcat.dll";   DestDir: "{sys}"; Flags: restartreplace uninsneveruninstall sharedfile regserver
; end VB system files
Logged
Retired Military, Airborne, Air Assault, And Flight Wings.
Model Trains, Internet, Ham Radio
https://MyAAGrapevines.com
Fayetteville, NC, USA

SBrandsborg aka Mouseman

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 414
Re:Can Not Be Located Or Created?
« Reply #2 on: November 16, 2003, 05:40:45 am »

i do not have all this hehe
where shall i add it?
to my plugin?
or installer?

i have made this installer (MJP) but still have the problem do i need to add more?

[Package]
Name=Popper
Action=UNZIPDIR
Version=0.0.22
URL=http://www.sbrandsborg.dk/pack.zip

[Action]
File1=*.*
File1Action1=COPY_PLUGINDIR
File2=Registry.reg
File2Action1=RUN DONTWAIT
File3=Popper.ocx
File3Action1=REGISTER


... My plugin do also use
tabctl32.ocx
Comdlg32.ocx
mscomctl.ocx
MSINET.OCX
so.. do i need to include them to?
Logged
~SBrandsborg (Mouseman)
E-Mail: steffen@sbrandsborg.dk

KingSparta

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 20048
Re:Can Not Be Located Or Created?
« Reply #3 on: November 16, 2003, 07:31:37 am »

Quote
... My plugin do also use
tabctl32.ocx
Comdlg32.ocx
mscomctl.ocx
MSINET.OCX
so.. do i need to include them to?
Yes

Logged
Retired Military, Airborne, Air Assault, And Flight Wings.
Model Trains, Internet, Ham Radio
https://MyAAGrapevines.com
Fayetteville, NC, USA

SBrandsborg aka Mouseman

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 414
Re:Can Not Be Located Or Created?
« Reply #4 on: November 16, 2003, 08:58:51 am »

Woohooo its working now :D
Logged
~SBrandsborg (Mouseman)
E-Mail: steffen@sbrandsborg.dk
Pages: [1]   Go Up