Jump to content
  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type

Forums

  • General
    • General Discussion
  • WinCert Member Projects
    • Win Toolkit
    • HeiDoc.net Projects
    • Windows Post-Install Wizard (WPI)
  • WinCert.net International
    • WinCert.net Turkish
    • WinCert.net Italian
    • WinCert.net French
    • WinCert.net Spanish
    • WinCert.net Dutch
  • Microsoft Operating Systems and Software
    • Microsoft Windows
    • Microsoft Windows Server Family
    • Microsoft Office
    • Tips and Tricks
  • News, Support, Discussion
    • Software Field
    • Hardware Field
    • Networks and Security Field
    • Games Hangout
    • Scripting and Programming
  • The Design Art Forum
    • Graphics Showcase
    • Windows Customization
    • Web Design/Hosting/Administering

Calendars

  • Community Calendar

Categories

  • Win Toolkit
    • WinKit Addons
  • nLite/RVMi Addons
  • Citrix
  • Unattended Setup Files
  • Various
  • Repacks

Find results in

Find results that contain...

Date Created

  • Start

    End

Last Updated

  • Start

    End


Filter by number of...

Found 1 result

  1. 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.)