Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
759 B

  1. cd %sapiroot%
  2. for /r build\release %%f in (*.msm) do tools\msiquery "DROP TABLE InstallShield" %%f
  3. for /r build\release %%f in (*.msm) do tools\msiquery "DROP TABLE TextStyle" %%f
  4. for /r build\release %%f in (*.msm) do tools\msiquery "DROP TABLE _Validation" %%f
  5. for /r build\debug %%f in (*.msm) do tools\msiquery "DROP TABLE InstallShield" %%f
  6. for /r build\debug %%f in (*.msm) do tools\msiquery "DROP TABLE TextStyle" %%f
  7. for /r build\debug %%f in (*.msm) do tools\msiquery "DROP TABLE _Validation" %%f
  8. for /r build\release %%f in (*.msm) do ..\..\tools\x86\msidb -d %%f -f s:\nt\enduser\speech\build -i _Validation.idt
  9. for /r build\debug %%f in (*.msm) do ..\..\tools\x86\msidb -d %%f -f s:\nt\enduser\speech\build -i _Validation.idt