Jump to content

adding missing components


Recommended Posts

Posted

I created custom install iso with nlite where I disabled some items (games, etc.), but now I need some of them. Is there any method which I can use to get this components? In add-remove programs/windows components there aren't this items in list.


Posted

Nope, best bet is to re-run nLite on your clean source, and be sure not to remove those things next time.

Yeah it is a pain, but that is the only way.

HINT: Import your session.ini to save time

Posted (edited)

The general principle is that if something was removed, it is very difficult (or impossible) to bring it back. You could look at this sub-forum http://www.msfn.org/...ams-t66361.html and hope you will find which files you need for what you removed. There have been some successful cases when users have reverted to removed functions, but you could have found that out by using search.

Welcome to MSFN

MrJinje, you beat me by seconds :hello: . rzeljko, by all means attach (not copy/paste) your Last Session.ini to give us a clue what you did, and be more specific on what you want to re-enable.

Edited by Sp0iLedBrAt
Posted

but now I need some of them.

As others have said -- difficult. Depends on what you want back. I created, and have somewhere, an Outlook restorer (for example). If you post what you want back you might have someone tell you how to do it. (If it's COM, MDAC, DTC, etc then you're out of luck, those are way too labor intensive.)

Posted

From the link that SpoiledBrat provided.....

Needed to play Windows Solitaire

cards.dll.......(Entertainment Pack Cardplaying Helper DLL).

SOL.EXE.........(Solitaire). A GUI solitaire card game.

Posted (edited)

This is the search I did on my XPSP3 for "cards.dll"; the lines are present in the following files:

layout.inf

cards.dll	= 1,,359936,,,,,2,1,0

defltwk.inf

"%Systemdirectory%\cards.dll",2,"D:P(A;;GRGX;;;BU)(A;;GRGX;;;PU)(A;;GA;;;BA)(A;;GA;;;SY)"

secsetup.inf

5f6="c:\windows\system32\cards.dll", 2, "D:P(A;;GRGX;;;BU)(A;;GRGX;;;PU)(A;;GA;;;BA)(A;;GA;;;SY)"

setup security.inf

5f6="c:\windows\system32\cards.dll", 2, "D:P(A;;GRGX;;;BU)(A;;GRGX;;;PU)(A;;GA;;;BA)(A;;GA;;;SY)"

Edited by Sp0iLedBrAt
Posted

This is the search for "sol.exe". I'm putting them in different posts for better overview:

layout.inf

sol.chm 	= 1,,16962,,,,,,3,3
sol.exe = 1,,56832,,,,,,3,3
sol.hlp = 1,,13517,,,,,,3,3

secsetup.inf

bd4="c:\windows\system32\sol.exe", 0, "D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)(A;;GRGX;;;WD)"

setup.inf

[win.games]
4:SOL.EXE, "Solitaire" , 180688, sol

[group5]
"Solitaire", SOL.EXE,,, sol

[group6]
"Solitaire", SOL.EXE,,, sol

setup security.inf

bd4="c:\windows\system32\sol.exe", 0, "D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)(A;;GRGX;;;WD)"

games.inf (code in different parts of the .inf file)

[DestinationDirs]
SolitaireCopyFilesSys = 11
SolitaireCopyFilesHelp = 18
SpiderCopyFilesSys = 11
SpiderCopyFilesHelp = 18

[Optional Components]
Solitaire

[Solitaire]
OptionDesc = %Solitaire_DESC%
Tip = %Solitaire_TIP%
IconIndex = 34
Parent = Games
CopyFiles = SolitaireCopyFilesSys, SolitaireCopyFilesHelp
ProfileItems = SolitaireUninstallItems, SolitaireInstallItems, NewGamesGroupCreate
Uninstall = SolitaireUninstall
Modes = 0,1,2,3
SizeApproximation =94208

[SolitaireUninstall]
DelFiles = SolitaireCopyFilesSys, SolitaireCopyFilesHelp
ProfileItems = SolitaireUninstallItems, SolitaireUninstallItemsCommon

[SolitaireInstallItems]
Name = %Solitaire_DESC%
CmdLine = 11,,sol.exe
WorkingDir = 11
Subdir = %Games_GROUP%
InfoTip = "@%SystemRoot%\system32\shell32.dll,-22572"
DisplayResource="%SystemRoot%\system32\shell32.dll",22060

[SolitaireUninstallItems]
Name = %Solitaire_DESC%,0x00000003
Subdir = %Games_GROUP%

[SolitaireUninstallItemsCommon]
Name = %Solitaire_DESC%,0x00000002
Subdir = %Games_GROUP%

[SolitaireCopyFilesSys]
sol.exe

[SolitaireCopyFilesSys.Security]
"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)(A;;GRGX;;;WD)"

[SolitaireCopyFilesHelp]

[SolitaireCopyFilesHelp.Security]
"D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"

[Strings]
Games_TIP = "Includes Freecell, Hearts, Minesweeper, Pinball, Solitaire, and Spider Solitaire games."
Solitaire_DESC = "Solitaire"
Solitaire_TIP = "Card game"

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...