How to prevent to log execution steps of Custom Action in InstallShield?
问题 I have made one installer using InstallShield. I have written some Custom Actions in that. While installing this installer, the logs (execution steps) of those CustomActions gets printed in log file. But I want to prevent to log some CustomActions's data (execution steps) into log file. I don't want to let user know what exactly the Custom Action is doing for security purpose. So how I can prevent some CustmAction to log their execution steps into log files ? I want to prevent whole