Managing APSLint for Windows
To install the APSlint utility:
- Download the utility using the following URL: http://www.apsstandard.org/r/doc/apslint.zip.
- Install Microsoft .NET Framework version 2.0/3.0/3.5. In case you already have it, just skip this step.
- Extract the utility to your preferred location. We recommend it to be a folder where your application package file is located.
To validate an application package:
- Run
APSlint from the directory where the application package is located using the following command:> apslint.exe <application-package-name>.app.zip
Note: if you run APSlint from another directory, you must provide the absolute or relative path to the application package that you want to validate.
Please send us your feedback on this help page