Hi Guys i know this isnt about a question in my VB project. But i am begging anyone who know's about inno setup or has used it that can help me, please do.

I am using the active x plugin on my form by VideoLan - it's the VLC Active X Plugin.

When I run my installer it doesent seem to be registering the DLL's properly as the VLC plugin wont work on my form on another machine without VLC being installed.


I know i did something a few weeks back that allowed it to work without it being installed i just cant remember what.

This is in my source code part for Inno Setup -


Code:
Source: "C:\Program Files\VLC\axvlc.dll"; DestDir: "{app}"; Flags: restartreplace uninsneveruninstall sharedfile regserver
Source: "C:\Program Files\VLC\axvlc.dll"; DestDir: "{sys}"; Flags: restartreplace uninsneveruninstall sharedfile regserver
Source: "C:\Program Files\VLC\axvlc.dll.manifest"; DestDir: "{app}"; Flags: restartreplace uninsneveruninstall sharedfile regserver
Source: "C:\Program Files\VLC\libvlc.dll"; DestDir: "{app}"; Flags: restartreplace uninsneveruninstall sharedfile regserver
Source: "C:\Program Files\VLC\libvlccore.dll"; DestDir: "{app}"; Flags: restartreplace uninsneveruninstall sharedfile regserver

Is their anything wrong with that could that could suggest why iit's not registering the DLL's mainly the axvlc one.

Thanks all help is appreciated

Cheers