SmartAssembly - 6.2
Learning SmartAssembly - 6.2
Using the command line mode
Instead of using the SmartAssembly user interface to build your project, you can use the command line.
The console application SmartAssembly.com is stored in the same folder as SmartAssembly.exe. This is usually in C:\Program Files\Red Gate\SmartAssembly.
To run SmartAssembly from the command line:
SmartAssembly.com [switch] [projectfile | assemblyfile | reportfile]
Use the following switches to control how SmartAssembly processes your project:
/build myproject.saproj |
Builds the specified project. The project must have been previously created using the SmartAssembly user interface. |
/input=newassembly.exe |
Used together with the /build switch. Overrides the input assembly specified in the *.saproj file, and uses newassembly.exe instead. |
/output=newoutput.exe |
Used together with the /build switch. Overrides the output assembly specified in the *.saproj file, and uses newoutput.exe instead. To overwrite the input file with the output file, use /output=$self |
/markasreleased myassembly.exe |
Marks the map associated with myassembly.exe as released. It has the same effect as clicking Mark as Released after building your project in the SmartAssembly user interface. |
/addreport myencryptedreport. (With Professional Edition only) |
When you get an encrypted report file sent to you via email, you can either double-click the file (if it has the correct .saencryptedreport extension) or run this command line option. In both cases, the report is added to the database, as if it had been downloaded from the web-service. |
/compactdb |
Compacts the SmartAssembly database (smartassembly\database.mdb). |
/downloadnewreports |
Download new feature usage and error reports. |
Please note that you cannot use the command line to protect different assemblies, only by changing the /input and /output switches. Instead, you need to create a different .saproj file for each assembly.
Was this article helpful?
SmartAssembly
- Using Smartassembly to obfuscate a windows service
- Obfuscation not renaming identically-named methods in different classes
- Serialization exceptions occurring in obfuscated assemblies
- SmartAssembly skipping obfuscation of some classes in your assembly
- SmartAssembly is not merging or embedding all assembly dependencies
- Can I customize the path to the MDB database?
- System.InvalidOperationException when attempting to connect to local SmartAssembly database
- Protecting website code using SmartAssembly
- Visual Studio Deployment Projects including unprotected builds
- SmartAssembly MSBUILD tasks failing because of difference in log4net assembly
- SmartAssembly Error Reporting: This application has submitted too many reports
- The assembly is being merged, but the dependent assembly isn't
- ERR 2002: Server did not recognize the value of HTTP Header SOAPAction
- The error report is not associated with a valid project ID - SmartAssembly
- Application built with an evaluation edition of SmartAssembly
- How end users can change their participation in Feature Usage Reporting
- Log file for SmartAssembly
- Moving SmartAssembly to another computer
- 'Using JET databases is not possible in 64-bit applications' error when using MSBuild or TFS
- SmartAssembly stack trace is invalid when Method Parent Obfuscation is enabled
- Upgrading SmartAssembly version 4.x to version 5
- Upgrading SmartAssembly Standard to Professional
- Problems building WPF applications with SmartAssembly 6.7
all products
- Some Red Gate products identified as containing a trojan by Anti-Virus software
- Activation may fail with Unknown Error -1
- Product uses web help although a CHM file is available locally
- Argument exception resulting from missing environment variable
- Check for updates may fail when used through proxies
- 'Unidentified Publisher' error when repairing or uninstalling
- Licensing activates product as standard edition
- Moving Red Gate software products to another machine
- Red Gate tools log locations
- The application UI opening slowly when there is no internet access
SmartAssembly
all products
- Red Gate product acknowledgements
- Activating your products
- Activating your products
- Red Gate bundle history
- Check for updates
- Troubleshooting Check for Updates errors
- Current versions
- Deactivating your products
- Installing Red Gate products from the .msi file
- Requesting additional activations
- Serial numbers for bundles
- Reactivating using a different serial number
- Extending your trial
- Finding your serial numbers
- Moving a serial number from one computer to another
- No response received for manual activation
- Licensing and activation resources
- Licensing and activation resources
- Troubleshooting licensing and activation errors
- Licensing and activation FAQs
- Red Gate tools log file locations
- Download old versions of products
- Download product prerequisites & utilities
- Support & upgrades
- Upgrading your software
- Upgrading FAQs

Using SmartAssembly for obfuscation
Building assemblies with SmartAssembly