ShockwaveFlashObject

  • Thread starter Thread starter Ron Vecchi
  • Start date Start date
R

Ron Vecchi

I am referenceing the ShockwaveFlashObjects (com)
When the code compiles into the executeable it seems that I need to run the
executable in the same directory as the referenced files. (below)

AxInterop.ActiveXPlugin.dll
AxInterop.ShockwaveFlashObjects.dll
Interop.ActiveXPlugin.dll
Interop.ShockwaveFlashObjects.dll


Is their a way to embed the four dlls above directly into the executable?
AND OR
Is their a way to store the executable outside of the directory holding the
four dlls?




Thanks
 
Hi Ron,

Thanks for posting in this group.
If you place all the dlls in the GAC, then your exe can go alone. But
because of version or other factor, I do not recommand you place all your
dlls into the GAC.
I think this behavior is by design, and you can not always want your
application contains one file. If you feel many files uncomfortable, you
can use MSI to pack all the files.

Hope this helps,

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

--------------------
| From: "Ron Vecchi" <[email protected]>
| Subject: ShockwaveFlashObject
| Date: Fri, 7 Nov 2003 18:12:49 -0500
| Lines: 24
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.3790.0
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Message-ID: <[email protected]>
| Newsgroups: microsoft.public.dotnet.languages.csharp
| NNTP-Posting-Host: pcp02828467pcs.roylok01.mi.comcast.net 68.85.156.233
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.csharp:197534
| X-Tomcat-NG: microsoft.public.dotnet.languages.csharp
|
| I am referenceing the ShockwaveFlashObjects (com)
| When the code compiles into the executeable it seems that I need to run
the
| executable in the same directory as the referenced files. (below)
|
| AxInterop.ActiveXPlugin.dll
| AxInterop.ShockwaveFlashObjects.dll
| Interop.ActiveXPlugin.dll
| Interop.ShockwaveFlashObjects.dll
|
|
| Is their a way to embed the four dlls above directly into the executable?
| AND OR
| Is their a way to store the executable outside of the directory holding
the
| four dlls?
|
|
|
|
| Thanks
| --
| Ron Vecchi
|
|
|
|
 
Back
Top