Here is my SendTo style installer, I extracted the files from InstallShield 2012 Spring w/ SP1 (may also require Visual C++ 2008)
Download: http://adf.ly/1713566/iscabview
MD5: 66a2d19250c7dc40a913fc86f29d4f6e
Size: 13.2 MB
For unattended install
Passive: <installer>.exe /SILENT Quiet: <installer>.exe /VERYSILENT Other command-line 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.)












