We have developed an MSI file using windows installer project.
We are sharing the MSI file to other teams via google drive.
Google drive detects our file is infected by virus.
In our App, for Uninstalling of application, we kept Shortcut in Program Start menu.
(In which we have used msiexec.exe, which available in system32 folder,
in shortcut arguments - /x {productcode} /qr, Target-msiexec)
If we remove msiexec.exe usage in installer, app is downloading and its not showed as infected file.
Kindly suggest us to overcome the issue