mirror of
https://github.com/reactos/reactos.git
synced 2025-07-10 01:27:52 +00:00
[RAPPS] Add ExeInZip installer type to support running installers in zip files (#7866)
This commit is contained in:
parent
eb91f91569
commit
37e2c59096
8 changed files with 111 additions and 25 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue