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
Help me Registrate DLL Files
12 posts
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.
Please don't open a new thread for each follow up question you have. It's harder to follow.
Oke Sorry for that
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)
🙁 Another Question ........................... 🙁
How can I Register DLL files
Don't say it Can't because look at this Picture 🙁
(it is not my installer)
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.
If RegDLL spits out "Could not find Symbol: DllRegisterServer" you simply can't register the DLL because it is not built to be registered.
a question :
"$SYSDIR" = System32
"$PROGRAMFILES" = Program Files
but what is the "Start Menu???"
"$SYSDIR" = System32
"$PROGRAMFILES" = Program Files
but what is the "Start Menu???"
$SMPROGRAMS.
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
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
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.
try IfFileExists, Associate Files and send me 50 bucks, which you owe me for finding those links.
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
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
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.
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.
OOOOO i get it 🙂 🙂