Siginet
06-28-2006, 06:51 PM
Well... everyones been waiting a while for it... and it's finally here.
[center:30e1ae5774]http://siginet.ryanvm.net/Betas/images/softpedia_clean_award_f.gif
RVM Integrator v1.3 (http://fileforum.betanews.com/detail/RyanVM_Integrator/1141510259/1)[/center:30e1ae5774]
There have been a lot of changes (some that I will probably forget to mention).
I fixed any known bugs that have been reported.
We beta tested it like crazy... but... I'm sure a bug may slip through somehow.
Here are the important things that have been added:
1. New Sections added that can be used in an entry file. Check the "Entries.ini" thread for more info.
;This section allows you to copy a file to another place in your destination.
[FileCopy]
Eula.txt,rvmtemp\Eula.txt
File To Copy from I386,destination to copy to
(You can use .. to go to root destination.)
;This section allows you to move a file to another place in your destination.
[FileMove]
RUN_ME.cmd,..\RUN_ME.cmd
File To Move from I386,destination to move to
(You can use .. to go to root destination.)
;This section allows you to copy a directory to another place in your destination.
[DirCopy]
WINNTUPG,rvmtemp\WINNTUPG
Directory Within I386,destination to copy to
(You can use .. to go to root destination.)
;This section allows you to move a directory to another place in your destination.
[DirMove]
DPfiles,..\DPfiles
M2,..\M2
Directory Within I386,Destination to move to
(You can use .. to go to root destination.)
;This section allows you to delete a file in your destination.
[FileDelete]
Eula.txt
File to delete within I386
;This section allows you to delete a directory in your destination.
[DirDelete]
WINNTUPG
Directory to delete Within I386
;This section allows you to Run a file before driver.cab is or is not repackaged.
;You can place ,HIDE at the end of the file to have a batch file run hidden.
[RunFile]
RUN_ME.cmd
HIDE_ME.BAT,HIDE
FileName,HIDE
;This section allows the integrator to directly hex edit a file.
[HexEdit]
I386\sfc_os.dll|5.1.2600.2180|320|555B|E2E0
I386\sfc_os.dll|5.1.2600.2180|60644|83F89D7508|3BC 0EB3290
Path\To\File|FileVersion|Offset To Edit|Code To Replace|New Code
2. Full x64 support is now added. The integrator automatically detects if it is dealing with an x64 source and sets the working directory as \AMD64\ instead of \I386\.
3. You can now force a certain ServicePack to be needed for your UpdatePacks. Just add these new Keys to the [General] section of your entries.ini file:
[General]
Windows=XP
ServicePack=SP2 If you look at the original ServicePack exe you can find the answer needed for the new keys...
For instance:
WINDOWSXP-KB835935-SP2-ENU.EXE
Windows=XP
ServicePack=SP2
Or:
WindowsServer2003-KB889101-SP1-x86-ENU.exe
Windows=2003
ServicePack=SP1
4. The integrator will detect what type of Windows OS you are working with.
If Media Center is detected it will make sure you get the CMPNENTS directory as well.
5. No more need to provide your own boot file to compile the iso. The boot file is now built into the integrator to simplify things for you.
6. Links in program gui to go to Siginet Software, RyanVM' Website, FAQ's, UpdatePacks/Addon's downloads, Online Help, etc...
I will add to this thread some more when I remember what else has been changed.
Please rate and download the program at BetaNews.com!
RVM Integrator v1.3 @ BetaNews (http://fileforum.betanews.com/detail/RyanVM_Integrator/1141510259/1)[/img]
[center:30e1ae5774]http://siginet.ryanvm.net/Betas/images/softpedia_clean_award_f.gif
RVM Integrator v1.3 (http://fileforum.betanews.com/detail/RyanVM_Integrator/1141510259/1)[/center:30e1ae5774]
There have been a lot of changes (some that I will probably forget to mention).
I fixed any known bugs that have been reported.
We beta tested it like crazy... but... I'm sure a bug may slip through somehow.
Here are the important things that have been added:
1. New Sections added that can be used in an entry file. Check the "Entries.ini" thread for more info.
;This section allows you to copy a file to another place in your destination.
[FileCopy]
Eula.txt,rvmtemp\Eula.txt
File To Copy from I386,destination to copy to
(You can use .. to go to root destination.)
;This section allows you to move a file to another place in your destination.
[FileMove]
RUN_ME.cmd,..\RUN_ME.cmd
File To Move from I386,destination to move to
(You can use .. to go to root destination.)
;This section allows you to copy a directory to another place in your destination.
[DirCopy]
WINNTUPG,rvmtemp\WINNTUPG
Directory Within I386,destination to copy to
(You can use .. to go to root destination.)
;This section allows you to move a directory to another place in your destination.
[DirMove]
DPfiles,..\DPfiles
M2,..\M2
Directory Within I386,Destination to move to
(You can use .. to go to root destination.)
;This section allows you to delete a file in your destination.
[FileDelete]
Eula.txt
File to delete within I386
;This section allows you to delete a directory in your destination.
[DirDelete]
WINNTUPG
Directory to delete Within I386
;This section allows you to Run a file before driver.cab is or is not repackaged.
;You can place ,HIDE at the end of the file to have a batch file run hidden.
[RunFile]
RUN_ME.cmd
HIDE_ME.BAT,HIDE
FileName,HIDE
;This section allows the integrator to directly hex edit a file.
[HexEdit]
I386\sfc_os.dll|5.1.2600.2180|320|555B|E2E0
I386\sfc_os.dll|5.1.2600.2180|60644|83F89D7508|3BC 0EB3290
Path\To\File|FileVersion|Offset To Edit|Code To Replace|New Code
2. Full x64 support is now added. The integrator automatically detects if it is dealing with an x64 source and sets the working directory as \AMD64\ instead of \I386\.
3. You can now force a certain ServicePack to be needed for your UpdatePacks. Just add these new Keys to the [General] section of your entries.ini file:
[General]
Windows=XP
ServicePack=SP2 If you look at the original ServicePack exe you can find the answer needed for the new keys...
For instance:
WINDOWSXP-KB835935-SP2-ENU.EXE
Windows=XP
ServicePack=SP2
Or:
WindowsServer2003-KB889101-SP1-x86-ENU.exe
Windows=2003
ServicePack=SP1
4. The integrator will detect what type of Windows OS you are working with.
If Media Center is detected it will make sure you get the CMPNENTS directory as well.
5. No more need to provide your own boot file to compile the iso. The boot file is now built into the integrator to simplify things for you.
6. Links in program gui to go to Siginet Software, RyanVM' Website, FAQ's, UpdatePacks/Addon's downloads, Online Help, etc...
I will add to this thread some more when I remember what else has been changed.
Please rate and download the program at BetaNews.com!
RVM Integrator v1.3 @ BetaNews (http://fileforum.betanews.com/detail/RyanVM_Integrator/1141510259/1)[/img]