Hello,
I'm afraid I'm not able to find a direct download link for the setup package without creating an account.
Please send by email to
support at advancedinstaller dot com:
1. the .AIP (setup project) file.
2. a download link for your setup package.
Regrettably, there has been an increase in false positive detections by Windows Defender recently. To tackle this issue effectively, we recommend the following solutions:
1. Add an exclusion for Defender on the output folder where your setup project is built. Detailed instructions on how to add an exclusion can be found here: Windows Security Exclusion Guide -
https://support.microsoft.com/en-us/win ... 01afe13b26
2. Exclude specific processes, namely AdvancedInstaller.com, advinst.exe, and signtool.exe. You can use a PowerShell command like this:
Add-MpPreference -ExclusionProcess "C:\Program Files (x86)\Caphyon\Advanced Installer 22.2\bin\x86\advinst.exe"
For a detailed guide on excluding processes, please refer to Microsoft's documentation: Configure process and file exclusions -
https://learn.microsoft.com/en-us/micro ... -worldwide
Please note that these options are specific to your build computer and might not prevent detection when installing on other computers. However, they can help you bypass build time problems, allowing you to generate a setup file for submission to Microsoft for whitelisting.
3. Additional Steps:
After building the final setup on your machine, it is advisable to upload your setup to virustotal.com, an online malware scanning service. If the setup is detected by major antivirus vendors (Microsoft, Bitdefender, McAfee, Avast, etc) contact the respective antivirus company to report the false positive. Here is a list of vendors' contact details (How to submit):
https://github.com/namazso/VirusTotal-FPContacts
Before releasing a new version of Advanced Installer we always follow these steps; if required we contact specific antivirus vendors and report issues to try to help them improve their detection algorithms in the future. However, sometimes we need to report a false positive detection, as their detection algorithms evolve constantly.
To report a false positive detection to Windows Defender, follow these steps:
1. Navigate to C:\ProgramData\Microsoft\Windows Defender\Platform\<version>, and then run MpCmdRun.exe as an administrator.
2. Type mpcmdrun.exe -GetFiles, and then press Enter.
3. A .cab file is generated that contains various diagnostic logs. The location of the file is specified in the output of the command prompt. By default, the location is C:\ProgramData\Microsoft\Windows Defender\Support\MpSupportFiles.cab.
4. Submit a false positive report to Windows Defender using the .CAB file through this link: Microsoft False Positive Report -
https://www.microsoft.com/en-us/wdsi/filesubmission
5. Submit your installation package through the above portal.
Please note that these steps are essential to maintain the integrity of your software against evolving detection algorithms. Your cooperation is appreciated, and these actions will contribute to improving the accuracy of antivirus software detections.
Best regards,
Liviu