-
Similar Content
-
By ricktendo
Here is something you guys might find useful, Its a must have if you are into driverpack making and it comes with InstallShield (used to extract drivers/files from installers with data1.cab/hdr packages created with InstallShield)
Here is my SendTo style installer, I extracted the files from InstallShield 2018 SP1 (may also require Visual C++ Runtimes)
Download: https://mega.nz/#F!SpQgkAII!07wjhxEh89CUQlTV8oXPyg
MD5: 7de20da0f41b1425739f23ad49b31a59
Size: 18.2 MB
For unattended install
Passive:<installer>.exe /SILENTQuiet:<installer>.exe /VERYSILENTOther command-line options:/NOICONSInstructs Setup to initially check the Don't create a Start Menu folder check box on the Select Start Menu Folder wizard page./COMPONENTS="!help"Do NOT! install "Help files" components. (If a component name is prefixed with a "!" character, the component will be deselected.)/TASKS="sendtoicon,desktopicon,quicklaunchicon"Deselect all tasks, then select the "desktopicon", "sendtoicon" and "quicklaunchicon" (Vista & under) tasks. (Use the /MERGETASKS parameter instead if you want to keep the default set of tasks and only select/deselect some of them.)/MERGETASKS="desktopicon"Keep the default set of selected tasks, but additionally select the "desktopicon" tasks. (If a task name is prefixed with a "!" character, the task will be deselected.) -
By BusyElf
After some time spent writing cab addon for larger number of files, i started to look for programs that automate most if not all tasks.
I found out there are :
Inf-Addon Maker - haven't found valid DL links (both here and at win-lite)
DX Universal UpdatePack/Addon Creator (filename DXUPAC.exe DXTool_x64_005FE78D48FC1B11F7068FBBE6FC368A.exe) - DL links present but no options found to select Windows 7. Also at start program requires exe of hotfix/update (which i assumed this program creates as CAB output at end, not requires as input at start)
Inf-Assistant - no valid DL links
Are there any usable Win7 INF addon cab makers then ?
EDIT: I downloaded DXUPAC.exe and it was staring in my face the whole time :doh: It is split into several "send to" targets so i did not it see as one single package to work with. Which reminds me : do these pieces of DXUPAC have source code somewhere ?
I kind of like using Notepad2 and manually assembling the INF files.
-
By BusyElf
I would like to add nircmd via true addon CAB (a great little utility by Nir Sofer) to my Win7 x64 offline image (ie for making ISO out of it later).
It has both x86 and x64 versions.
SInce i intend to use it on x64 Windows, it means that calling application (usually cmd.exe) will call the corresponding version of nircmd (x86 cmd calls x86 nircmd and respectively x64 cmd.exe calls x64 version of nircmd).
Now a problem : i can make a CAB file that holds both versions under different names in same folder inside CAB, but since in future i intend to add other dual-bitness applications, this will be a problem for me.
I have my CAB referenced in Entries.ini like so
[txtsetup_files]AddUtils.cab = 1,,,,,,_x,,3,3Note that i have left out other relevant information to make this post short and to the point.
I would like to package both versions of nircmd in CAB file under different subdirectories, like so :
MYCABFILE.CAB < CAB file itself\X86VER\nircmd.exe < first version in subdirectory\X64VER\nircmd.exe < second version in other subdirectoryI was reading INF reference documentation on MS site and it mentions multiple directories, but it is unclear to me if the above is possible. There are two descriptions that don't explain this well enough :
[SourceDisksNames]diskid = disk-description[,[tag-or-cab-file],[unused],[path],[flags][,tag-file]]I don't know if "path" part refers to my above case of subdirectories in CAB file or some other location.
Second one is
[SourceDisksFiles]filename=diskid[,[ subdir][,size]]Also, i'm not sure to what "subdir" points to.
I was trying to find other true addons as examples (so far, they have been useful), and closest one is for Notepad2, similar to what i need, but it either copies x86 or x64 version (as defined in section names), and i need BOTH versions of nircmd.exe to be copied in their respective directories (%SystemRoot%\System32 and %SystemRoot%\SysWOW64).
I hope i haven't overcomplicated my post, i just wanted to be as specific as possible.
-
By Shodan2000
Hello Legolash2o,
first thanks a lot for this great and powerful tool.
I have a request to exclude *-express.cab (see this thread) from selection, since according to the forum member abbodi1406 they cannot be integrated.
Still they can be selected in WinToolkit and novice users like myself surely don't know that these cab files are useless for integration.
So far I encountered cab file dialogs here:
Main menu->Tools->Misc->Update Retriever Tab Basic->All-in-one Integrator->tab Updates + Languages
-
By eveafterdark
Hello everyone,
maybe someone has been through that and has knowledge to share
is there a .cab file for mseinstall.exe (microsoft security essentials) so that I could add it to an offline image using dism ?
I did some searching but found none, so I guess there's no .cab or msu for it ... ?
the other thing - I suppose I could add the .exe to silent installers (with WinToolKit) but then I was wondering - is it possible to add Definition Update for Microsoft Security Essentials KB2310138 (Definition 1.165.1048.0) ?
it is the package windows wants to download for ms security essentials after a fresh install and of course I wouldn't like to download it everytime I make a fresh install.
By "add" I mean add it to an offline image with dism, the same way I add e.g. IE11 or prerequsities for IE11. (the way I create my images is I first do things I can do using command line and for the rest I go for wintoolkit)
First thought is it does not make any sense to add updates (virus def) while there is no program installed yet that could use these definitions.
But let's say I did that, and then I go to Wintoolkit and add mse.exe (silent installer). Will it work ? I mean will the antivirus program use these definitions and updates itself without downloading them?
I'll try to do that myself but if anyone tried this before, I'll be glad to hear some feedback
Cheers,
eveafterdark
-
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.