VegetaSan
31st January 2004 22:02 UTC
Help me Registrate DLL Files
Please help me I have made a installer and I need to Registrate some DLL files please give me the code
(do not say go to Nsis/Search/blbla.dll)
I have this in my installer
RegDLL "$SYSDIR/blabla.dll
And it says in the installer "Could not find Symbol: DllRegisterServer"
Please help me
kichik
31st January 2004 22:11 UTC
It means you don't need to register that DLL.
Please don't open a new thread for each follow up question you have. It's harder to follow.
VegetaSan
31st January 2004 22:33 UTC
Oke Sorry for that
VegetaSan
2nd February 2004 20:36 UTC
DLL Registrating... HELP PLEASE
:( Another Question ........................... :(
How can I Register DLL files
Don't say it Can't because look at this Picture :(
(it is not my installer)
kichik
2nd February 2004 20:45 UTC
I have asked you to not start a new thread for follow up question. Please don't do this. It's harder to follow.
If RegDLL spits out "Could not find Symbol: DllRegisterServer" you simply can't register the DLL because it is not built to be registered.
VegetaSan
2nd February 2004 21:37 UTC
a question :
"$SYSDIR" = System32
"$PROGRAMFILES" = Program Files
but what is the "Start Menu???"
kichik
2nd February 2004 21:40 UTC
$SMPROGRAMS.
VegetaSan
2nd February 2004 23:22 UTC
I got two questions :
1. How can I let the installer skip the file if it exists
2. How can I let the installer set .ogm and .mkv files
to open with with Media Player Classic
THANKZ (please do not say :
NSIS FAQ | NSIS Home Page | NSIS Archive
Yathosho
3rd February 2004 00:24 UTC
what kind of attitude is that? the documentation and the archive have the purpose to help people and you refuse to use them?
try IfFileExists, Associate Files and send me 50 bucks, which you owe me for finding those links.
VegetaSan
3rd February 2004 10:26 UTC
Look I have this in my script and it doesn't work
Function .onVerifyInstDir
IfFileExists "$SYSDIR\MatroskaSplitter" PathGood
Abort ; if $SYSDIR is not a winamp directory, don't let us install there
PathGood:
FunctionEnd
Could you see what is wrong Thank you
kichik
3rd February 2004 10:55 UTC
What doesn't work with that script? Are you looking for MatroskaSplitter.exe? If so, you must specify the extension, .exe, too.
BTW, you don't have to post all your questions in one thread. I was merely asking that you post follow-up questions on the same thread. For example, if you ask a question, someone answers "use a or b" and you can't find any information about "a or b", then you post to the same thread asking "what is b? I can't find any information about it". If you post it in another thread no one will understand what you're talking about. If, on the other hand, you have a new question about something that has nothing to do with the old question, there is nothing wrong in opening a new thread.
VegetaSan
3rd February 2004 11:39 UTC
OOOOO i get it :) :)