Unatended Software Instalation CD

Discussion in 'Application Software' started by pc guyz, Sep 25, 2010.

  1. pc guyz

    pc guyz MDL Novice

    Jul 7, 2010
    3
    1
    0
    Hi All
    May have been a previous discussion but Ive had no luck finding a solution.
    I am looking for a software to use to install programs/software (ie adobe flash,reader, ccleaner,avg,powerdvd ect) after doing a clean install. I have tried "almeza multiset" and just cant get it to go all the way through without user input. WPI is ok but again without all the diferent switches you need user input.
    Just tring to same time @ work. Any sugestions would be appriciated.

    thanks

    Steve
    aka PC Guyz
     
  2. urie

    urie Moderator
    Staff Member

    May 21, 2007
    9,039
    3,388
    300
  3. pc guyz

    pc guyz MDL Novice

    Jul 7, 2010
    3
    1
    0
    Thanks for the response I'll give it a try
     
  4. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,775
    150
    #4 CODYQX4, Sep 30, 2010
    Last edited: Apr 15, 2019
    .
     
  5. urie

    urie Moderator
    Staff Member

    May 21, 2007
    9,039
    3,388
    300
    There are also tools for autoit that come with SciTE editor i,e, AU3Recorder and AutoitmMacroGenerator.
     
  6. technews

    technews MDL Novice

    Oct 2, 2010
    22
    1
    0
    may i knw the benefit of using 'unattended software' ??
     
  7. urie

    urie Moderator
    Staff Member

    May 21, 2007
    9,039
    3,388
    300
    #7 urie, Oct 3, 2010
    Last edited by a moderator: Apr 20, 2017
    The benefits are you make up a windows dvd and when it installs all your software is also installed and registered. here is an example script for installing some apps from my F:\ drive

    Code:
    Color 0A
    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
    REG ADD %KEY% /V TITLE /D "RunOnceEx - Testing Applications" /f
    REG ADD %KEY% /v Flags /t REG_DWORD /d "20" /f
    
    REG ADD %KEY%\1001 /VE /D "DVDFab Platinum v8.0.0.5" /f
    REG ADD %KEY%\1001 /V 101 /D "F:\APPS\DVDFab_8\DVDFab8005.exe /SILENT /SP- /NORESTART" /f
    REM REG ADD %KEY%\1001 /V 102 /D "CMD /C DEL \"%USERPROFILE%\Desktop\DVDFab 8.lnk\"" /f
    REG ADD %KEY%\1001 /V 103 /D "CMD /C DEL \"%USERPROFILE%\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\DVDFab 8.lnk\"" /f
    REG ADD %KEY%\1001 /V 104 /D "REGEDIT /S F:\APPS\DVDFab_8\DVDFab_81.reg" /f
    REG ADD %KEY%\1001 /V 105 /D "REGEDIT /S F:\APPS\DVDFab_8\DVDFab_82.reg" /f
    
    REG ADD %KEY%\1002 /VE /D "jv16 PowerTools 2009 v1.9.0.580" /f
    REG ADD %KEY%\1002 /V 101 /D "F:\APPS\jv16_Powertools_2009\jv16pt_setup_hb.exe /SP- /VERYSILENT" /f
    REG ADD %KEY%\1002 /V 102 /D "CMD /C DEL \"%USERPROFILE%\Desktop\jv16 PowerTools 2009.lnk\"" /f
    REG ADD %KEY%\1002 /V 103 /D "CMD /C DEL \"%USERPROFILE%\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\jv16 PowerTools 2009.lnk\"" /f
    REG ADD %KEY%\1002 /V 104 /D "CMD /C XCOPY \"F:\APPS\jv16_Powertools_2009\License.xbin\" \"C:\Program Files\jv16 PowerTools 2009\" /I /H /R /Y" /f
    REG ADD %KEY%\1002 /V 105 /D "CMD /C XCOPY \"F:\APPS\jv16_Powertools_2009\MainSettings.dat\" \"C:\Program Files\jv16 PowerTools 2009\" /I /H /R /Y" /f
    REG ADD %KEY%\1002 /V 106 /D "cmd /c XCOPY \"F:\APPS\jv16_Powertools_2009\Settings\" \"C:\Program Files\jv16 PowerTools 2009\Settings\" /E /I /H /R /Y" /f
    
    REG ADD %KEY%\1003 /VE /D "JASC Paint Shop Pro 9.1" /f
    REG ADD %KEY%\1003 /V 101 /D "CMD /C Start /Wait F:\APPS\JASC\Jasc_Paint_Shop_Pro_9.msi /qn" /f
    REG ADD %KEY%\1003 /V 102 /D "CMD /C Start /Wait SLEEP.EXE 5" /f"
    REG ADD %KEY%\1003 /V 103 /D "CMD /C Start /Wait F:\APPS\JASC\Updates\en_psp9011_jasc.exe /S" /f
    REG ADD %KEY%\1003 /V 104 /D "CMD /C Start /Wait SLEEP.EXE 5" /f"
    
    REG ADD %KEY%\1004 /VE /D "Malwarebytes'Anti-Malware" /f
    REG ADD %KEY%\1004 /V 101 /D "REGEDIT /S F:\APPS\Malwarebytes_Anti-Malware\Malwarebytes_Anti-Malware1.reg" /f
    REG ADD %KEY%\1004 /V 102 /D "REGEDIT /S F:\APPS\Malwarebytes_Anti-Malware\Malwarebytes_Anti-Malware2.reg" /f
    REG ADD %KEY%\1004 /V 103 /D "CMD /C Start /Wait F:\APPS\Malwarebytes_Anti-Malware\Anti-Malware_autoit.exe" /f
    REG ADD %KEY%\1004 /V 104 /D "CMD /C XCOPY \"F:\APPS\Malwarebytes_Anti-Malware\ignore.dat\" \"C:\ProgramData\" /I /H /R /Y" /f
    REG ADD %KEY%\1004 /V 105 /D "CMD /C XCOPY \"F:\APPS\Malwarebytes_Anti-Malware\news.txt\" \"C:\ProgramData\" /I /H /R /Y" /f
    REG ADD %KEY%\1004 /V 106 /D "CMD /C XCOPY \"F:\APPS\Malwarebytes_Anti-Malware\rules.ref\" \"C:\ProgramData\" /I /H /R /Y" /f
    
    REG ADD %KEY%\1005 /VE /D "Windows 7 Manager 1.x.x" /f
    REG ADD %KEY%\1005 /V 101 /D "F:\APPS\yamicsoft_Windows7Manager\Windows_7_Manager(32)_setup_project.msi /qn" /f
    REG ADD %KEY%\1005 /V 102 /D "CMD /C DEL \"%USERPROFILE%\Desktop\Windows 7 Manager.lnk\"" /f
    REG ADD %KEY%\1005 /V 103 /D "CMD /C DEL \"%USERPROFILE%\Desktop\1-Click Cleaner.lnk\"" /f
    REG ADD %KEY%\1005 /V 104 /D "REGEDIT /S F:\APPS\yamicsoft_Windows7Manager\yamicsoft_Windows7Manager1.reg" /f