comparison cinst/windowsstore.c @ 504:3cf72c5282e8

Redirect errorprintf to output debug string on windows
author Andre Heinecke <aheinecke@intevation.de>
date Mon, 28 Apr 2014 09:19:29 +0000
parents 17e1c8f37d72
children 736e95c63b86
comparison
equal deleted inserted replaced
503:7f2cb85288d0 504:3cf72c5282e8
190 0, CERT_SYSTEM_STORE_LOCAL_MACHINE, L"Root"); 190 0, CERT_SYSTEM_STORE_LOCAL_MACHINE, L"Root");
191 } 191 }
192 192
193 if (!hStore) 193 if (!hStore)
194 { 194 {
195 ERRORPRINTF ("Failed to access store.\n");
195 return ERR_STORE_ACCESS_DENIED; 196 return ERR_STORE_ACCESS_DENIED;
196 } 197 }
197 198
198 /* Do the actual work */ 199 /* Do the actual work */
199 do_install (hStore, to_install); 200 do_install (hStore, to_install);

http://wald.intevation.org/projects/trustbridge/