Moderators: Waldo2k2, RogueSpear, dumpydooby
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
...
Set dlls = CreateObject("Scripting.Dictionary")
dlls.Add "atl70", 0 ' dont require registration
dlls.Add "autoitx3", 1 ' this runtime require registration
...
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?
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
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).
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.
Return to Application Installer Releases
Users browsing this forum: No registered users and 3 guests