This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- How I can register a dll when the instalation have been completed?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Jul 23, 2013
01:42 AM
How I can register a dll when the instalation have been completed?
In first, excuse me for my English, I no usually write in English, but i'll do all for explain me well.
I have to do a product's installer which , when it finished, it automatically must register a dll in windows's REGISTER.
I don't know how to do it.
Somebody can help me?
Thanks at all
I have to do a product's installer which , when it finished, it automatically must register a dll in windows's REGISTER.
I don't know how to do it.
Somebody can help me?
Thanks at all
- Tags:
- windows's register
(5) Replies
‎Jul 23, 2013
07:06 PM
You don't have to register a dll by yourself. In the "files and folder" section, right click on your dll file and then choose "Properties". In the pop out dialogue you will find different ways to register your dll.
‎Jul 24, 2013
01:32 AM
Yibing wrote:
You don't have to register a dll by yourself. In the "files and folder" section, right click on your dll file and then choose "Properties". In the pop out dialogue you will find different ways to register your dll.
Thank you for your answer!
I understand you and I have done it but now I have to throw a cmd sentence (command) but i don't know how to do it? Can you help me?? Ahh, and It have to throw the command as Administrator..
Thank you!
‎Jul 24, 2013
12:16 PM
Jhonattan wrote:
Thank you for your answer!
I understand you and I have done it but now I have to throw a cmd sentence (command) but i don't know how to do it? Can you help me?? Ahh, and It have to throw the command as Administrator..
Thank you!
Hi,
You can register through batch file and run batch file into installscript code or you can use command line option using LaunchAppAndWait().
Thanks
Shivendra
‎Jul 25, 2013
08:02 AM
Jhonattan wrote:
Thank you for your answer!
I understand you and I have done it but now I have to throw a cmd sentence (command) but i don't know how to do it? Can you help me?? Ahh, and It have to throw the command as Administrator..
Thank you!
Do you have a list of files to register (in a text file)?
I have a bat file that I use for this purpose. Can be called from install with CA or run standalone at any time after install.
Is that what you need?