updated path to where xpinst.dll is located when launching smartupdate via native wizard installer

This commit is contained in:
ssu%netscape.com 1999-09-14 23:10:48 +00:00
Родитель 94bb9d2f71
Коммит 2a5192b7e9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -63,7 +63,7 @@ HRESULT InitializeXPIStub()
/* change current directory to where xpistub.dll */
lstrcpy(szBuf, siCFCoreFile.szDestination);
AppendBackSlash(szBuf, sizeof(szBuf));
lstrcat(szBuf, "x86rel");
lstrcat(szBuf, "bin");
chdir(szBuf);
/* build full path to xpistub.dll */