RogueSpear's Runtime Collection

All posts in this forum are for releases only.

Moderators: Waldo2k2, RogueSpear, dumpydooby

Postby msdemich » Sat Apr 21, 2007 4:51 am

I'm having a really hard time.

I've created several ISOs with 'RogueSpear's Runtimes V2.5.2' using both RyanVM integrator and nLite and I get nothing. Windows installs okay, but no dotnet. Paint.net doesnt work and MS update says I have to download everything again. I've tried renaming the file to include "UpdatePack" but it doesnt seem to make a difference.

I also load the RVMUpdatePack2.1.9.7z and kels uberpack9.9.

What could I be doing wrong?
msdemich
 
Posts: 25
Joined: Wed Apr 18, 2007 2:55 am

Postby RogueSpear » Sat Apr 21, 2007 5:38 am

@Speeddymon, as you can see I removed the V3.0 beta. I honestly don't know what the deal is with the WebClient service errors which is why it's down for now.

@Kakaru, are you using any of Kel's addons?

@msdemich, check a couple of posts up where odyn1982 mentions that leaving out Kel's pack fixed it.

I'll be editing post #1 to make mention of this conflict.
User avatar
RogueSpear
Site Admin
 
Posts: 1889
Joined: Mon Jun 26, 2006 1:14 pm
Location: Buffalo, NY

Postby underxp » Sat Apr 21, 2007 8:31 am

RogueSpear, Runtimes V2.5.2 switchless installer still have the problem, but I don't use Kels_Uber_Addon_v9.9. Can you move the runtime install code to the end of file ? Because WSH abort the script and don't install anything.
underxp
 
Posts: 7
Joined: Fri Oct 13, 2006 11:51 pm

Postby RogueSpear » Sat Apr 21, 2007 8:43 am

I'll need some more information so that I can recreate the problem. I could very easily suppress any and all error messages in WSH but then we would never know if there's a problem.
User avatar
RogueSpear
Site Admin
 
Posts: 1889
Joined: Mon Jun 26, 2006 1:14 pm
Location: Buffalo, NY

Postby underxp » Sat Apr 21, 2007 9:25 am

Can you change the code to try install runtimes one by one ? This mode you can check the failure for one runtime, discard it and continue installing the others... Is a tedious task, I can help you but I don't know very much VBS code (I'm programmer in many other languages). You can declare an array with runtime names, and iterate within this array for running the install code one by one.
underxp
 
Posts: 7
Joined: Fri Oct 13, 2006 11:51 pm

Postby underxp » Sat Apr 21, 2007 9:52 am

RogueSpear, check this:
Code: Select all
Dim dlls, i, dllname, systemFolder
dlls = Array ("atl70", "atl71", "autoitx3", "libeay32", "libssl32", "mfc42d", "mfc70", "mfc70u",
              "mfc71", "mfc71u", "msstdfmt", "msstkprp","msvci70","msvcirtd","msvcp60d","msvcp70",
              "msvcp71", "msvcr70","msvcr71","msvcrtd","openal32","simpleaudio","ssleay32","vb40016",
              "vb40032","vbrun100","vbrun200","vbrun300","wrap_oal")
systemFolder =  ws.ExpandEnvironmentStrings("%systemroot%") & "\system32"

'first disable WSH show errors, I dont know how do it :(
For Each i In dlls
  dllname = "OtherRuntimes\" & i & ".dll"
  fs.MoveFile dllname, systemFolder
  'here check the failure for the previous fs.MoveFile instruction
  'if the DLL install OK and need registration, call regsvr32.exe right now
Next
'enable again WSH show errors
...


I hope this help you, this code is an example for DLL's only, you can create other array for OCX's and other array for register DLL's and OCX's .... :D

PS: You can use associative arrays (WSH Dictionary object) for mark runtimes that require registration, i.e.:

Code: Select all
Set dlls = CreateObject("Scripting.Dictionary")
dlls.Add "atl70", 0      ' dont require registration
dlls.Add "autoitx3", 1   '  this runtime require registration
...
underxp
 
Posts: 7
Joined: Fri Oct 13, 2006 11:51 pm

Postby Kakaru » Sat Apr 21, 2007 2:03 pm

@Rogue

I have a win xp sp2 integrated test system. I used no addon at install time, it's a basic xp sp2 cd.
So, from within windows I run the .exe file (RogueSpear's Runtimes V2.5.2). And nothing happens. Task Manager showed that the process was finished in a moment after extraction.
I've checked why, and the idea seems to be that the move command in the script at line 9 exits with an error if at least 1 of the dll's it tries to move to system32 already exists.
I found a nice link on xperts exchange that describes just a case like that, and they propose either replacing it with copy command, or checking if the file already exists but the commands to do that are really advanced for my scripting comprehension.
Last edited by Kakaru on Mon Apr 23, 2007 10:13 am, edited 1 time in total.
Kakaru
 
Posts: 3
Joined: Fri Feb 02, 2007 1:48 am

Postby msdemich » Sat Apr 21, 2007 5:16 pm

RogueSpearAddonsDotNET11SP1-VJ11.zip appears to install correctly with Kels uberpack 9.9. But I still have to visit windows update to get the dot 1.1 fix.
msdemich
 
Posts: 25
Joined: Wed Apr 18, 2007 2:55 am

Postby Us2002 » Fri May 04, 2007 2:55 pm

2RogueSpear

I try to install your new packs of net1, net 2 and net3 unnattented (webfolders too), net3 and webfolders3 not install correcty. Do y know the way to install it together whithout restart berore net3 install?
Us2002
 
Posts: 10
Joined: Tue Oct 24, 2006 2:30 am

Postby contink » Sat May 05, 2007 7:10 am

Us2002 wrote:2RogueSpear

I try to install your new packs of net1, net 2 and net3 unnattented (webfolders too), net3 and webfolders3 not install correcty. Do y know the way to install it together whithout restart berore net3 install?

No... as per the comments for the download, the net3 pack needs net2 to have been installed and applied first which means a reboot.
contink
 
Posts: 66
Joined: Thu Nov 30, 2006 8:00 am

Postby Us2002 » Sat May 05, 2007 12:24 pm

If i do this: integrate net1+2 as addon via ryan integrator and run net3 via cmd file, my unattended instalallation from CD will ok?

In what part installers and Kel`s Uberpack are not compatible?
Us2002
 
Posts: 10
Joined: Tue Oct 24, 2006 2:30 am

Postby contink » Sat May 05, 2007 3:58 pm

Us2002 wrote:If i do this: integrate net1+2 as addon via ryan integrator and run net3 via cmd file, my unattended instalallation from CD will ok

Can't talk about a CD install but using for RIS I have been able to do that..

RyanVM installer for the Net 1.0 and 2.0 and then use runonce.cmd to install the net 3.0.. Works like a charm.
contink
 
Posts: 66
Joined: Thu Nov 30, 2006 8:00 am

Postby Us2002 » Sat May 05, 2007 4:18 pm

Thanks, I`ll try on CD...
Us2002
 
Posts: 10
Joined: Tue Oct 24, 2006 2:30 am

Postby RogueSpear » Sun May 06, 2007 10:07 am

Changed to:
9. It is highly recommended that you not use the Other Runtimes package or the two combo packages that contain the Other Runtimes if you are also using Kel's Runtimes Addon. There are numerous identical files which could create conflict(s).

Would you say that this is a better description / disclaimer ?
User avatar
RogueSpear
Site Admin
 
Posts: 1889
Joined: Mon Jun 26, 2006 1:14 pm
Location: Buffalo, NY

Postby RickSteele » Thu May 10, 2007 10:41 pm

RogueSpear wrote:Ok, looks like it's just going to come out. Man I really can't wait for these installers to be "done" until a new hotfix comes out.


Hi Rouge,

No real concerns but since the above pack mod I get below in the setuperr log:


Error:
Setup detected that the system file named [c:\program files\common files\microsoft shared\speech\sapi.cpl] is not signed properly
by Microsoft. This file could not be restored to the correct Microsoft version.
Use the SFC utility to verify the integrity of the file.

***

Error:
Setup detected that the system file named [c:\program files\common files\microsoft shared\speech\sapi.dll] is not signed properly
by Microsoft. This file could not be restored to the correct Microsoft version.
Use the SFC utility to verify the integrity of the file.

***

Error:
Setup detected that the system file named [c:\program files\common files\microsoft shared\speech\sapisvr.exe] is not signed properly
by Microsoft. This file could not be restored to the correct Microsoft version.
Use the SFC utility to verify the integrity of the file.

***

Error:
Setup detected that the system file named [c:\program files\common files\speechengines\microsoft\spcommon.dll] is not signed properly
by Microsoft. This file could not be restored to the correct Microsoft version.
Use the SFC utility to verify the integrity of the file.

***

Error:
Setup detected that the system file named [c:\program files\common files\microsoft shared\speech\1033\spcplui.dll] is not signed properly
by Microsoft. This file could not be restored to the correct Microsoft version.
Use the SFC utility to verify the integrity of the file.

***

Error:
Setup detected that the system file named [c:\program files\common files\speechengines\microsoft\tts\1033\spttseng.dll] is not signed properly
by Microsoft. This file could not be restored to the correct Microsoft version.
Use the SFC utility to verify the integrity of the file.

***

Error:
Setup detected that the system file named [c:\windows\system32\usp10.dll] is not signed properly
by Microsoft. This file could not be restored to the correct Microsoft version.
Use the SFC utility to verify the integrity of the file.

***
I do not experience any problems at all that I can detect, anyways, and this error log is consistant through five fresh installs-all with nlite. Just thought I would let you know......
RickSteele
 
Posts: 34
Joined: Thu Oct 05, 2006 5:46 pm
Location: Ottawa, Ontario, Canada

PreviousNext

Return to Application Installer Releases

Who is online

Users browsing this forum: No registered users and 3 guests