- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- ISCMDBLD - How to set the Scan At Build property?
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
ISCMDBLD - How to set the Scan At Build property?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @RWatson ,
There is no way to set "Scan At Build" from command line as "Tools > Options > .NET > Scan At Build" is a global IDE setting and this configuration is not present in Standalone Build.
Also in case of other edition(IDE based) making any change will affect any new components that you create from then onward (ORGANIZATION > Components > Component > [YOUR-COMPONENT] > .NET Settings > .NET Scan at Build).
It is possible to set the same in your project using IDE. You can to set "NET Scan at Build" under "ORGANIZATION > Components > Component > [YOUR-COMPONENT] > .NET Settings > .NET Scan at Build = Dependencies and Properties" ("Dependencies and Properties" is the default settings).
You can also set ".NET Scan at Build" for your project using Automation Interface ("DotNetScanAtBuild=ednbNone | ednbProps | ednbDepAndProps"), please refer :https://helpnet.flexerasoftware.com/installshield22helplib/installshield22helplib.htm#CSHID=helplibrary%2FIHelpAutomation.htm|StartTopic=helplibrary%2FIHelpAutomation.htm
Thanks