this question was in my mind for a quite long time
how to remove certain Addon after integrating it via Nlite or Ryan Integrator?
is that possible and safe, and how plz?
I apprecaite the answer and TIA
How to remove Certian Addon After Integration via Nlite or R
The RyanVM Integrator and nLite do not provide any automated functionality for removing addons or Update Packs that have been previously integrated into a distribution source. However, if an addon does not replace source files then it can be removed with some manual text edits. You'll need to learn how to read and interpret ENTRIES*.INI files by hand to accomplish the task. But if the addon does replace source files then it cannot be removed nearly as easily.
Honestly, the easiest way to remove an addon is to remove it from your integration list and reintegrate everything else starting with a fresh source.
Honestly, the easiest way to remove an addon is to remove it from your integration list and reintegrate everything else starting with a fresh source.

no this addon doesn't replace any system files
it's the HD Tune Addon
but when I used Kel's CPL addon, it's already contains the HD Tune
so now I want to remove the single HD tune Addon which I added before discovering the awesome Kel's Addon
ummmmmmm, I hate remaking the ISO, I'm afraid of messing something up, I love my current ISO
plz

it's the HD Tune Addon
but when I used Kel's CPL addon, it's already contains the HD Tune
so now I want to remove the single HD tune Addon which I added before discovering the awesome Kel's Addon

ummmmmmm, I hate remaking the ISO, I'm afraid of messing something up, I love my current ISO
plz


Last edited by Wesmosis on Wed Jul 18, 2007 3:48 pm, edited 1 time in total.
Well, it doesn't matter how much you want to be able to keep your current ISO. There just isn't the function (aside from manually editing) to remove it. End of story. So either reintegrate everything or edit it yourself. You might be able to integrate Kel's addon over this directly, but whether it'd work will depend on how the two addons are built.
my HD tune addoh ,hah?
follow belows:
1. delete HDtune.cab & Hdtune.in_ in I386\
2. remove any lines containing Hdtune.cab or hdtune.inf in txtsetup.sif and dosnet.inf
3. use winrar or 7-zip to open sysoc.in_ then extract sysoc.inf
4. remove this line in sysoc.inf
5. in cmd mode,
6. delete sysoc.inf
follow belows:
1. delete HDtune.cab & Hdtune.in_ in I386\
2. remove any lines containing Hdtune.cab or hdtune.inf in txtsetup.sif and dosnet.inf
3. use winrar or 7-zip to open sysoc.in_ then extract sysoc.inf
4. remove this line in sysoc.inf
Code: Select all
HDTune=ocgen.dll,OcEntry,HDTune.inf,HIDE,7
Code: Select all
makecab sysoc.inf
thanx it worked 100%yumeyao wrote:my HD tune addoh ,hah?
follow belows:
1. delete HDtune.cab & Hdtune.in_ in I386\
2. remove any lines containing Hdtune.cab or hdtune.inf in txtsetup.sif and dosnet.inf
3. use winrar or 7-zip to open sysoc.in_ then extract sysoc.inf
4. remove this line in sysoc.inf5. in cmd mode,Code: Select all
HDTune=ocgen.dll,OcEntry,HDTune.inf,HIDE,7
6. delete sysoc.infCode: Select all
makecab sysoc.inf
Yeah some addons are simple to remove and some are almost impossible. You just need to study the entries files and then you will understand how it all works.
Here is the official spot for defining all sections found in the entry files:
http://integrator.siginetsoftware.com/i ... al&entries
Here is the official spot for defining all sections found in the entry files:
http://integrator.siginetsoftware.com/i ... al&entries