Harmyder
Level 3
since ‎Dec 11, 2020
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

User Statistics

  • 5 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Is it possible to tell the installer not to delete some files from the support folder upon installation completion?
I use C++ dll that calls into C# dll. After adding some new features I noticed that it takes 5 mins for the installer to exit its process after its window got closed (OnEnd event). I saw a few DLLs used by C# were left untouched. That's OK.Does it wa...
How memory gets allocated for a variable that is passed into the DLL? How much data DLL can write into such a variable? function STRING SetupDll_Do(szValue) STRING ret; begin UseDLL(PATH_SETUPDLL); setup.Do(szValue, ret); UnUseDLL(PATH_SETUP...
Suppose I run an installer like the following:setup.exe /v"PARAMETER=Value"How to read the value of PARAMETER from rul-file?I understand that I need to use GetProfString and GetProfInt functions but maybe there is a complete example.
Availability
Online status:
‎Mar 15, 2021
Date last visited: