#105892# define KEY_WOW64_64KEY for mingw
This commit is contained in:
parent
7941b35172
commit
8887d95961
1 changed files with 1 additions and 3 deletions
|
@ -345,10 +345,8 @@ bool DoRegEntries( MSIHANDLE& rhMSI, OPERATION op, MSIHANDLE& rhView)
|
||||||
// basis location
|
// basis location
|
||||||
wcsncat(newValue, sBasisInstallLocation, nPropSize * sizeof( wchar_t ));
|
wcsncat(newValue, sBasisInstallLocation, nPropSize * sizeof( wchar_t ));
|
||||||
|
|
||||||
//wcsncpy(postfix, nPos, _TRUNCATE);
|
|
||||||
|
|
||||||
// postfix
|
// postfix
|
||||||
wcsncat(newValue, nPos + ( wcslen( BASISINSTALLLOCATION ) ), _TRUNCATE);
|
wcsncat(newValue, nPos + ( wcslen( BASISINSTALLLOCATION ) ), nPropSize * sizeof( wchar_t ));
|
||||||
|
|
||||||
wcsncpy(szValue, newValue, nNewValueBytes <=1024? nNewValueBytes: 1024);
|
wcsncpy(szValue, newValue, nNewValueBytes <=1024? nNewValueBytes: 1024);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue