Tutorial by Examples

#= Regardless of architecture we're using just the following !define REGSVR `$SYSDIR\regsvr32.exe` #= define where RegSrv32 is !define DLL `$AppDirectory\App\MyLegalProgram\myLegit.dll` #= define the file to register ##= #= Command line usage is the same for both variants of RegSrv32 as foll...
##= # The variable $Bit will hold either 64 or 32 depending on system architecture # This is used with ${Register::DLL} and ${UnRegister::DLL} # Use this in the beginning of your code. # This snippet should only be used once. # Var Bit System::Call "kernel32::GetCurrentProcess()i.s&quot...
##= # The variable $Bit will hold either 64 or 32 depending on system architecture # This is used with ${Register::DLL} and ${UnRegister::DLL} # Use this in the beginning of your code. # This snippet should only be used once. # Var Bit System::Call "kernel32::GetCurrentProcess()i.s&quo...

Page 1 of 1