SmartAssembly
Latest version: 6.7
Learning SmartAssembly - 6.0
How end users can change their participation in Feature Usage Reporting
Date: 11/15/2010
Product: SmartAssembly
This article is intended for software developers using SmartAssembly 6 to add feature usage reporting to their programs. In text displayed to end users, feature usage reporting is called the 'quality improvement program'.
We strongly recommend that you implement a way for the user to change whether they participate in feature usage reporting in your program's user interface.
If you choose not to let users change their participation, they will only be asked once (the first or second time that the program runs). You should add a version of these instructions to the documentation for your program. Ensure that you include the usual warnings about why manually editing the registry can be dangerous.
When users are asked to participate
End users are asked whether they wish to participate in the quality improvement program when all of the following conditions are met:
- The end user has not already decided whether to enable feature usage reporting.
- The end user is using a feature in your program that reports its usage.
- This is the first or second time that the program has run, depending on which template you selected in the Project Settings.
Allowing end users to change their participation at any time
If the end user agrees to participate in the quality improvement program, SmartAssembly's feature usage reporting is enabled. The end user's decision is recorded in the registry at:
HKEY_CURRENT_USER\Software\CompanyName\ApplicationName
(where CompanyName and ApplicationName are the values provided in the Error Reporting or Feature Usage Reporting settings in the SmartAssembly project.)
The registry key's name is SmartAssemblyReportUsage and it can take three values: True, False or Unknown:
- If the value is True, your program will report its usage. If the end user subsequently wishes to opt-out of feature usage reporting, set the value to False.
- If the value is False, your program will not report its usage. If the end user subsequently wishes to opt-in to feature usage reporting, set the value to True.
- If the value is Unknown, or if the key does not exist, your program will ask the end user to decide whether to participate when the program next runs. The end user's decision will be recorded in this key.
You can change the value of this key to allow users to opt-in or opt-out of feature usage reporting at any time.
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