Help - Search - Members - Calendar
Full Version: How to unattendedly use RyanVM's Integrator...
MSFN Forums > Member Contributed Projects > Other Member Contributed Projects > Windows XP PowerPacker

   
Google Internet Forums Unattended CD/DVD Guide
Siginet
How to unattendedly use RyanVM's Integrator with Windows XP PowerPacker.

If you want to Integrate RyanVM's update packs 100% unattended all you need to do is create a batch file called PREPACK.BAT and place it inside of the directory containing your "Extra Pack Files". (For more information on PREPACK.BAT or Extra Pack Files please reffer to the help file.)

Inside of the PREPACK.BAT file you will need to put something like this:
QUOTE
C:\RyanVM\RVM_Integrator_v1.0RC8.exe /u "%CD%" "C:\RyanVM\RVMUpdatePack1.3.1.cab" "C:\RyanVM\RVMAddonsWMP10_1.0.cab"
To break it down I color coded each section.

1. The first section (In Black) represents the path and file to execute. In this case it is the RVM_Integrator_v1.0RC8.exe
If the path contains any spaces in it you must put quotation marks at the beginning of the path and at the end of the file name.

2. The second section (In Green) represents the unattend switch. This must be /u or /U (You can put quotes around it as well... but you don't need to.)

3. The third section (In Blue) Represents the path to the directory containing the I386 directory. In Windows XP PowerPacker that will be the directory where the PREPACK.BAT file will get executed. So you will want this to be "%CD%".
%CD% means Current directory in the batch file. So no matter where the batch is run from it will look at the directory where it is executed as the directory containing the I386 directory.


4. The fourth section (In Purple) represents the path and filename of the RVM_Update*.cab file you wish to use. (Again make sure you use Quotes if your path contains any spaces.)

5. The fifth and final section (In Red) represents the path and RVM_Addon*.cab file(s) you will be using. If you wish to use more than one Addon then make sure all of the addons reside in the same directory. If you are using 2 addon packs the fifth section would look simular to this...
QUOTE
"C:\RyanVM|RVMAddonsWMP10_1.0.cab|RVMAddonsFull_1.0.cab"
Make sure you look at the above example very carefully. Each Addon.cab file has a | (Pole) in front of it to seperate each Addon.cab. Also the path does not have a \ (Backslash) at the end of it.


The easiest way to make sure you are getting your syntax correct would be to open the exe file itself, browse to the files and select them. In the inputbox just copy the text and paste it into your batch file.

*Note* The best thing to do would be to create new source files with the RyanVM Integrator and just use those source files through WinXP PP. But for those of you that do not care how long it will take to use the RVM Integrator on every pack you create you can use the tutorial above. Hope this helps somebody. newwink.gif
Lost Soul
couldnt you just use nlite to slim down the source and add ryans pack ? and still have the same effect ? or would that have some side effects by doing that before you ran the powerpacker ?
Siginet
I am sure you could. Depending on what you take out of the Source files. But the reason to do it the way I posted above is for unattended purposes.
Lost Soul
i gotcha but both methods are unattended,, would there basically be any draw backs to say, setting up the s ource with nlite by just remove some annoying things like windows messenger, tour and simple things like that, then slipstreaming the sp2 update and ryans pack, then xprizeing it, then place your usual hacked files like uxtheme and notepad 2 and so forth

then at then end run your power packer with the bashrats packs..

im fairly new to your method so im learning it and i want to know more about it so i hope im not to much of a pain with my questions,,
Siginet
QUOTE (Lost Soul @ Aug 29 2005, 11:14 PM)
i gotcha but both methods are unattended,, would there basically be any draw backs to say, setting up the s ource with nlite by just remove some annoying things like windows messenger, tour and simple things like that, then slipstreaming the sp2 update and ryans pack, then xprizeing it, then place your usual hacked files like uxtheme and notepad 2 and so forth

then at then end run your power packer with the bashrats packs..

im fairly new to your method  so im learning it and i want to know more about it so i hope im not to much of a pain with my questions,,
*

You may have a hard time setting up the source with NLite. It's all trial and error. You may be able to get away with removing just those simple things.
Everything you posted above can be done unattended except for the NLite portion if I am not mistaken. I don't think NLite has any unattended parameters yet.

The order I would do it would be
I would first create a PREPACK.BAT file with some code to slipstream SP2, Then I would add the script above for Ryans Integrator, I would then add parameters to have it slipstream XPize. I would put my hacked files in a directory that I would specify as my Extra Pack Files within Windows XP PowerPacker.

Once I had my PREPACK.BAT file created I would just click on the button "Pack These Files Into The Destination". Everything would be done unattended for me. newwink.gif
Except afterwards I would open NLite and remove components I didn't want. Nlite is usually best as the last step.
alhaddar
when itry RyanVM's Integrator with Windows XP PowerPacker the winrar open automatic

can Attachment PREPACK.BAT file for me


thanks
Siginet
I'm not sure I understand. The integrator has nothing to do with winrar.

Please post the prepack.bat file you are trying to use and I will look at it and modify it for you. newwink.gif
alhaddar
I Attach the file

pls see
mjc
QUOTE (Siginet @ Aug 29 2005, 02:10 AM)
Inside of the PREPACK.BAT file you will need to put something like this:
QUOTE
C:\RyanVM\RVM_Integrator_v1.0RC8.exe /u "%CD%" "C:\RyanVM\RVMUpdatePack1.3.1.cab" "C:\RyanVM\RVMAddonsWMP10_1.0.cab"

*


QUOTE (alhaddar @ Oct 2 2005, 07:12 AM)
when itry RyanVM's Integrator with Windows XP PowerPacker the winrar open automatic
*


you need to put that line in the prepack.bat as one line, and not two, as you appear to have done.
Siginet
QUOTE (mjc @ Oct 2 2005, 09:44 AM)
QUOTE (Siginet @ Aug 29 2005, 02:10 AM)
Inside of the PREPACK.BAT file you will need to put something like this:
QUOTE
C:\RyanVM\RVM_Integrator_v1.0RC8.exe /u "%CD%" "C:\RyanVM\RVMUpdatePack1.3.1.cab" "C:\RyanVM\RVMAddonsWMP10_1.0.cab"

*


QUOTE (alhaddar @ Oct 2 2005, 07:12 AM)
when itry RyanVM's Integrator with Windows XP PowerPacker the winrar open automatic
*


you need to put that line in the prepack.bat as one line, and not two, as you appear to have done.
*



Yep. The forum makes it look like it is 2 lines only because it needs to wrap the text... but it should be all on one line. Try it all on one line and you should be set. newwink.gif

Thanks for helping mjc! smile.gif
alhaddar
I try one line but same proplem
Siginet
Ok here is your problem. I looked at the file you had attached and there were a lot of things wrong with it. First off you were not executing the RyanVM Integrator at all. Second it did not follow the instructions for the multiple addons. And it wasn't all on one line.

Try this:
CODE
"C:\RyanVM\RVM_Integrator_v1.0RC8.exe" /u "%CD%" "D:\sp\sp2\RyanVMUpdatePack\morefiles\RVMUpdatePack1.3.1.cab" "D:\sp\sp2\RyanVMUpdatePack\morefiles|RVMAddonsFull_1.0.cab|RVMAddonsWMP10_1.0.cab"


It is all one line. You will need to change C:\RyanVM\RVM_Integrator_v1.0RC8.exe to represent the path to your RVM_Integrator_v1.0RC*.exe
alhaddar
CAN REMOVE RVMUpdatePack1.3.1.cab AND *.CAB FROM ROOT FOLDER OR NOT AFFTER INTEGRATOR
Siginet
QUOTE (alhaddar @ Oct 4 2005, 04:57 AM)
CAN REMOVE RVMUpdatePack1.3.1.cab AND *.CAB FROM ROOT FOLDER OR NOT AFFTER INTEGRATOR
*

It shouldn't be in the root folder. Did you put those files in the extrapack files dir? Because you only need the PREPACK.BAT file in there. The prepack.bat file can point to the rvm files from anywhere.
alhaddar
after use RyanVM's Integrator the files copy to root


pls see Attach
Siginet
That is because you put the RVM files in your ExtraPack Files directory. You do not need them in there. Just use the PREPACK.BAT file to point to where your files are at. Everything in the ExtraPackFiles directory is copied to the root of the pack. The PREPACK.BAT file is what needs to be in the ExtraPack Files directory. Because it needs to be copied over to the root of the pack. Then after it is executed PowerPacker deletes the PREPACK.BAT file.
alhaddar
thank you for reply thumbup.gif
tjhart85
Well, I think the update to the RVM integrator will make this much simpler :-)
Siginet
QUOTE (tjhart85 @ Nov 5 2005, 07:02 PM) *
Well, I think the update to the RVM integrator will make this much simpler :-)

Yes I will update this tutorial soon. newwink.gif
hoppy
Can I add more hotfixes (not yet included in my languagepack) in PREPACK.BAT after the commandfor RyanVM's integrator? Or should I better do it elswhere?
and keep on the good work thumbup.gif
Hoppy
Siginet
QUOTE (hoppy @ Dec 5 2005, 12:34 PM) *
Can I add more hotfixes (not yet included in my languagepack) in PREPACK.BAT after the commandfor RyanVM's integrator? Or should I better do it elswhere?
and keep on the good work thumbup.gif
Hoppy

Yes you can smile.gif You can do just about anything. thumbup.gif
SiliconSpace
I'm not able to extract the "RVM Integrator" downloaded 7z file from Ryanvm's page.
getting a error message sayin that this file format is not supported....i'm trying to extract it with the
7z program.

My Sincere Apologies for my post.... i was using an older version of 7z. got the new one and it worked.
Thank you. and sorry for the bother
cworkman
How Come I Get This Error When I Run My Batch File? I Have It In The Root Of The XP CD Folder And %CD% In The Batch File As The Path Of The CD.


D:\XPCDTOOLS\RVM_Integrator_1.4.3.exe /u "%CD%" "D:\XPCDTOOLS\AddonsForXPCD\Themes|Ricktendo64_Zune_Theme_AddOn_v1.1.rar|Themes_Kels_Midnight_Addon_1.7.cab|Themes_rytukz_R
sta_3.1_addon.cab|Themes_rytukz_VistaCG_v1.27_addon.cab"

That Is What I Have In The Batch File!! Its All On 1 Line
Siginet
%CD% is not a settings file. It would need to point to a settings file. like "%CD%\integrator.ini"
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.