Skip to content

Commit c5444e8

Browse files
committed
Hopefully fix mistrusting Anti Virus software
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.
1 parent 247168b commit c5444e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Advanced Installer/Advanced Installer.aip

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</COMPONENT>
77
<COMPONENT cid="caphyon.advinst.msicomp.MsiPropsComponent">
88
<ROW Property="AI_BITMAP_DISPLAY_MODE" Value="0"/>
9-
<ROW Property="AI_CURRENT_YEAR" Value="2021" ValueLocId="-"/>
9+
<ROW Property="AI_CURRENT_YEAR" Value="2022" ValueLocId="-"/>
1010
<ROW Property="AI_FINDEXE_TITLE" Value="Select the installation package for [|ProductName]" ValueLocId="AI.Property.FindExeTitle"/>
1111
<ROW Property="AI_PROPPATH_DIR_PERBUILD_AssistantComputerControl.exe" Value="..\AssistantComputerControl\bin\Release"/>
1212
<ROW Property="AI_PROPPATH_DIR_PERBUILD_AssistantComputerControl.exe.config" Value="..\AssistantComputerControl\bin\Release"/>
@@ -342,7 +342,7 @@
342342
<ROW Path="&lt;AI_DICTS&gt;ui_en.ail"/>
343343
</COMPONENT>
344344
<COMPONENT cid="caphyon.advinst.msicomp.DigCertStoreComponent">
345-
<ROW TimeStampUrl="http://timestamp.digicert.com" SignerDescription="[|ProductName]" SignOptions="7" SignTool="0" UseSha256="1" Subject="CN=AssistantComputerControl-v1.4.5"/>
345+
<ROW TimeStampUrl="http://timestamp.digicert.com" SignerDescription="[|ProductName]" SignOptions="7" SignTool="0" UseSha256="1" Subject="CN=AssistantComputerControl"/>
346346
</COMPONENT>
347347
<COMPONENT cid="caphyon.advinst.msicomp.FragmentComponent">
348348
<ROW Fragment="CommonUI.aip" Path="&lt;AI_FRAGS&gt;CommonUI.aip"/>
@@ -380,7 +380,7 @@
380380
<ROW XmlAttribute="Preference" XmlElement="Rotation" Name="Preference" Flags="0" Order="0" Value="portrait"/>
381381
<ROW XmlAttribute="Preference_1" XmlElement="Rotation_1" Name="Preference" Flags="0" Order="0" Value="landscape"/>
382382
<ROW XmlAttribute="ProcessorArchitecture" XmlElement="Identity" Name="ProcessorArchitecture" Flags="0" Order="0" Value="x64"/>
383-
<ROW XmlAttribute="Publisher" XmlElement="Identity" Name="Publisher" Flags="0" Order="0" Value="CN=Albert MN."/>
383+
<ROW XmlAttribute="Publisher" XmlElement="Identity" Name="Publisher" Flags="0" Order="0" Value="CN=AssistantComputerControl"/>
384384
<ROW XmlAttribute="ShortcutPath" XmlElement="DesktopApp" Name="ShortcutPath" Flags="0" Order="0" Value="%APPDATA%\Microsoft\Windows\Start Menu\Programs\AssistantComputerControl\AssistantComputerControl.lnk"/>
385385
<ROW XmlAttribute="ShortcutPath_1" XmlElement="DesktopApp_1" Name="ShortcutPath" Flags="0" Order="0" Value="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\AssistantComputerControl\AssistantComputerControl.lnk"/>
386386
<ROW XmlAttribute="Square150x150Logo" XmlElement="VisualElements" Name="Square150x150Logo" Flags="0" Order="0" FileId="AssistantComputerControlSquare150x150Logo.scale100.png"/>

0 commit comments

Comments
 (0)