LinkBack Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 19-Jun-2009, 01:42 PM
Member
 
Join Date: Apr 2008
Posts: 36
GuillaumeBDEB 0 reputation points
Default Visual Studio 6 SP6 bundle

Hi, I have been trying to figure out how to install Visual Studio 6 on Windows XP for a while now. Here's what I tried so far:

Bundle 1 - MS JAVA VM v5.0.2752.0
1- Copy the file "MSJAVX86.EXE" in the folder "${SYSTEMDRIVE}\Temp"
2- Run the following script as an administrator:

Code:
@echo off
start /wait %SYSTEMDRIVE%\Temp\MSJAVX86.EXE /q:a /r:n
3- Delete the file "MSJAVX86.EXE" in the "${SYSTEMDRIVE}\Temp" folder.

Bundle 2 - Visual Studio 6 SP6
We have the "Professional" version by the way.
1- I copy in "${SYSTEMDRIVE}\Temp" the files "VS6.exe" and "VS6sp6.exe" which are archive created with 7zip.
2- Execute this command as a dynamic administrator:
${SYSTEMDRIVE}\Temp\VS6.exe -y -o"${SYSTEMDRIVE}\Temp"
3- I modify the registry to be able to do a silent install.
4- I run this script as an administrator:
Code:
@ECHO OFF
start /wait %SYSTEMDRIVE%\Temp\VS6\acmboot.exe /qn1
mkdir "%ALLUSERSPROFILE%\Menu D‚marrer\Programmes\Microsoft Web Publishing"
xcopy "%USERPROFILE%\Menu D‚marrer\Programmes\Microsoft Web Publishing" "%ALLUSERSPROFILE%\Menu D‚marrer\Programmes\Microsoft Web Publishing" /S /E /Y
del "%USERPROFILE%\Menu D‚marrer\Programmes\Microsoft Web Publishing" /s /q
rd "%USERPROFILE%\Menu D‚marrer\Programmes\Microsoft Web Publishing"
We are in a french environment!
5- I run this command as an administrator:
${SYSTEMDRIVE}\Temp\VS6SP6.exe -y -o"${SYSTEMDRIVE}\Temp"
6- I run this command as an administrator:
${SYSTEMDRIVE}\Temp\VS6SP6\setupsp6.exe -QNT
7- Finally, I do a little clean up.

After all this I still can't get it to install properly. Does anyone can help me here?

Thanks in advance for the help!
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -6. The time now is 12:21 PM.


© 2007 Novell, Inc. All Rights Reserved.

Search Engine Friendly URLs by vBSEO 3.3.0 RC2