- Merged Rainstaller and RainBackup into SkinInstaller. The Rainstaller code is not yet refactored, but is fully functional.

- Added zip64 support
- Removed Addons\
This commit is contained in:
Birunthan Mohanathas
2011-11-27 13:24:37 +00:00
parent d622c88d69
commit a7a6e74499
66 changed files with 28779 additions and 2 deletions

View File

@ -1596,8 +1596,8 @@ INT_PTR CDialogManage::CTabThemes::OnCommand(WPARAM wParam, LPARAM lParam)
case IDC_MANAGETHEMES_BACKUP_BUTTON:
{
std::wstring command = L"\"" + Rainmeter->GetAddonPath();
command += L"RainBackup\\RainBackup.exe\"";
std::wstring command = L"\"" + Rainmeter->GetPath();
command += L"SkinInstaller.exe\" /BACKUP";
RunCommand(NULL, command.c_str(), SW_SHOWNORMAL);
}
break;