Author: dpage Date: 2005-11-05 22:27:36 +0000 (Sat, 05 Nov 2005) New Revision: 4673
Modified: branches/REL-1_4_0_PATCHES/pgadmin3/pkg/win32/src/pgadmin3.wxs Log: Bah - fix path! Modified: branches/REL-1_4_0_PATCHES/pgadmin3/pkg/win32/src/pgadmin3.wxs =================================================================== --- branches/REL-1_4_0_PATCHES/pgadmin3/pkg/win32/src/pgadmin3.wxs 2005-11-05 22:26:49 UTC (rev 4672) +++ branches/REL-1_4_0_PATCHES/pgadmin3/pkg/win32/src/pgadmin3.wxs 2005-11-05 22:27:36 UTC (rev 4673) @@ -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"> ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq