[RAPPS] Add ExeInZip installer type to support running installers in zip files (#7866)

This commit is contained in:
Whindmar Saksit 2025-04-29 15:39:22 +02:00 committed by GitHub
parent eb91f91569
commit 37e2c59096
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 111 additions and 25 deletions

View file

@ -331,9 +331,7 @@ ParseCmdAndExecute(LPWSTR lpCmdLine, BOOL bIsFirstLaunch, int nCmdShow)
if (!argv)
return FALSE;
CStringW Directory;
GetStorageDirectory(Directory);
CAppDB db(Directory);
CAppDB db(CAppDB::GetDefaultPath());
BOOL bAppwizMode = (argc > 1 && MatchCmdOption(argv[1], CMD_KEY_APPWIZ));
if (!bAppwizMode)