Author: dpage
Date: 2005-11-05 22:26:49 +0000 (Sat, 05 Nov 2005)
New Revision: 4672
Modified:
trunk/pgadmin3/pkg/win32/src/pgadmin3.wxs
Log:
Bah - fix path!
Modified: trunk/pgadmin3/pkg/win32/src/pgadmin3.wxs
===================================================================
--- trunk/pgadmin3/pkg/win32/src/pgadmin3.wxs 2005-11-05 22:07:17 UTC (rev 4671)
+++ trunk/pgadmin3/pkg/win32/src/pgadmin3.wxs 2005-11-05 22:26:49 UTC (rev 4672)
@@ -174,8 +174,8 @@
</Component>
<Component Id="postgresql_exes" Guid="43DFC362-A28E-4D52-A308-23AFD1347C58">
- <File Id="postgresql_exes.pg_dump.exe" Name="pg_dum~1.exe" LongName="pg_dump.exe"
DiskId="1"src="$(var.PFILESDIR)/PostgreSQL/8.0/bin/pg_dump.exe" />
- <File Id="postgresql_exes.pg_restore.exe" Name="pg_res~1.exe" LongName="pg_restore.exe"
DiskId="1"src="$(var.PFILESDIR)/PostgreSQL/8.0/bin/pg_restore.exe" />
+ <File Id="postgresql_exes.pg_dump.exe" Name="pg_dum~1.exe" LongName="pg_dump.exe"
DiskId="1"src="$(var.PFILESDIR)/PostgreSQL/8.1/bin/pg_dump.exe" />
+ <File Id="postgresql_exes.pg_restore.exe" Name="pg_res~1.exe" LongName="pg_restore.exe"
DiskId="1"src="$(var.PFILESDIR)/PostgreSQL/8.1/bin/pg_restore.exe" />
</Component>
<Component Id="pgagent_libs" Guid="97B9FF01-5EFC-4C4F-8989-0ECD3C0508D3">