Jump to content

BCTunattended

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

About BCTunattended

BCTunattended's Achievements

0

Reputation

  1. Okay, here are my configurations: Config.js //--------------------------------------------------------------------------------------------- // Reference ... prog[0] won't be used. It's just an example. // Look in program.js to see explanation of these properties. //--------------------------------------------------------------------------------------------- // pn=0; // start value for prog numbering // prog[pn]=['ProgramName']; // ordr[pn]=[0]; // desc[pn]=['Description']; // uid[pn]=['APP1']; // dflt[pn]=['no']; // cat[pn]=['Application Category']; // forc[pn]=['false']; // configs[pn]=['List of configs to be auto checked. Comma seperated']; // deps[pn]=[]; // excl[pn]=[]; // cond[pn]=['Javascript Conditional Statement']; // gcond[pn]=['Javascript Conditional Statement to gray item']; // regb[pn]=['Registry Key Path']; // cmd1[pn]=['CommandLine 1']; // cmd2[pn]=['CommandLine 2']; // cmd3[pn]=['CommandLine 3']; // cmd4[pn]=['CommandLine 4']; // cmd5[pn]=['CommandLine 5']; // cmd6[pn]=['CommandLine 6']; // cmd7[pn]=['CommandLine 7']; // cmd8[pn]=['CommandLine 8']; // cmd9[pn]=['CommandLine 9']; // cmd10[pn]=['CommandLine 10']; // rega[pn]=['Registry Key Path']; // picf[pn]=['Picture File']; // picw[pn]=['Width']; // pich[pn]=['Height']; // textl[pn]=['Text Location']; // pn++; //--------------------------------------------------------------------------------------------- // Your programs here ... //--------------------------------------------------------------------------------------------- pn=1; prog[pn]=['DeepBurner NL']; ordr[pn]=[1]; desc[pn]=['Freeware brandprogramma, ondersteund ook iso\'s.']; uid[pn]=['DEEPBURNER']; dflt[pn]=['no']; cat[pn]=['Applications']; forc[pn]=['no']; configs[pn]=['Standaard Notebook,Standaard NB & Tools']; excl[pn]=['DEEPBURNEREN']; cmd1[pn]=['"%wpipath%\\installers\\autoit\\deepburner\\deepburner.exe"']; cmd2[pn]=['"%wpipath%\\installers\\autoit\\deepburner\\VerplaatsLinkDeepburner.bat"']; pn++; prog[pn]=['DeepBurner EN']; ordr[pn]=[1]; desc[pn]=['Freeware brandprogramma, ondersteund ook iso\'s. Engelse versie.']; uid[pn]=['DEEPBURNEREN']; dflt[pn]=['no']; cat[pn]=['Applications']; forc[pn]=['no']; excl[pn]=['DEEPBURNER']; cmd1[pn]=['"%wpipath%\\installers\\autoit\\deepburner\\deepburnerenu.exe"']; cmd2[pn]=['"%wpipath%\\installers\\autoit\\deepburner\\VerplaatsLinkDeepburner.bat"']; pn++; prog[pn]=['SmartDraw']; desc[pn]=['Volledige SmartDraw versie.']; uid[pn]=['NIEUW']; dflt[pn]=['no']; cat[pn]=['Applications']; forc[pn]=['no']; excl[pn]=['VIEWER']; cmd1[pn]=['"%wpipath%\\installers\\autoit\\SmartDraw 6.0\\smartdraw.exe"']; cmd2[pn]=['"%wpipath%\\installers\\autoit\\SmartDraw 6.0\\VerplaatsSnelkoppelingen.bat"']; pn++; prog[pn]=['Gadwin Printscreen']; ordr[pn]=[2]; desc[pn]=['Vervanging voor de standaard printscreenfunctie van Windows XP.']; uid[pn]=['PRINTSCREEN']; dflt[pn]=['no']; cat[pn]=['Tools']; forc[pn]=['no']; configs[pn]=['Standaard Werkstation,Standaard WKS & Offi2k & Out2k3 & Tools,Standaard WKS & Off2k3 &Out2k3 & Tools,Standaard WKS & Off2k7 & Out2k7,Standaard Notebook,Standaard NB & Tools']; cmd1[pn]=['"%wpipath%\\installers\\autoit\\printscreen\\printscreen.exe"']; cmd2[pn]=['"%wpipath%\\installers\\autoit\\printscreen\\VerplaatsSnelkoppelingen.bat"']; pn++; prog[pn]=['Office 2000']; ordr[pn]=[90]; desc[pn]=['Office versie 2000 Professional']; uid[pn]=['OFFICE2000']; dflt[pn]=['no']; cat[pn]=['Office']; forc[pn]=['no']; configs[pn]=['Standaard WKS & Offi2k & Out2k3 & Tools']; excl[pn]=['OFFICE2003','OFFICE2007']; cmd1[pn]=['"%wpipath%\\installers\\Office\\Office 2000\\SETUP.EXE" transforms=unatt.mst /qb-']; cmd2[pn]=['"%wpipath%\\installers\\Office\\Office 2000\\VerplaatsSnelkoppelingen.bat"']; pn++; prog[pn]=['Office 2003']; desc[pn]=['Office 2003 Professional']; uid[pn]=['OFFICE2003']; dflt[pn]=['no']; cat[pn]=['Office']; forc[pn]=['no']; cmd1[pn]=['"%wpipath%\\installers\\Office\\Office 2003\\OFFICE\\installoffice2003.exe"']; pn++; prog[pn]=['Office 2007 zonder outlook']; ordr[pn]=[110]; desc[pn]=['Office 2007 zonder outlook']; uid[pn]=['OFFICE2007']; dflt[pn]=['no']; cat[pn]=['Office']; forc[pn]=['no']; configs[pn]=['1']; excl[pn]=['OFFICE2000','OFFICE2003','OFFICE2007-2']; cmd1[pn]=['"%wpipath%\\installers\\Office\\Office 2007\\SETUP.EXE" /ADMINFILE unattended.MSP']; pn++; prog[pn]=['Office Compatibiliteitspack']; ordr[pn]=[130]; desc[pn]=['Het compatibiliteitspack voor Office 2007 bestanden']; uid[pn]=['OFFICECOMPATIBILITEITSPAC']; dflt[pn]=['no']; cat[pn]=['Office']; forc[pn]=['no']; configs[pn]=['Standaard WKS & Offi2k & Out2k3 & Tools,Standaard WKS & Off2k3 &Out2k3 & Tools,Standaard NB & Tools']; cmd1[pn]=['"%wpipath%\\installers\\Office\\Compatibiliy pack\\FileFormatConverters.exe" /quiet /norestart /passive']; pn++; prog[pn]=['Outlook 2003']; ordr[pn]=[120]; desc[pn]=['Outlook 2003']; uid[pn]=['OUTLOOK2003']; dflt[pn]=['no']; cat[pn]=['Office']; forc[pn]=['no']; configs[pn]=['Standaard WKS & Offi2k & Out2k3 & Tools,Standaard WKS & Off2k3 &Out2k3 & Tools,Standaard WKS & Offi2k & Out2k3 & Tools']; excl[pn]=['OFFICE2007-2']; cmd1[pn]=['"%wpipath%\\installers\\Office\\Outlook\\SETUP.EXE" transforms=unattended2003.mst /qb-']; pn++; prog[pn]=['Outlook on the desktop']; ordr[pn]=[140]; uid[pn]=['OUTLOOKONTHEDESKTOP']; dflt[pn]=['no']; cat[pn]=['Office']; forc[pn]=['no']; configs[pn]=['Standaard WKS & Offi2k & Out2k3 & Tools,Standaard WKS & Off2k3 &Out2k3 & Tools,Standaard WKS & Off2k7 & Out2k7,Standaard NB & Tools']; cmd1[pn]=['"%wpipath%\\installers\\Office\\Outlook on the desktop\\setup.exe" /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-']; cmd2[pn]=['"%wpipath%\\installers\\Office\\Outlook on the desktop\\VerplaatsSnelkoppelingen.bat"']; pn++; prog[pn]=['The Gimp']; ordr[pn]=[2]; desc[pn]=['Beeldbewerkingsprogramma']; uid[pn]=['THEGIMP']; dflt[pn]=['no']; cat[pn]=['Applications']; forc[pn]=['no']; configs[pn]=['Standaard Werkstation,Standaard WKS & Offi2k & Out2k3 & Tools,Standaard WKS & Off2k3 &Out2k3 & Tools,Standaard WKS & Off2k7 & Out2k7,Standaard Notebook,Standaard NB & Tools']; cmd1[pn]=['"%wpipath%\\installers\\Applications\\Gimp\\gtk+-2.10.13-setup.exe" /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-']; cmd2[pn]=['"%wpipath%\\installers\\Applications\\Gimp\\gimp-2.4.0-i586-setup.exe" /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-']; cmd3[pn]=['"%wpipath%\\installers\\Applications\\Gimp\\VerplaatsSnelkoppelingen.bat"']; pn++; prog[pn]=['Multimon']; ordr[pn]=[3]; desc[pn]=['Programma voor gebruik van 2 monitoren.']; uid[pn]=['MULTIMON']; dflt[pn]=['no']; cat[pn]=['Tools']; forc[pn]=['no']; configs[pn]=['Standaard WKS & Off2k7 & Out2k7,Standaard Notebook,Standaard NB & Tools']; cmd1[pn]=['"%wpipath%\\installers\\Applications\\Multimon\\mmtaskbar21.exe" /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-']; cmd2[pn]=['"%wpipath%\\installers\\Applications\\Multimon\\VerplaatsSnelkoppelingen.bat"']; pn++; prog[pn]=['Adobe Reader 8.1']; ordr[pn]=[4]; desc[pn]=['Adobe Reader']; uid[pn]=['ADOBEREADER']; dflt[pn]=['no']; cat[pn]=['Viewers']; forc[pn]=['no']; configs[pn]=['Standaard Werkstation,Standaard WKS & Offi2k & Out2k3 & Tools,Standaard WKS & Off2k3 &Out2k3 & Tools,Standaard WKS & Off2k7 & Out2k7,Standaard Notebook,Standaard NB & Tools']; cmd1[pn]=['msiexec.exe /i "%wpipath%\\installers\\Applications\\Adobe Reader\\AcroRead.msi" /qb-']; cmd2[pn]=['"%wpipath%\\installers\\Applications\\Adobe Reader\\VerplaatsSnelkoppelingen.bat"']; pn++; prog[pn]=['Notepad++']; ordr[pn]=[5]; desc[pn]=['Programma waarin code geschreven kan worden, met syntax-highlighting. Vervanger van UltraEdit.']; uid[pn]=['NOTEPAD']; dflt[pn]=['no']; cat[pn]=['Applications']; forc[pn]=['no']; configs[pn]=['Standaard Werkstation,Standaard WKS & Offi2k & Out2k3 & Tools,Standaard WKS & Off2k3 &Out2k3 & Tools,Standaard WKS & Off2k7 & Out2k7,Standaard Notebook,Standaard NB & Tools']; cmd1[pn]=['"%wpipath%\\installers\\Applications\\notepad++\\npp.4.2.2.Installer.exe" /S']; cmd2[pn]=['"%wpipath%\\installers\\Applications\\notepad++\\VerplaatsSnelkoppelingen.bat"']; pn++; prog[pn]=['Paint.NET']; ordr[pn]=[6]; desc[pn]=['.NET gebaseerd tekenprogramma.']; uid[pn]=['PAINTNET']; dflt[pn]=['no']; cat[pn]=['Applications']; forc[pn]=['no']; configs[pn]=['Standaard Werkstation,Standaard WKS & Offi2k & Out2k3 & Tools,Standaard WKS & Off2k3 &Out2k3 & Tools,Standaard WKS & Off2k7 & Out2k7,Standaard Notebook,Standaard NB & Tools']; cmd1[pn]=['"%wpipath%\\installers\\Applications\\paint.net\\Paint.NET.3.10.exe" /auto']; cmd2[pn]=['"%wpipath%\\installers\\Applications\\paint.net\\VerplaatsSnelkoppelingenPaint.NET.bat"']; pn++; prog[pn]=['Total Commander']; ordr[pn]=[9]; desc[pn]=['Programma om te navigeren door systeemmappen.']; uid[pn]=['TOTALCOMMANDER']; dflt[pn]=['no']; cat[pn]=['Tools']; forc[pn]=['no']; configs[pn]=['Standaard Werkstation,Standaard WKS & Offi2k & Out2k3 & Tools,Standaard WKS & Off2k3 &Out2k3 & Tools,Standaard WKS & Off2k7 & Out2k7,Standaard Notebook,Standaard NB & Tools']; cmd1[pn]=['"%wpipath%\\installers\\Applications\\totalcmd\\INSTALL.EXE"']; cmd2[pn]=['FILECOPY "%wpipath%\\installers\\Applications\\totalcmd\\WINCMD.KEY" "C:\\WINalg\\totalcmd"']; cmd3[pn]=['"%wpipath%\\installers\\Applications\\totalcmd\\VerplaatsSnelkoppelingen.bat"']; pn++; prog[pn]=['VLC Mediaplayer']; ordr[pn]=[10]; desc[pn]=['VLC Mediaplayer ondersteuning voor alle film en geluidsbestanden (behalve Quicktime en Real).']; uid[pn]=['VLCMEDIAPLAYER']; dflt[pn]=['no']; cat[pn]=['Applications']; forc[pn]=['no']; configs[pn]=['Standaard Werkstation,Standaard WKS & Offi2k & Out2k3 & Tools,Standaard WKS & Off2k3 &Out2k3 & Tools,Standaard WKS & Off2k7 & Out2k7,Standaard Notebook,Standaard NB & Tools']; cmd1[pn]=['"%wpipath%\\installers\\Applications\\Videolan\\vlc-0.8.6c-win32.exe" /S']; cmd2[pn]=['"%wpipath%\\installers\\Applications\\Videolan\\VerplaatsSnelkoppelingen.bat"']; pn++; prog[pn]=['VMWare 5.0']; ordr[pn]=[80]; desc[pn]=['Programma voor het virtueel draaien van systemen (images).']; uid[pn]=['VMWARE50']; dflt[pn]=['no']; cat[pn]=['Applications']; forc[pn]=['no']; configs[pn]=['Standaard Werkstation,Standaard WKS & Offi2k & Out2k3 & Tools,Standaard WKS & Off2k3 &Out2k3 & Tools,Standaard WKS & Off2k7 & Out2k7,Standaard Notebook,Standaard NB & Tools']; excl[pn]=['VMWARE60','VMWARE4.5']; cmd1[pn]=['"%wpipath%\\installers\\Applications\\VMware\\VMWare 5.0\\VMware Workstation5.0.msi" /qb- ADDLOCAL=ALL DISABLE_AUTORUN=0 DESKTOP_SHORTCUT=1']; cmd2[pn]=['"%wpipath%\\installers\\Applications\\VMware\\VMWare 5.0\\VerplaatsSnelkoppelingen.bat"']; rega[pn]=['%wpipath%\\installers\\Applications\\VMware\\vmware.reg']; pn++; prog[pn]=['VMWare 6.0']; ordr[pn]=[80]; desc[pn]=['Programma voor het virtueel draaien van systemen (images).']; uid[pn]=['VMWARE60']; dflt[pn]=['no']; cat[pn]=['Applications']; forc[pn]=['no']; configs[pn]=['1']; excl[pn]=['VMWARE50','VMWARE4.5']; cmd1[pn]=['"%wpipath%\\installers\\Applications\\VMware\\VMWare 6.0\\VMware-workstation-6.0.0-45731.exe" /s /v ADDLOCAL=ALL DISABLE_AUTORUN=0 DESKTOP_SHORTCUT=1 /qb-']; rega[pn]=['%wpipath%\\installers\\Applications\\VMware\\vmware.reg']; pn++; prog[pn]=['Winrar']; ordr[pn]=[11]; desc[pn]=['Uitpak en Archiveringsprogramma']; uid[pn]=['WINRAR']; dflt[pn]=['no']; cat[pn]=['Applications']; forc[pn]=['no']; configs[pn]=['Standaard Werkstation,Standaard WKS & Offi2k & Out2k3 & Tools,Standaard WKS & Off2k3 &Out2k3 & Tools,Standaard WKS & Off2k7 & Out2k7,Standaard Notebook,Standaard NB & Tools']; cmd1[pn]=['"%wpipath%\\installers\\Applications\\Winrar\\wrar371b1.exe" /s']; cmd2[pn]=['"%wpipath%\\installers\\Applications\\Winrar\\VerplaatsSnelkoppelingen.bat"']; pn++; prog[pn]=['Office 2007 met outlook']; ordr[pn]=[4]; desc[pn]=['Outlook 2007 met outlook']; uid[pn]=['OFFICE2007-2']; dflt[pn]=['no']; cat[pn]=['Office']; forc[pn]=['no']; configs[pn]=['Standaard WKS & Off2k7 & Out2k7']; excl[pn]=['OUTLOOK2003','OFFICE2007','OFFICE2000','OFFICE2003','OFFICECOMPATIBILITEITSPAC']; cmd1[pn]=['"%wpipath%\\installers\\Office\\Office 2007\\SETUP.EXE" /ADMINFILE office+outlook.MSP']; pn++; prog[pn]=['S.I.A']; ordr[pn]=[999]; desc[pn]=['Software Inventarisatie Agent']; uid[pn]=['SIA']; dflt[pn]=['no']; cat[pn]=['System']; forc[pn]=['no']; cmd1[pn]=['msiexec.exe /i "%wpipath%\\installers\\ICTIDG\\S.I.A\\S.I.A.-WXP.msi" /qb']; pn++; prog[pn]=['IDG-huisstijl NL']; desc[pn]=['IDG-huisstijl Nederlandstalig']; uid[pn]=['IDGHUISSTIJL']; dflt[pn]=['no']; cat[pn]=['System']; forc[pn]=['no']; configs[pn]=['Standaard Werkstation,Standaard WKS & Offi2k & Out2k3 & Tools,Standaard WKS & Off2k3 &Out2k3 & Tools,Standaard WKS & Off2k7 & Out2k7,Standaard Notebook,Standaard NB & Tools']; excl[pn]=['IDGHUISSTIJLEN']; cond[pn]=['getSPver(2)']; cmd1[pn]=['DIRCOPY "%wpipath%\\installers\\ICTIDG\\IDG Huisstijl\\Windows XP NL Huisstijl" "C:\\Documents and settings\\Administrator\\Bureaublad\\"']; pn++; prog[pn]=['Skype']; ordr[pn]=[11]; desc[pn]=['Communcatie programma voor intern gebruik. Zakelijke versie.']; uid[pn]=['SKYPE']; dflt[pn]=['no']; cat[pn]=['Tools']; forc[pn]=['no']; cmd1[pn]=['msiexec.exe /i "%wpipath%\\installers\\Applications\\Skype\\SkypeSetup.msi" /qb-']; cmd2[pn]=['"%wpipath%\\installers\\Applications\\Skype\\VerplaatsSnelkoppelingen.bat"']; pn++; prog[pn]=['PrimoPDF']; desc[pn]=['PDF suite voor het maken en converteren van PDFdocumenten.']; uid[pn]=['NIEUW']; dflt[pn]=['no']; cat[pn]=['Tools']; forc[pn]=['no']; cmd1[pn]=['"%wpipath%\\installers\\autoit\\primopdf\\primopdf.exe"']; cmd2[pn]=['"%wpipath%\\installers\\autoit\\primopdf\\VerplaatsSnelkoppelingen.bat"']; pn++; prog[pn]=['XnView EPS']; desc[pn]=['De viewer voor het weergeven van .EPS bestanden.']; uid[pn]=['H']; dflt[pn]=['no']; cat[pn]=['Viewers']; forc[pn]=['no']; cmd1[pn]=['"%wpipath%\\installers\\autoit\\viewers\\XnView EPS\\xnview.exe"']; cmd2[pn]=['"%wpipath%\\installers\\autoit\\viewers\\XnView EPS\\VerplaatsSnelkoppelingen.bat"']; pn++; prog[pn]=['Smartdraw Viewer']; desc[pn]=['Alleen SmartDraw Viewer.']; uid[pn]=['VIEWER']; dflt[pn]=['no']; cat[pn]=['Viewers']; forc[pn]=['no']; excl[pn]=['NIEUW']; cmd1[pn]=['"%wpipath%\\installers\\autoit\\viewers\\SmartDraw Viewer\\smartdraw.exe"']; cmd2[pn]=['"%wpipath%\\installers\\autoit\\viewers\\SmartDraw Viewer\\VerplaatsSnelkoppelingen.bat"']; pn++; prog[pn]=['Powerpoint 2007 Viewer']; desc[pn]=['De viewer voor het weergeven van Powerpoint 2007 bestanden.']; uid[pn]=['POWERPOINT2007VIEWER']; dflt[pn]=['no']; cat[pn]=['Viewers']; forc[pn]=['no']; gcond[pn]=['getSPver(2)']; cmd1[pn]=['"%wpipath%\\installers\\autoit\\viewers\\Powerpoint 2007 Viewer\\powerpointNL.exe"']; pn++; prog[pn]=['IDG-huisstijl EN']; desc[pn]=['IDG-huisstijl Engelstalig']; uid[pn]=['IDGHUISSTIJLEN']; dflt[pn]=['no']; cat[pn]=['System']; forc[pn]=['no']; excl[pn]=['IDGHUISSTIJL']; cond[pn]=['getOSver(2)']; cmd1[pn]=['DIRCOPY "%wpipath%\\installers\\ICTIDG\\ICTIDG\\IDG Huisstijl\\Windows XP EN Huisstijl" "C:\\Documents and Settings\\Administrator\\Desktop\\"']; pn++; prog[pn]=['Logitech Quickcam STX Driver']; desc[pn]=['Logitech Quickcam STX versie 11.5']; uid[pn]=['LOGITECHQUICKCAM']; dflt[pn]=['no']; cat[pn]=['System']; forc[pn]=['no']; cmd1[pn]=['"%wpipath%\\installers\\Drivers\\Webcam Communicate STX\\Webcam.exe"']; pn++; prog[pn]=['Autodesk Viewer']; uid[pn]=['AUTODESKVIEWER']; dflt[pn]=['yes']; cat[pn]=['Viewers']; forc[pn]=['no']; cmd1[pn]=['"%wpipath%\\installers\\autoit\\viewers\\Autodesk Viewer\\AutodeskViewer.exe"']; pn++; //--------------------------------------------------------------------------------------------- // End of program definitions ... //--------------------------------------------------------------------------------------------- I think i fixed the problem of my execbefore/after by just using the .reg file. That seems to work, however I do have to answer Yes/No twice. But that's not really troublesome. execbefore/after ExecuteBeforeEnabled=true; ExecuteBefore=['%wpipath%\\installers\\Register\\programfiles.reg']; ExecuteAfterEnabled=true; ExecuteAfter=['%wpipath%\\installers\\Register\\undo.reg'];
  2. Hello everyone, I'm using WPI to install several machines and I'm kinda stuck with some bugs one of them is a bug that is occuring with WPI+Office 2000. The installation starts correctly using %pathtoexecutable%\setup.exe transforms=unatt.mst /qb- However WPI does not wait for the Office 2000 installation to finish it just goes on with executing the commands. How can I prevent this from occuring? Second problem, I'm using the runafter and runbefore options to start an batchfile which execute an registery file. But it does not seem to be working, however when I start the .bat manually everything works fine. Can someone help me solve these issues? I'd one happy WPI-user
×
×
  • Create New...