Topic: [Tool] SendTo InstallShield Cabinet-Log File Viewer
NEW! SendTo Installer
Here is something you guys might find useful, It comes with InstallShield (used to extract drivers/files from installers with data1.cab/hdr files)
Here is a link to the installer, I extracted the files from InstallShield 2012 Spring w/ SP1 (may also require Visual C++ 2008)
Download: http://www.wincert.net/forum/index.php?showtopic=9782
For unattended install
Passive:
<installer>.exe /SILENT
Quiet:
<installer>.exe /VERYSILENT
Other options:
/NOICONS
Instructs 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.)
The reason you need this new version is because neither the old version nor universal extractor can extract the files from the data1.cab archives created with newer versions of InstallShield
Last edited by ricktendo64 (2013-04-06 03:54:47)