MSFN Forum: Visual Studio 6 with SP6 slipstreamed? Possible? - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Visual Studio 6 with SP6 slipstreamed? Possible? Rate Topic: -----

#1 User is offline   frees 

  • Interested... :D
  • Group: Members
  • Posts: 39
  • Joined: 11-January 05

Posted 11 January 2005 - 07:44 PM

Hi! That's my question. I want to slipstream VS6 with its SP6 on the CD. Can somebody tell me that it is possible? And can anybody do this? Please answer!!! :( :(


#2 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 12 January 2005 - 02:11 PM

Doh!
If it is possible, I'm interested in knowing too.

#3 User is offline   frees 

  • Interested... :D
  • Group: Members
  • Posts: 39
  • Joined: 11-January 05

  Posted 12 January 2005 - 09:28 PM

I've tried to treat it like an MS Office installation but the installer is elder. When you unpack sp6 to a directory there is a lot files that might be ready to integrate with vs6 instalation. But i do not know how to make installer to unpack .cab files to new dir, not to where the vs6 is installed. :) :}

#4 User is offline   Martin Zugec 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,373
  • Joined: 24-January 04

Posted 13 January 2005 - 01:01 AM

Hmmm, if it is based on msi (which it is), then aplying patch to msi package should work, did U try it?

#5 User is offline   frees 

  • Interested... :D
  • Group: Members
  • Posts: 39
  • Joined: 11-January 05

  Posted 13 January 2005 - 05:05 AM

:no: it is not msi installer, it's elder version. Now i'm at university but in the evening i'll try to find out what is the installer version and maybe you'll help me find way to unpack it where i want to.

#6 User is offline   frees 

  • Interested... :D
  • Group: Members
  • Posts: 39
  • Joined: 11-January 05

Posted 14 January 2005 - 08:45 AM

Here is some information about the installer file. It's a file version and some other. So it's not the msi package. Too bad. And i've found some comments in the file properties - "Windows Setup Toolkit (Throttle)" :( Is there a chance to integrate it?

Attached File(s)



#7 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 14 January 2005 - 11:37 AM

Have you tried de-compressing the .CAB using winzip/winrar and manually merging the files into install source, or probably chaining the SP6 setup by editing some setup scripts?

#8 User is offline   frees 

  • Interested... :D
  • Group: Members
  • Posts: 39
  • Joined: 11-January 05

Posted 15 January 2005 - 07:54 AM

I've been thinking about that but i didn't know what is going to happen with scripts and how to change it. Now i'm copying install-cd to hard disk and i'm going to extract updated files to setup dir. When i finish i'll try to install it.

#9 User is offline   frees 

  • Interested... :D
  • Group: Members
  • Posts: 39
  • Joined: 11-January 05

  Posted 15 January 2005 - 05:37 PM

While i was looking for some information about service pack 6 i've found that in pack there are some files missing. There's a file toc.htm (table of cont.) with links to file contents.htm which is missing. I've tried to find it but i didn't. And... i got a littleangry when i found information that sp6 does NOT contain whole of the patches to VisualStudio6 applications. The correct process of patching looks like this => visual studio + sp5 (and then) + sp6. Now i really do not know what i have to do...

#10 User is offline   frees 

  • Interested... :D
  • Group: Members
  • Posts: 39
  • Joined: 11-January 05

Posted 17 January 2005 - 11:09 AM

I'm giving up for a few days. in the lack of ideas, and with hard drive nearly exploited i must stop until i bought new one. but if you have some concepts please insert it here. if you are also interested in knowin how to make the installer please answer this post.

#11 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 17 January 2005 - 10:25 PM

sure frees
If I get any new ideas I'll post here.

#12 User is offline   gigantor 

  • Group: Members
  • Posts: 2
  • Joined: 10-June 04

Posted 03 February 2005 - 04:58 AM

frees, on Jan 17 2005, 11:09 AM, said:

I'm giving up for a few days. in the lack of ideas, and with hard drive nearly exploited i must stop until i bought new one. but if you have some concepts please insert it here. if you are also interested in knowin how to make the installer please answer this post.

Iīve managed, (after too many hours), to make an MSI-package of VS6 EE, with SP5 and SP6 integrated. Since SP5/6 are not cumulative I strongly recommend to add both.
I never did find any MSI-packages or guides of how to make an MS out of this installation, so I made my own.

The total size of the package came down to 122MB, so if your goal was to have onto a cd, thatīs no problem either.

I can see why MS didnīt bother to make an MSI outta this, as with Office and other products, īcause it was hell to fix.

I used Wise for Windows Installer (there are newer versions, but this is nicer to work with).

1: Start Wise for Windows Installer
2: Make a Start Capture (1:st snapshot)
3: Install VS6
4: Reboot
5: Install SP5 and SP6
6: Reboot
7: Run the utility "SSINT.EXE" found in ...\COMMON\VSS\Win32 at the default settings. This is to edit VB.INI and VBADDIN.INI to make Visual Source Safe integrate with Visual Basic 6 as an add-in module.
8: Make End Capture. (2:nd snapshot)
(If you get a question to use MERGE MODULES, donīt use it, but install the files instead.)
9: Remove all selfregister DLL/OCX except VBSCC.DLL or you may get an "'Source Code Control' could not be loaded" error at startup of Visual Basic 6.
10: Run the utility "SSINT.EXE" found in ...\COMMON\VSS\Win32 at the default settings. This is to edit VB.INI and VBADDIN.INI to make Visual Source Safe integrate with Visual Basic 6 as an add-in module.
11: Under Files-section (Wise) remove all tempfiles or else you wont be able to compile the package. (thereīs to many files to be listed here...)
12: Do the same under the Registry-section.
13: Compile and test-install.

If you encounter any problems, you can mess me @ICQ-UIN: 348-964-687

Good luck, and hopes this helps someone.

#13 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 03 February 2005 - 08:52 AM

That's great gigantor!
Thanks a lot for sharing this info with us.

#14 User is offline   azagahl 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 489
  • Joined: 12-November 04

Posted 03 February 2005 - 04:30 PM

I'm curious, why do you want to use SP6?

Personally I prefer SP5 plus the processor pack. There is no processor pack compatible with SP6 :(

#15 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 04 February 2005 - 09:39 AM

azagahl, on Feb 4 2005, 04:00 AM, said:

I'm curious, why do you want to use SP6?

Simply for the sake of keeping up with the recommended updates.

#16 User is offline   frees 

  • Interested... :D
  • Group: Members
  • Posts: 39
  • Joined: 11-January 05

Posted 23 February 2005 - 03:48 AM

Thank you gigantor it really helped me in finding the way to get what i want to. Also many thanks to prathapml.

#17 User is offline   zenzero 

  • Group: Members
  • Posts: 1
  • Joined: 08-May 09

Posted 25 September 2009 - 01:57 AM

View Postazagahl, on Feb 3 2005, 05:30 PM, said:

I'm curious, why do you want to use SP6?

Personally I prefer SP5 plus the processor pack. There is no processor pack compatible with SP6 :(


SP6 replaces Service Pack 5 for developers using Visual Basic 6.0, Visual C++ 6.0, and Visual SourceSafe 6.0.
(Developer using Visual InterDev 6.0, Visual J++ 6.0, and Visual FoxPro 6.0 should continue using Service Pack 5.)

Intall processor pack on sp6:
http://support.microsoft.com/kb/872907

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy