Changeset d66ccee in nscp for helpers/installer-dlls/main_dll/main_dll.cpp
- Timestamp:
- 04/16/11 12:07:47 (2 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- 3bdaf18
- Parents:
- b7d17f8
- File:
-
- 1 edited
-
helpers/installer-dlls/main_dll/main_dll.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
helpers/installer-dlls/main_dll/main_dll.cpp
rb7d17f8 rd66ccee 386 386 std::wstring command = _T("msiexec /uninstall ") + (*cit); 387 387 TCHAR *cmd = new TCHAR[command.length()+1]; 388 wcsncpy _s(cmd, command.length()+1, command.c_str(), command.length());388 wcsncpy(cmd, command.c_str(), command.length()); 389 389 cmd[command.length()] = 0; 390 390 PROCESS_INFORMATION pi;
Note: See TracChangeset
for help on using the changeset viewer.








