As topic title says, how can i remove an add-on so that i can integrate a new version or just remove it completely?
Page 1 of 1
Removing Add-On
#2
Posted 02 January 2008 - 08:04 AM
You have to be more specific on the addon, is it a INF or SVCPACK addon?
If its a INF or SVCPACK addon you want to "Update" and all filenames are the same you just overwrite the files in the i386 with the new INF, CAB or EXE files
If its a INF or SVCPACK addon you want to "Update" and all filenames are the same you just overwrite the files in the i386 with the new INF, CAB or EXE files
This post has been edited by ricktendo64: 02 January 2008 - 08:16 AM
#6
Posted 03 January 2008 - 08:46 AM
You can remove add-on manually:
From SVCPACK:
-locate your application/add-on into /SVCPACK folder and delete it
-copy file /i386/SVCPACK.IN_ into new foder and expand with : "expand SVCPACK.IN_ SVCPACK.INF" (in cmd.exe window)
-edit and locate the line with your add-on to be removed and delete it ( you can see all add-on under [SetupHotfixesToRun] section )
-save your modified SVCPACK.INF
-re-pack your SVCPACK.IN_ with: "makecab SVCPACK.INF SVCPACK.IN_"
-overwrite old SVCPACK.IN_ into /i386 folder with the new created file
-recompile your ISO CD and test it!
From RunOnce
-delete your addon from $OEM$ folder
-edit /i386/winnt.sif and remove the line that start your add-on at first boot (u can see that line under [GUIRunOnce] section)
-save, recompile ISO CD and test it
Good luck !
From SVCPACK:
-locate your application/add-on into /SVCPACK folder and delete it
-copy file /i386/SVCPACK.IN_ into new foder and expand with : "expand SVCPACK.IN_ SVCPACK.INF" (in cmd.exe window)
-edit and locate the line with your add-on to be removed and delete it ( you can see all add-on under [SetupHotfixesToRun] section )
-save your modified SVCPACK.INF
-re-pack your SVCPACK.IN_ with: "makecab SVCPACK.INF SVCPACK.IN_"
-overwrite old SVCPACK.IN_ into /i386 folder with the new created file
-recompile your ISO CD and test it!
From RunOnce
-delete your addon from $OEM$ folder
-edit /i386/winnt.sif and remove the line that start your add-on at first boot (u can see that line under [GUIRunOnce] section)
-save, recompile ISO CD and test it
Good luck !
Page 1 of 1

Sign In
Register
Help

MultiQuote



Report