Search the Community
Showing results for tags 'sendto'.
-
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.)
- 9 replies
-
- extract
- installshield
-
(and 2 more)
Tagged with: