Re: Install msiexec in the bin dir while make install.

2004-07-23 Thread Alexandre Julliard
Vincent Béron <[EMAIL PROTECTED]> writes: > Does double-clicking on a .msi package (and thus run msiexec) applies? No, if the user doesn't have to type it then we don't need the binary in /usr/bin, it can always be launched with 'wine msiexec' anyway, so we can put that in the association for .ms

Re: Install msiexec in the bin dir while make install.

2004-07-23 Thread Vincent Béron
Le ven 23/07/2004 à 13:54, Alexandre Julliard a écrit : > Vincent Béron <[EMAIL PROTECTED]> writes: > > > Alexandre, what are the guidelines for installing winelib applications > > in /foo/bin/? > > It should be restricted to apps that users will frequently run from > the command-line on Windows

Re: Install msiexec in the bin dir while make install.

2004-07-23 Thread Alexandre Julliard
Vincent Béron <[EMAIL PROTECTED]> writes: > Alexandre, what are the guidelines for installing winelib applications > in /foo/bin/? It should be restricted to apps that users will frequently run from the command-line on Windows so that they expect the same behavior on Wine, or else to apps prefixe