Peneheals / ihhh

Install Heroes of Might and Magic 3 (HoMM3) + HD mod + Horn of the Abyss (HotA) easily on old Mac OS (and will do the same on Linux in the future).
15 stars 1 forks source link

Parameterized installers #41

Closed Peneheals closed 3 years ago

Peneheals commented 3 years ago

To automatize the full process without any user interaction, it must be great to install the software and also the two extensions with specific args and full silent.

Peneheals commented 3 years ago

give it a try: wine Downloads/HoMM3_HD_Latest_setup.exe /verysilent /supportDir="C:\GOG Games\HoMM 3 Complete\__support" /SUPPRESSMSGBOXES /NORESTART /DIR="C:\GOG Games\HoMM 3 Complete"

Peneheals commented 3 years ago

Setup Log 2021-02-07 #002.txt

Peneheals commented 3 years ago

https://docs.revenera.com/installshield22helplib/helplibrary/IHelpSetup_EXECmdLine.htm

Peneheals commented 3 years ago

h3: /verysilent /supportDir="C:\GOG Games\HoMM 3 Complete\__support" /SUPPRESSMSGBOXES /NORESTART /DIR="C:\GOG Games\HoMM 3 Complete" /productId="1207658787" /buildId="52179602202150698" /versionName="4.0" /Language="English" /LANG="english"

hd: /verysilent /supportDir="C:\GOG Games\HoMM 3 Complete\__support" /SUPPRESSMSGBOXES /NORESTART /DIR="C:\GOG Games\HoMM 3 Complete"

hota: /verysilent /supportDir="C:\GOG Games\HoMM 3 Complete\__support" /SUPPRESSMSGBOXES /NORESTART /DIR="C:\GOG Games\HoMM 3 Complete" /Language="English" /LANG="english"

Peneheals commented 3 years ago

To ignore Mono and Gecko popup, you can export the following variable before running your app:

export WINEDLLOVERRIDES="mscoree,mshtml="

Peneheals commented 3 years ago

registry_entries.zip