Le mercredi 6 mai 2009 à 10:01:06, Dave Page a écrit :
> On Tue, May 5, 2009 at 6:54 PM, Guillaume Lelarge
>
> <[email protected]> wrote:
> > Le mardi 5 mai 2009 à 19:49:03, Ashesh Vashi a écrit :
> >> Hi Guillaume,
> >>
> >> I think - you forget the attachment. :p
> >
> > Thanks Ashesh, I indeed forgot it. Here it is.
>
> I see a couple of easily-fixed issues:
>
> - Both shortcuts have the same name (Name="$(var.APPNAME) Help")
> - You're missing a ComponentRef node
>

Done. New patch attached.

> <laugh type="manic">I will get you fluent with Wix - and you'll never
> escape it's clutches!!</laugh>

héhé... getting me fluent with Wix will be a really hard work. I wish you good 
luck with that :)


-- 
Guillaume.
 http://www.postgresqlfr.org
 http://dalibo.com
Index: pkg/win32/src/pgadmin3.wxs
===================================================================
--- pkg/win32/src/pgadmin3.wxs	(révision 7849)
+++ pkg/win32/src/pgadmin3.wxs	(copie de travail)
@@ -86,7 +86,7 @@
                                 <Component Id="en_us_docs" Guid="{BD553EA6-2938-4A3D-B1C8-F3340990E993}">
                                     <File Id="en_us_docs.pgadmin3.chm" Name="pgadmin3.chm" DiskId="1" Source="$(var.BUILDTREE)/docs/en_US/pgadmin3.chm" KeyPath="yes" />
                                     <File Id="en_us_docs.bugreport.html" Name="bugreport.html" DiskId="1" Source="$(var.BUILDTREE)/docs/en_US/bugreport.html" />
-                                    <Shortcut Id="en_us_docs.pgadmin3.chm" Directory="SMDir" Name="$(var.APPNAME) Help" Description="pgAdmin documentation" Show="normal" Advertise="yes" Icon="help.ico">
+                                    <Shortcut Id="en_us_docs.pgadmin3.chm" Directory="SMDir" Name="$(var.APPNAME) Help (English)" Description="pgAdmin documentation (English)" Show="normal" Advertise="yes" Icon="help.ico">
                                         <Icon Id="help.ico" SourceFile="Resources/help.ico" />
                                     </Shortcut>
                                 </Component>
@@ -177,6 +177,14 @@
 
                            <Directory Id="fr_frDocsDir" Name="fr_FR">
 
+                                <Component Id="fr_fr_docs" Guid="{4FD77388-CA09-4529-B34D-72C30A4663FC}">
+                                    <File Id="fr_fr_docs.pgadmin3.chm" Name="pgadmin3.chm" DiskId="1" Source="$(var.BUILDTREE)/docs/fr_FR/pgadmin3.chm" KeyPath="yes" />
+                                    <File Id="fr_fr_docs.bugreport.html" Name="bugreport.html" DiskId="1" Source="$(var.BUILDTREE)/docs/fr_FR/bugreport.html" />
+                                    <Shortcut Id="fr_fr_docs.pgadmin3.chm" Directory="SMDir" Name="$(var.APPNAME) Help (French)" Description="pgAdmin documentation (French)" Show="normal" Advertise="yes" Icon="help.ico">
+                                        <Icon Id="help.ico" SourceFile="Resources/help.ico" />
+                                    </Shortcut>
+                                </Component>
+
                                 <Directory Id="fr_frHintsDir" Name="Hints">
                                     <Component Id="fr_fr_hints" Guid="{78AFAE5C-F12E-43A8-B3D1-A11FF63F47B3}">
                                         <File Id="fr_fr_hints.autovacuum.html" Name="autovacuum.html" DiskId="1" Source="$(var.BUILDTREE)/docs/fr_FR/hints/autovacuum.html" />
@@ -310,6 +318,7 @@
                 <ComponentRef Id="en_us_hints" />
                 <ComponentRef Id="es_es_hints" />
                 <ComponentRef Id="fi_fi_hints" />
+                <ComponentRef Id="fr_fr_docs" />
                 <ComponentRef Id="fr_fr_hints" />
                 <ComponentRef Id="sl_si_hints" />
                 <ComponentRef Id="zh_cn_hints" />
-- 
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

Reply via email to