[Bug] RVM_Integrator_1.0 [Fixed in version 1.0.2]
-
- Posts: 55
- Joined: Sun Jul 31, 2005 2:50 pm
[Bug] RVM_Integrator_1.0 [Fixed in version 1.0.2]
I'm running this on a clean XP+sp2 source. I don't have any spyware/viruses/hijackers, I keep my computer clean.
Possible bug:
Having said that, when I try to integrate stuff into the xp source, I get the following error: "3 is an invalid number of parameters." I hit OK, just to see how far it will go, then I get "svcpack.inf not found in i386 directory!", when it's clearly there. I hit ok again, then everything just closes. It appears that the source is left untouched and some files are copied/written to the destination.
Here are my settings:
[Settings]
Source=E:\Downloads\os stuff\VRMPVOL_EN
Destination=E:\temp
UpdatePack=E:\Downloads\os stuff\xp install stuff\RVMUpdatePack2.0.0.cab
AddonPacks=E:\Downloads\os stuff\xp install stuff|RVMAddonsWMP10_1.3.cab|UnO_CalcPlus-v1.2_addon.cab|UnO_HashTab-v1.7_addon.cab|Kel_cmdhere_addon_v1.1.cab|Kel_TweakUI_Addon_v1.1.cab|ProgramAddonsJava.cab|ProgramAddonsNETFramework.cab|WGATool_v1.3.272.cab
Cats=Y
Hopefully this has something to do on my end. If this information was not adequate enough, please let me know.
Possible bug:
Having said that, when I try to integrate stuff into the xp source, I get the following error: "3 is an invalid number of parameters." I hit OK, just to see how far it will go, then I get "svcpack.inf not found in i386 directory!", when it's clearly there. I hit ok again, then everything just closes. It appears that the source is left untouched and some files are copied/written to the destination.
Here are my settings:
[Settings]
Source=E:\Downloads\os stuff\VRMPVOL_EN
Destination=E:\temp
UpdatePack=E:\Downloads\os stuff\xp install stuff\RVMUpdatePack2.0.0.cab
AddonPacks=E:\Downloads\os stuff\xp install stuff|RVMAddonsWMP10_1.3.cab|UnO_CalcPlus-v1.2_addon.cab|UnO_HashTab-v1.7_addon.cab|Kel_cmdhere_addon_v1.1.cab|Kel_TweakUI_Addon_v1.1.cab|ProgramAddonsJava.cab|ProgramAddonsNETFramework.cab|WGATool_v1.3.272.cab
Cats=Y
Hopefully this has something to do on my end. If this information was not adequate enough, please let me know.
Try using paths that do not contain spaces. I think it's likely that this line specifically is causing your problem because there are multiple spaces in your path, thus looking like three parameters:where stuff\xp, install, and stuff\RVMUpdatePack2.0.0.cab are your three parameters.
You could try changing the directory names, replacing your spaces with underscores to make it:
The addon file names may not contain spaces just to avoid such an error. Just a thought. 
Code: Select all
UpdatePack=E:\Downloads\os stuff\xp install stuff\RVMUpdatePack2.0.0.cab
You could try changing the directory names, replacing your spaces with underscores to make it:
Code: Select all
UpdatePack=E:\Downloads\os_stuff\xp_install_stuff\RVMUpdatePack2.0.0.cab

Last edited by 5eraph on Mon Oct 31, 2005 12:55 am, edited 1 time in total.
-
- Posts: 55
- Joined: Sun Jul 31, 2005 2:50 pm
Re: [Bug?] RVM_Integrator_1.0
I found the problem in my code that was causing this issue and fixed it. It will not have an issue with spaces in the next release.canuckerfan wrote:I'm running this on a clean XP+sp2 source. I don't have any spyware/viruses/hijackers, I keep my computer clean.
Possible bug:
Having said that, when I try to integrate stuff into the xp source, I get the following error: "3 is an invalid number of parameters." I hit OK, just to see how far it will go, then I get "svcpack.inf not found in i386 directory!", when it's clearly there. I hit ok again, then everything just closes. It appears that the source is left untouched and some files are copied/written to the destination.
Here are my settings:
[Settings]
Source=E:\Downloads\os stuff\VRMPVOL_EN
Destination=E:\temp
UpdatePack=E:\Downloads\os stuff\xp install stuff\RVMUpdatePack2.0.0.cab
AddonPacks=E:\Downloads\os stuff\xp install stuff|RVMAddonsWMP10_1.3.cab|UnO_CalcPlus-v1.2_addon.cab|UnO_HashTab-v1.7_addon.cab|Kel_cmdhere_addon_v1.1.cab|Kel_TweakUI_Addon_v1.1.cab|ProgramAddonsJava.cab|ProgramAddonsNETFramework.cab|WGATool_v1.3.272.cab
Cats=Y
Hopefully this has something to do on my end. If this information was not adequate enough, please let me know.

Thanks for reporting it.
This bug should now be fixed with version 1.0.1 of the integrator.
Get up to $200 off on hosting from the same people who host this website!
http://www.ryanvm.net/forum/viewtopic.php?t=2357
http://www.ryanvm.net/forum/viewtopic.php?t=2357
@Siginet
Why not have the Integrator create a TEMP location on the current drive and delete it when it's done?
It's possible that the problem is transfering the files to %TEMP% on another drive/partition is lagging and producing this error
Why not have the Integrator create a TEMP location on the current drive and delete it when it's done?
It's possible that the problem is transfering the files to %TEMP% on another drive/partition is lagging and producing this error
Chris Thomson
AKA OrcoXP
PHP/MySQL/phpMyAdmin 2 & 3 successfully running simultaneously on XP SP3 IIS.
AKA OrcoXP
PHP/MySQL/phpMyAdmin 2 & 3 successfully running simultaneously on XP SP3 IIS.
Yes I have thought about doing the same thing. I will probably make a temp folder next to the integrator for doing any temp stuff.orcoxp wrote:@Siginet
Why not have the Integrator create a TEMP location on the current drive and delete it when it's done?
It's possible that the problem is transfering the files to %TEMP% on another drive/partition is lagging and producing this error
no problemSiginet wrote:I think I may have found a typo in my code at this area of the script. I will put together a file for you to test for me. I need you to verify if it will work for you or not. If it works then I will make sure this change is put in v1.0.2 of the integrator.


<link removed>
Those of you who are getting that error... please test this file for me and let me know if it fixes your problem!
I have been unable to re-create the issue myself... but I have seen a few people say they are getting the same error. I fixed what looked like a typo in my script... so hopefully you won't get this error anymore.
RyanVM Edit: Please keep links to test versions in private messages only
Those of you who are getting that error... please test this file for me and let me know if it fixes your problem!

I have been unable to re-create the issue myself... but I have seen a few people say they are getting the same error. I fixed what looked like a typo in my script... so hopefully you won't get this error anymore.

RyanVM Edit: Please keep links to test versions in private messages only
-
- Posts: 1131
- Joined: Wed Sep 14, 2005 11:31 am
It'll be up shortly
Get up to $200 off on hosting from the same people who host this website!
http://www.ryanvm.net/forum/viewtopic.php?t=2357
http://www.ryanvm.net/forum/viewtopic.php?t=2357
-
- Posts: 39
- Joined: Sat Nov 05, 2005 2:23 am
New integrator, 1.0.2 problem running.
I tried downloading the program 1.0.2 but it has a .7z extension. I renemaed it with a .exe but it will not run. Any ideas??
-
- Posts: 39
- Joined: Sat Nov 05, 2005 2:23 am
New integrator, 1.0.2 problem running.
I opened it up with winzip and it said it was an invalid archive.
-
- Posts: 39
- Joined: Sat Nov 05, 2005 2:23 am
New integrator, 1.0.2 problem running.
I did several times. I go to wimzip and open archive and it says it is an invalid archive.
-
- Posts: 39
- Joined: Sat Nov 05, 2005 2:23 am
New integrator, 1.0.2 problem running.
OK, I downloaded WINRAR and it works ok now. Not sure why winzip was not able to open it up.
- Daemonforce
- Posts: 88
- Joined: Thu Nov 03, 2005 3:56 am
- Location: International Telcom
Spaces r teh sux0r.buletov wrote:what's the big deal of running integrator form a path without god damn spaces in it...
Look at Service Pack integration directories. You don't put spaces in those. Look at old sk00l file systems...Spaces = lethal. Look at the CD. Joliet = NO!
I'm not so concerned about spaces as I am the 8.3 filename format. XP's BSOI could have been constructed better but we still have the damn 8.3 limitation with that. It sort of makes you wonder why we need a copy->rename script in TXTSETUP when it's just to copy files around.

Do you have stairs in your house?
-
- Posts: 39
- Joined: Sat Nov 05, 2005 2:23 am
Are you sure about that? I'm almost certain I've run it with spaces before.
Something like sp2.exe /integrate:"c:\path with\spaces"
Something like sp2.exe /integrate:"c:\path with\spaces"
Get up to $200 off on hosting from the same people who host this website!
http://www.ryanvm.net/forum/viewtopic.php?t=2357
http://www.ryanvm.net/forum/viewtopic.php?t=2357
-
- Posts: 39
- Joined: Sat Nov 05, 2005 2:23 am
-
- Posts: 39
- Joined: Sat Nov 05, 2005 2:23 am
Did you include the quotations?
Cuz I did it on my desktop and it works fine...you know...with "Documents and Settings"
Without the quotes it WILL fail
Here's a trick I found:
Open run
Click & drag in the SP2.EXE
Type <space>/integrate <--don't need the space after...run box will add that on it's own
Then click & drag the folder that your XP source is in onto the Run Box
Hit <ENTER>
Congrats! You are now slipstreaming!
Cuz I did it on my desktop and it works fine...you know...with "Documents and Settings"
Without the quotes it WILL fail
Here's a trick I found:
Open run
Click & drag in the SP2.EXE
Type <space>/integrate <--don't need the space after...run box will add that on it's own
Then click & drag the folder that your XP source is in onto the Run Box
Hit <ENTER>
Congrats! You are now slipstreaming!
Chris Thomson
AKA OrcoXP
PHP/MySQL/phpMyAdmin 2 & 3 successfully running simultaneously on XP SP3 IIS.
AKA OrcoXP
PHP/MySQL/phpMyAdmin 2 & 3 successfully running simultaneously on XP SP3 IIS.
-
- Posts: 39
- Joined: Sat Nov 05, 2005 2:23 am
-
- Posts: 39
- Joined: Sat Nov 05, 2005 2:23 am
-
- Posts: 18
- Joined: Mon Oct 31, 2005 7:23 pm
- Contact:
- Kelsenellenelvian
- Moderator
- Posts: 4383
- Joined: Tue Nov 30, 2004 8:32 pm
- Location: Pocatello, ID
- Contact:
-
- Posts: 39
- Joined: Sat Nov 05, 2005 2:23 am
-
- Posts: 18
- Joined: Mon Oct 31, 2005 7:23 pm
- Contact:
-
- Posts: 39
- Joined: Sat Nov 05, 2005 2:23 am
It is very simple. Just download some of the switchess installer addons made allready. You can find them in the Addon Downloads thread.paraglider wrote:How does it integrate the .exe installers like JRE505.EXE ? The only files allowed are those with a .cab extension.
I know its easy enough to manually add them to the [SetupHotfixesToRun] section.
Look inside the entries file in the cab and you will see how easy it is.
