File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,8 @@ XML_ICON="\t<Icon Id='OpenRGBIcon' SourceFile='${ICONFILE}'/>\n"
79
79
XML_PROPERTY=" \t<Property Id='ARPPRODUCTICON' Value='OpenRGBIcon'/>\n\t<Property Id='ARPURLINFOABOUT' Value='https://www.openrgb.org'/>\n"
80
80
XML_ACTIONS_EXECUTE=" \t<InstallExecuteSequence>\n\t\t<Custom Action='LaunchOpenRGBAdmin' After='InstallFiles'>NOT Installed</Custom>\n\t\t<Custom Action='LaunchOpenRGB' After='InstallFinalize'>NOT Installed</Custom>\n\t</InstallExecuteSequence>\n"
81
81
XML_WIX_UI=" \t<Property Id='WIXUI_INSTALLDIR' Value='INSTALLDIR' />\n\t<UIRef Id='WixUI_InstallDir'/>\n\t<UIRef Id='WixUI_ErrorProgressText'/>\n\t<WixVariable Id='WixUILicenseRtf' Value='${LICENSEFILE} '/>\n\t<WixVariable Id='WixUIBannerBmp' Value='${BANNERIMAGE} '/>\n\t<WixVariable Id='WixUIDialogBmp' Value='${DIALOGBACKGROUND} '/>\n"
82
- XML_METADATA=" $XML_PACKAGE $XML_MEDIA $XML_CONDITIONS $XML_ACTION_RUNAS_ADMIN $XML_ACTION_FIRSTRUN $XML_ICON $XML_PROPERTY $XML_ACTIONS_EXECUTE $XML_WIX_UI "
82
+ XML_MAJOR_UPGRADE=" \t<MajorUpgrade AllowDowngrades='yes' Schedule='afterInstallInitialize' />\n"
83
+ XML_METADATA=" $XML_PACKAGE $XML_MEDIA $XML_CONDITIONS $XML_MAJOR_UPGRADE $XML_ACTION_RUNAS_ADMIN $XML_ACTION_FIRSTRUN $XML_ICON $XML_PROPERTY $XML_ACTIONS_EXECUTE $XML_WIX_UI "
83
84
84
85
XML_STARTMENU=" \t\t<Directory Id='ProgramMenuFolder' Name='Programs'>\n\t\t\t<Component Id='ProgramMenuShortcut' Guid='" $( uuidgen -t | awk ' { print toupper($0) }' ) " '>\n\t\t\t\t<Shortcut Id='startmenu${PRODUCTNAME} ' Directory='ProgramMenuFolder' Name='${PRODUCTNAME} ' Target='[#${EXE_ID} ]' WorkingDirectory='INSTALLDIR' Advertise='no'/>\n\t\t\t\t<RemoveFolder Id='ProgramMenuShortcut' On='uninstall'/>\n\t\t\t\t<RegistryValue Root='HKCU' Key='Software\[Manufacturer]\[ProductName]' Type='string' Value='' KeyPath='yes'/>\n\t\t\t</Component>\n\t\t</Directory>\n"
85
86
XML_ASSOCIATE_FILE=" \t\t\t\t\t<ProgId Id='${SAVE_FILE} ' Description='${PRODUCTNAME} Profile'>\n\t\t\t\t\t\t<Extension Id='${EXTENSION} ' ContentType='application/${EXTENSION} '>\n\t\t\t\t\t\t<Verb Id='open' Command='Open' TargetFile='${EXE_ID} ' Argument='-p \" %1\" ' />\n\t\t\t\t\t\t</Extension>\n\t\t\t\t\t</ProgId>\n"
You can’t perform that action at this time.
0 commit comments