Kaydet (Commit) ac4bc54d authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Drop Win9x code

üst 99d5297d
......@@ -138,10 +138,7 @@ extern "C" UINT __stdcall ExecutePostUninstallScript( MSIHANDLE handle )
// MessageBox( NULL, sInfFile.c_str(), "Titel", MB_OK );
if ( (LONG)GetVersion() < 0 )
sCommand += _T("setupx.dll");
else
sCommand += _T("setupapi.dll");
sCommand += _T("setupapi.dll");
sCommand += _T(",InstallHinfSection PostUninstall 132 ");
sCommand += sInfFile;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment