diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2010-12-21 16:50:17 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@hemulen.(none)> | 2010-12-21 16:53:22 +0200 |
commit | 5a138f91c67be0229c7a432d524849f3541380dd (patch) | |
tree | 1a69c52f81640e86e012bbeaabe7f4caa6bd3b9a /external | |
parent | f366e8847842a27a24631f39ad7ab27ecb1716fa (diff) |
Make external/msi/readme.txt less misleading
No point talking about the ".NET compiler" as it was MSVC 2003 that
was also called "MSVC .NET". In the Microsoft compiler we now use,
2008, there is no ".NET" in the name.
Also, in LibreOffice we bundle only instmsiw.exe, not instmsia.exe.
Diffstat (limited to 'external')
-rw-r--r-- | external/msi/readme.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/external/msi/readme.txt b/external/msi/readme.txt index 1242ea1fbfc2..b4fa64f5abf4 100644 --- a/external/msi/readme.txt +++ b/external/msi/readme.txt @@ -1,4 +1 @@ -Copy instmsia.exe and instmsiw.exe in this directory for Windows builds using -a .NET compiler. These programs are part of the .NET installation and can be -found in a directory similar to: -"c:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools\Deployment\MsiRedist\" +Copy instmsiw.exe here for Windows builds. |