v1.22 — Office 2016 MSI ISO telepítés támogatás
Office 2016 Standard és Professional Plus telepítése ISO letöltéssel (soft.direct), ISO csatolással és a Microsoft MSI telepítő indításával. A 2019/2021/2024 verziók továbbra is ODT-vel működnek. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -174,6 +174,12 @@ namespace InstaSoftOfficeTool
|
||||
_wizardPages[1] = new EditionPage(this, _config);
|
||||
}
|
||||
|
||||
// Refresh config page when edition changes (MSI/ODT mode may differ)
|
||||
if (_currentPageIndex == 2)
|
||||
{
|
||||
_wizardPages[2] = new ConfigPage(this, _config);
|
||||
}
|
||||
|
||||
ShowCurrentPage();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user