Skip to content

Commit

Permalink
Hopefully fix mistrusting Anti Virus software
Browse files Browse the repository at this point in the history
As reported in #120, #119 and multiple times on Discord, the v1.4.5 hotfix was flagged as malware by a few different anti virus softwares. This is likely due to the change in the digital certification the this version had, as I was trying something new it clearly didn't like. Back on having the publisher, and the signing product just be "AssistantComputerControl" like before.
  • Loading branch information
AlbertMN committed Jan 17, 2022
1 parent 247168b commit c5444e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Advanced Installer/Advanced Installer.aip
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.MsiPropsComponent">
<ROW Property="AI_BITMAP_DISPLAY_MODE" Value="0"/>
<ROW Property="AI_CURRENT_YEAR" Value="2021" ValueLocId="-"/>
<ROW Property="AI_CURRENT_YEAR" Value="2022" ValueLocId="-"/>
<ROW Property="AI_FINDEXE_TITLE" Value="Select the installation package for [|ProductName]" ValueLocId="AI.Property.FindExeTitle"/>
<ROW Property="AI_PROPPATH_DIR_PERBUILD_AssistantComputerControl.exe" Value="..\AssistantComputerControl\bin\Release"/>
<ROW Property="AI_PROPPATH_DIR_PERBUILD_AssistantComputerControl.exe.config" Value="..\AssistantComputerControl\bin\Release"/>
Expand Down Expand Up @@ -342,7 +342,7 @@
<ROW Path="&lt;AI_DICTS&gt;ui_en.ail"/>
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.DigCertStoreComponent">
<ROW TimeStampUrl="http://timestamp.digicert.com" SignerDescription="[|ProductName]" SignOptions="7" SignTool="0" UseSha256="1" Subject="CN=AssistantComputerControl-v1.4.5"/>
<ROW TimeStampUrl="http://timestamp.digicert.com" SignerDescription="[|ProductName]" SignOptions="7" SignTool="0" UseSha256="1" Subject="CN=AssistantComputerControl"/>
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.FragmentComponent">
<ROW Fragment="CommonUI.aip" Path="&lt;AI_FRAGS&gt;CommonUI.aip"/>
Expand Down Expand Up @@ -380,7 +380,7 @@
<ROW XmlAttribute="Preference" XmlElement="Rotation" Name="Preference" Flags="0" Order="0" Value="portrait"/>
<ROW XmlAttribute="Preference_1" XmlElement="Rotation_1" Name="Preference" Flags="0" Order="0" Value="landscape"/>
<ROW XmlAttribute="ProcessorArchitecture" XmlElement="Identity" Name="ProcessorArchitecture" Flags="0" Order="0" Value="x64"/>
<ROW XmlAttribute="Publisher" XmlElement="Identity" Name="Publisher" Flags="0" Order="0" Value="CN=Albert MN."/>
<ROW XmlAttribute="Publisher" XmlElement="Identity" Name="Publisher" Flags="0" Order="0" Value="CN=AssistantComputerControl"/>
<ROW XmlAttribute="ShortcutPath" XmlElement="DesktopApp" Name="ShortcutPath" Flags="0" Order="0" Value="%APPDATA%\Microsoft\Windows\Start Menu\Programs\AssistantComputerControl\AssistantComputerControl.lnk"/>
<ROW XmlAttribute="ShortcutPath_1" XmlElement="DesktopApp_1" Name="ShortcutPath" Flags="0" Order="0" Value="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\AssistantComputerControl\AssistantComputerControl.lnk"/>
<ROW XmlAttribute="Square150x150Logo" XmlElement="VisualElements" Name="Square150x150Logo" Flags="0" Order="0" FileId="AssistantComputerControlSquare150x150Logo.scale100.png"/>
Expand Down

4 comments on commit c5444e8

@Ayansh25op
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i am a normal user but my npav anti virus still thinks its a malware after update
image

@AlbertMN
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the report @Ayansh25op - although this seems to not like the cleanup file... Probably gotta retire the PowerShell cleanup files and build some exe files instead, Anti Virus doesn't seem to like them.

If you can report it as a false positive, it'd be sweet... It's kinda stupid that they flag it, as a PowerShell file is readable, and it's one single super unharmful line...

@Diamondius
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bit Defender Antiviurs still flags the cleanup process as a virus.

@AlbertMN
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At least just the cleanup process, I will fix this next update.

Please sign in to comment.