From 5a138f91c67be0229c7a432d524849f3541380dd Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 21 Dec 2010 16:50:17 +0200 Subject: 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. --- external/msi/readme.txt | 5 +---- 1 file changed, 1 insertion(+), 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. -- cgit