|
|
#1 (permalink) |
|
Guest
Posts: n/a
|
Hello,
In my installation package I have custom action type 38, embedded vbscript. When it runs, Installer puts the full text of the vbscript in the detailed log. Is there a way to avoid it? thanks |
|
|
|
#2 (permalink) |
|
Guest
Posts: n/a
|
"Vadim Rapp" <nospam@sbcglobal.net> writes:
> In my installation package I have custom action type 38, embedded > vbscript. When it runs, Installer puts the full text of the vbscript > in the detailed log. Is there a way to avoid it? I cannot test but the msidbCustomActionTypeHideTarget = 0x2000 flag might help: http://msdn.microsoft.com/library/aa368068.aspx However, if your VBScript has hardcoded passwords embedded in it, people who gain access to the MSI file can surely extract them anyway. |
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|