Home
last modified time | relevance | path

Searched refs:reinstallmode (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/msi/
H A Dmsi.c231 const WCHAR *reinstallmode; in MsiInstallProductW() local
243 reinstallmode = msi_get_command_line_option(szCommandLine, L"REINSTALLMODE", &len); in MsiInstallProductW()
244 if (reinstallmode) in MsiInstallProductW()
248 if (reinstallmode[--len] == 'v' || reinstallmode[len] == 'V') in MsiInstallProductW()
3923 WCHAR sourcepath[MAX_PATH], filename[MAX_PATH], reinstallmode[11]; in MsiReinstallFeatureW() local
3933 ptr = reinstallmode; in MsiReinstallFeatureW()
3973 …sz = (lstrlenW( L"%s=%s %s=%s" ) + lstrlenW( L"REINSTALLMODE" ) + lstrlenW( reinstallmode )) * siz… in MsiReinstallFeatureW()
3980 …swprintf( cmdline, sz / sizeof(WCHAR), L"%s=%s %s=%s", L"REINSTALLMODE", reinstallmode, L"REINSTAL… in MsiReinstallFeatureW()