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 to register an SolidWorks Addin
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 26, 2015
08:19 AM
How to register an SolidWorks Addin
Hi,
I try to create a setup for a SolidWorks Addin and I don't have any idea how to create registry keys while running the .msi.
I am not aware of all registry keys which are necessary to run the Addin.
Normally I run a batch file which does all the registry stuff.
See example for 64bit:
"%Windir%\Microsoft.NET\Framework64\v4.0.30319\regasm.exe" /nologo /codebase "C:\UGS\Tools_SW_TC\bin\Tools_SW_TC.dll"
Is it possible to implement this in the setup project without knowing about all registry key which are created by this command?
Thanks for any help in advance
Christopher
I try to create a setup for a SolidWorks Addin and I don't have any idea how to create registry keys while running the .msi.
I am not aware of all registry keys which are necessary to run the Addin.
Normally I run a batch file which does all the registry stuff.
See example for 64bit:
"%Windir%\Microsoft.NET\Framework64\v4.0.30319\regasm.exe" /nologo /codebase "C:\UGS\Tools_SW_TC\bin\Tools_SW_TC.dll"
Is it possible to implement this in the setup project without knowing about all registry key which are created by this command?
Thanks for any help in advance
Christopher
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 26, 2015
09:55 AM
Hi,
You could try creating a EXE custom action or another custom action type that runs that command if it creates all the registry for you.
You could try creating a EXE custom action or another custom action type that runs that command if it creates all the registry for you.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 26, 2015
10:24 AM
kyi wrote:
Hi,
You could try creating a EXE custom action or another custom action type that runs that command if it creates all the registry for you.
I could try this, but how run this exe within the msi?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 27, 2015
02:44 AM
Hi,
I think I found how to implement an exe file in the installer.
Thanks for your help.
I think I found how to implement an exe file in the installer.
Thanks for your help.