mirror of
https://github.com/modernw/AppInstallerForWin8.git
synced 2026-04-11 16:57:18 +10:00
Console App: Remove Codes about Store Logo and Base 64
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
#include "resource.h"
|
||||
#include "res2.h"
|
||||
#include "PackageManager.h"
|
||||
#include "base64logo.h"
|
||||
#include "AppLauncher.h"
|
||||
#include "ToastNotification.h"
|
||||
#include "pkginfo.h"
|
||||
@@ -509,8 +508,8 @@ void TaskInstallPackage ()
|
||||
{
|
||||
ReadPackageInfo ();
|
||||
wcout << StrPrintFormatW (GetRCString_cpp (PAGE_2_TITLE).c_str (), g_pkgInfo.getPropertyName ().c_str ()) << endl;
|
||||
wcout << GetRCString_cpp (PAGE_2_INSTALL);
|
||||
LoadCert ();
|
||||
wcout << GetRCString_cpp (PAGE_2_INSTALL);
|
||||
InstallPackage ();
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user