INTERACT FORUM

Windows => Plug-in Development => Topic started by: SBrandsborg aka Mouseman on November 16, 2003, 02:31:53 am

Title: Can Not Be Located Or Created?
Post by: SBrandsborg aka Mouseman 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?"
Title: Re:Can Not Be Located Or Created?
Post by: KingSparta 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
Title: Re:Can Not Be Located Or Created?
Post by: SBrandsborg aka Mouseman 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?
Title: Re:Can Not Be Located Or Created?
Post by: KingSparta 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

Title: Re:Can Not Be Located Or Created?
Post by: SBrandsborg aka Mouseman on November 16, 2003, 08:58:51 am
Woohooo its working now :D