fazbear201 / winezeug

Automatically exported from code.google.com/p/winezeug
1 stars 0 forks source link

Visual C++ Toolkit 2003 #54

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I would be nice if winetrick would add support for the following target:

# .NET Framework SDK Version 1.1
load_dotnet11sdk() {
  download dotnet11sdk
http://download.microsoft.com/download/5/2/0/5202f918-306e-426d-9637-d7ee26fbe50
7/setup.exe
9509b14924bcaf84a7780de3f6ad7894004c3450
  cd "$WINETRICKS_CACHE"/dotnet11sdk
  try $WINE setup.exe
  cd "$olddir"

}

#----------------------------------------------------------------

# .NET Framework SDK Version 2.0
load_dotnet20sdk() {
  download dotnet20sdk
http://download.microsoft.com/download/c/4/b/c4b15d7d-6f37-4d5a-b9c6-8f07e7d4663
5/setup.exe
4e4b1072b5e65e855358e2028403f2dc52a62ab4
  cd "$WINETRICKS_CACHE"/dotnet20sdk
  try $WINE setup.exe
  cd "$olddir"
}

#----------------------------------------------------------------

load_vctoolkit2003() {
    #
http://www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-vc/2679/ANN-Microsoft-Visual-
C-Toolkit-2003
    # ->
http://download.microsoft.com/download/3/9/b/39bac755-0a1e-4d0b-b72c-3a158b7444c
4/VCToolkitSetup.exe
    # does not work, instead use a random link on internet:
    download . http://kael.civfanatics.net/files/VCToolkitSetup.exe
50dc6cca1503f08a41d56816f3f1abcaf347b0bd
    try $WINE "$WINETRICKS_CACHE"/VCToolkitSetup.exe
}

Thanks !

Original issue reported on code.google.com by mathieu.malaterre on 28 Sep 2009 at 3:46

GoogleCodeExporter commented 8 years ago
OK, added.  I didn't add them to the menu, but the
verbs are there.  Please download 
http://winezeug.googlecode.com/svn/trunk/winetricks
and let me know if it works for you.

The dotnet11sdk installer always hangs for me at the
end, though.  Does it work for you?

Original comment by daniel.r...@gmail.com on 9 Oct 2009 at 7:55