Skip to content

Commit

Permalink
Fixed outdated URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
nefarius committed Oct 30, 2023
1 parent 84ad32c commit 8ab78c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Setup/HidHide.aip
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<ROW Property="AI_BITMAP_DISPLAY_MODE" Value="0"/>
<ROW Property="ALLUSERS" Value="1"/>
<ROW Property="ARPCOMMENTS" Value="This installer database contains the logic and data required to install [|ProductName]." ValueLocId="*"/>
<ROW Property="ARPHELPLINK" Value="https://vigem.org/projects/HidHide/"/>
<ROW Property="ARPHELPLINK" Value="https://docs.nefarius.at/projects/HidHide/"/>
<ROW Property="ARPNOMODIFY" MultiBuildValue="DefaultBuild:1"/>
<ROW Property="ARPNOREPAIR" Value="1"/>
<ROW Property="ARPPRODUCTICON" Value="Application.exe" Type="8"/>
<ROW Property="ARPURLINFOABOUT" Value="https://vigem.org/Community-Support/"/>
<ROW Property="ARPURLUPDATEINFO" Value="https://github.com/ViGEm/HidHide/releases"/>
<ROW Property="ARPURLINFOABOUT" Value="https://docs.nefarius.at/Community-Support/"/>
<ROW Property="ARPURLUPDATEINFO" Value="https://github.com/nefarius/HidHide/releases"/>
<ROW Property="IAgree" Value="No" Type="4"/>
<ROW Property="Manufacturer" Value="Nefarius Software Solutions e.U."/>
<ROW Property="ProductCode" Value="1033:{C0B33147-9D04-4A70-A915-A641913C8B54} " Type="16"/>
Expand Down Expand Up @@ -274,7 +274,7 @@
<ROW IniFile="DownloadsFolder" FileName="HIDHID~1.INI|HidHide_Updater.ini" DirProperty="APPDIR" Section="General" Key="DownloadsFolder" Value="[CommonAppDataFolder][Manufacturer]\[ProductName]\updates\" Action="0" Component_="updater.exe"/>
<ROW IniFile="Flags" FileName="HIDHID~1.INI|HidHide_Updater.ini" DirProperty="APPDIR" Section="General" Key="Flags" Value="PerMachine" Action="0" Component_="updater.exe"/>
<ROW IniFile="ID" FileName="HIDHID~1.INI|HidHide_Updater.ini" DirProperty="APPDIR" Section="General" Key="ID" Value="[UpgradeCode]" Action="0" Component_="updater.exe"/>
<ROW IniFile="URL" FileName="HIDHID~1.INI|HidHide_Updater.ini" DirProperty="APPDIR" Section="General" Key="URL" Value="https://updates.vigem.org/api/github/ViGEm/HidHide/updates" Action="0" Component_="updater.exe"/>
<ROW IniFile="URL" FileName="HIDHID~1.INI|HidHide_Updater.ini" DirProperty="APPDIR" Section="General" Key="URL" Value="https://aiu.api.nefarius.systems/api/github/ViGEm/HidHide/updates" Action="0" Component_="updater.exe"/>
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.MsiInstExSeqComponent">
<ROW Action="AI_DOWNGRADE" Condition="AI_NEWERPRODUCTFOUND AND (UILevel &lt;&gt; 5)" Sequence="210"/>
Expand Down
2 changes: 2 additions & 0 deletions Watchdog/App.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ class WatchdogTask : public Poco::Task
serviceName, util::DeviceClassFilterPosition::Upper);
RemoveDeviceClassFilter(&GUID_DEVCLASS_XBOXCOMPOSITE,
serviceName, util::DeviceClassFilterPosition::Upper);

continue;
}

// filter value or entry not present
Expand Down

0 comments on commit 8ab78c9

Please sign in to comment.