add wix registration for redemption.dll

Add-in Express™ Support Service
That's what is more important than anything else

add wix registration for redemption.dll
 
Thomas Lauer




Posts: 67
Joined: 2011-01-24
HI,

i want to register the redemption.dll with wix.

Dimitry from redemtion says me this:

Launching regsvr32.exe is probably the best option ?Â?Ð?ã Redemption will take care of registering itself in HKLM or HKCU depending on the current user rights.

<CustomAction Id="RegisterDll"
                      Directory="INSTALLLOCATION"
                      ExeCommand='regsvr32.exe /s "[INSTALLLOCATION]$(var.RedemptionDllName)"'
                  
                      Return="check">


i have no idea where can i implement this in the wix custom Action from the designer.

best regards
Thomas
Posted 01 Mar, 2019 05:18:01 Top
Andrei Smolin


Add-in Express team


Posts: 18829
Joined: 2006-05-11
Hello Thomas,

At http://www.dimastr.com/redemption/home.htm, Dmitry writes:

Redemption is a regular COM library; once registered on the system, it is accessible by any programming language that can use COM libraries (C#, VB.Net, VB, VBA, VC++, Delphi, VFP, etc). Redemption can also be used directly without being installed in the registry by utilizing RedemptionLoader.


The Redemptionloader is described at http://www.dimastr.com/redemption/security.htm#redemptionloader.


Andrei Smolin
Add-in Express Team Leader
Posted 01 Mar, 2019 05:41:33 Top
Thomas Lauer




Posts: 67
Joined: 2011-01-24
many thanks ist runs ;-)
Posted 01 Mar, 2019 08:16:45 Top
Andrei Smolin


Add-in Express team


Posts: 18829
Joined: 2006-05-11
You are welcome!


Andrei Smolin
Add-in Express Team Leader
Posted 01 Mar, 2019 08:32:28 Top