diff --git a/win32/include/os_types.h b/win32/include/os_types.h
index e3c337686d3b03f63821746ef96081e4182f582c..ad1f129d6062e90de093ada746fc73a5c243ed71 100644
--- a/win32/include/os_types.h
+++ b/win32/include/os_types.h
@@ -1,7 +1,7 @@
 #ifndef __OS_TYPES_H__
 #define __OS_TYPES_H__
 /*
- * $Id: os_types.h,v 1.1 2001/09/05 19:10:00 cwolf Exp $
+ * $Id: os_types.h,v 1.2 2002/07/19 08:34:43 msmith Exp $
  * $Name:  $
  * 
  * win32 types 
@@ -20,7 +20,7 @@ typedef signed   int			sint_8;
 #define DLLENTRY __declspec(dllexport)
 
   // Temporarily hardcode this location
-#define AO_PLUGIN_PATH "c:\\Program Files\\Common Files\\Xiphophorus\\ao"
+#define AO_PLUGIN_PATH "c:\\Program Files\\Common Files\\Xiph\\ao"
 
 #define SHARED_LIB_EXT ".dll"
 
diff --git a/win32/install.bat b/win32/install.bat
index 5b99b19f6b115b6f7322a7f2b1c64c5076f9cd0d..ad6e1fe28b09fb79469b9687c3f679318aed9900 100755
--- a/win32/install.bat
+++ b/win32/install.bat
@@ -1,5 +1,5 @@
 echo off
-rem $Id: install.bat,v 1.2 2001/09/08 00:02:10 cwolf Exp $
+rem $Id: install.bat,v 1.3 2002/07/19 08:34:42 msmith Exp $
 rem
 rem Install script for win32 ao
 setlocal
@@ -7,7 +7,7 @@ rem ---------------------------------------------------------
 rem Alter these settings for your environment
 set SRCBASE=c:\src\codec\vorbis
 set DLLPATH=c:\opt\bin
-set PLUGINPATH=c:\Program Files\Common Files\Xiphophorus\ao
+set PLUGINPATH=c:\Program Files\Common Files\Xiph\ao
 rem ---------------------------------------------------------
 echo on
 copy %SRCBASE%\ao\win32\lib\ao_d.dll "%DLLPATH%"