Jump to content

DJPro

Member
  • Posts

    115
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Belgium

Everything posted by DJPro

  1. What do you mean by copy that file. 'GenOEP.dll' is just stored in 'WPI\Tools\PEiD\plugins' folder. So if you use WPI v8.0.3 the file is already there. Maybe some more explication? Greetz, DJPro
  2. For Alcohol 120% you can check your register: [HKEY_CURRENT_USER\Software\Alcohol Soft\Alcohol 120%\Info] "UserName"="Username" "Company"="Companyname" "SerialNo"="YourSerialNumber" Make a register file for this , example 'Register.reg' So in WPI install Alcohol, second command you execute 'Register.reg' For BS Player your registration is not set in register (at least one of the latest version) I don't know your operating system but for Windows 7 it is stored in C:\Users\Username\AppData\Roaming\BSplayer PRO If you have installed the program and activated it there will be a file 'key.reg' in that directory.(this is your activation) So later if you want it unattended by WPI: First install BS Player, second command copy the file 'key.reg' to that directory and your program is activated. Need to say that every program is different so you'll have to search how activation of your progs is done. Hope this helps you a bit. Greetings, DJPro
  3. Depends on which program you want to install. You can add serials through registry tweaks. If you give us more information about what program maybe then we can help. Greetings, DJPro
  4. Hi Exeter212 Notice this gcond[pn]=['FileExists(\\"%programfiles%\\Malwarebytes\' Anti-Malware\\MBAM.EXE\")']; Change to this gcond[pn]=['FileExists(\"%programfiles%\\Malwarebytes\' Anti-Malware\\MBAM.EXE\")']; You have 2 \\ before "%programfiles% If you only have 1 \ the GCOND statement will work correctly Greetz, DJPro
  5. @ Exeter212 Try this gcond[pn]=['FileExists(\"%programfiles%\\Malwarebytes\' Anti-Malware\\mbam.exe")']; (Put \ before the ' ) Worked for me in the past. Greetings, DJPro
  6. Are you using the exact pads from where the programs are run from ? Example in config.js cmds[pn]=['%root%\\install\\progs\\Ccleaner\\CCleaner_Slim_V2.26.1050_silent.exe']; Of course this is a silent installer but with a normal installer and the right switches it has to run good. Notice: %root% can also be %wpipath% or something (depends where your program exe's are stored) Greetz, DJPro
  7. @jadtunrau I've tested it with mritter's example and it worked. So with a single check box for both x86 and x64 Example for winrar installation: In my config.js a have: cmds[pn]=['{JSCRIPT}=if (getBits()==32) RunCmd(\'%root%\\Install\\Progs\\Winrar\\Winrar-x32-371nl.exe\'%comma%false%comma%true)','{JSCRIPT}=if (getBits()==64) RunCmd(\'%root%\\Install\\Progs\\Winrar\\Winrar-x64-390nl.exe\'%comma%false%comma%true)']; For 32 bit operating system it installed 'Winrar-x32-371nl' and for 64 bit 'Winrar-x64-390nl'. Only thing I noticed that there were 2 command lines in installer window ( command 1 = success , command 2 = succes) Maybe this is normal, I think? My logfile gave me this: dinsdag 15 juni 2010 0:04:22 Program: Winrar 3.7.1 Uniek ID: WINRAR32 Volgorde: 000230 Categorie: Utilities dinsdag 15 juni 2010 0:04:23 - cmd1 Success (returned code undefined): if (getBits()==32) RunCmd('Z:\Install\Progs\Winrar\Winrar-x32-371nl.exe',false,true) dinsdag 15 juni 2010 0:04:32 - cmd2 Success (returned code 0): if (getBits()==64) RunCmd('Z:\Install\Progs\Winrar\Winrar-x64-390nl.exe',false,true) dinsdag 15 juni 2010 0:04:33 - Finished installation. (Installation on x64 system.) Thanks for this code mritter !!! Greetz, DJPro
  8. Hello mritter, I tested it with your script and indeed everything went fine. First I used this script CMDOW @ /HID mkdir "%systemdrive%\ProgramData\Microsoft\Windows\Start Menu\Programs\AutoIt v3\Improved Decompiler" xcopy "Improved Decompiler\*.*" "%systemdrive%\ProgramData\Microsoft\Windows\Start Menu\Programs\AutoIt v3\Improved Decompiler" /Y EXIT and nothing was copied to the 'Improved Decompiler' folder Then I changed it to this script CMDOW @ /HID mkdir "%systemdrive%\ProgramData\Microsoft\Windows\Start Menu\Programs\AutoIt v3\Improved Decompiler" xcopy "Z:\install\progs\AutoIt3\Improved Decompiler\*.*" "%systemdrive%\ProgramData\Microsoft\Windows\Start Menu\Programs\AutoIt v3\Improved Decompiler" /Y EXIT and the files were copied to the 'Improved Decompiler' folder (Z:\ drive is the network share) The logfile gave me this zondag 13 juni 2010 3:08:01 Program: AutoIt v3 Uniek ID: AUTOITV3 Volgorde: 000211 Categorie: Personal Tools zondag 13 juni 2010 3:08:07 - cmd1 Success (returned code 0): Z:\install\progs\AutoIt3\autoit-v3-setup.exe /S zondag 13 juni 2010 3:08:08 - cmd2 Success (returned code 0): "cmd.exe" /C Z:\install\progs\AutoIt3\copy.cmd zondag 13 juni 2010 3:08:08 - Finished installation. Before I got a returned code 4 and now it gave returned code 0 The only thing I see is that there are no quotes in logfile on cmd2 part Z:\install\progs\AutoIt3\copy.cmd While you have qoutes there "C:\WPI\Install\TestScript.cmd" I don't know if this is important or not, although everything was fine. Only issue I see or think is that the mounted network drive has to be Z:\ if I use that variable Thx again, DJPro
  9. Hi mritter, Thx for replying, I just did an install from my network share and everything went fine. At least the cmd file was executed (the log file was succesfull) 1 Items, 2 Commands ----- vrijdag 11 juni 2010 23:28:11 Program: AutoIt v3 Uniek ID: AUTOITV3 Volgorde: 000211 Categorie: Personal Tools vrijdag 11 juni 2010 23:28:17 - cmd1 Success (returned code 0): Z:\install\progs\AutoIt3\autoit-v3-setup.exe /S vrijdag 11 juni 2010 23:28:18 - cmd2 Success (returned code 4): "cmd.exe" /C Z:\install\progs\AutoIt3\copy.cmd vrijdag 11 juni 2010 23:28:18 - Finished installation. ----- Number of failed installations: 0 Install process finished at: vrijdag 11 juni 2010 23:28:19 Although, the script was run but nothing has been copied, the script I use was: CMDOW @ /HID mkdir "%systemdrive%\ProgramData\Microsoft\Windows\Start Menu\Programs\AutoIt v3\Improved Decompiler" xcopy "Improved Decompiler\*.*" "%systemdrive%\ProgramData\Microsoft\Windows\Start Menu\Programs\AutoIt v3\Improved Decompiler" /Y EXIT Strange thing is that when I make an exe file from my script the files are copied well. (files inside the map 'Improved Decompiler') example here. Am I missing something, I would like to hear it. Thx in advance, DJPro
  10. @ jadtunrau I had the same issue and made a workaround. If you have to copy a file (for example 'password.bin') after installing a program you can make a batch file like this and call it for instance 'copy.cmd' CMDOW @ /HID IF EXIST "%programfiles(x86)%" GOTO :X64 xcopy ".\Password\*.*" "%programfiles%\Foldername" /Y /i GOTO :END :X64 xcopy ".\Password\*.*" "%programfiles(x86)%\Foldername" /Y /i :END EXIT In the directory from where the program runs make a folder "Password" where you put 'password.bin' (or even more files) If you run the script the file 'password.bin' will be copied in the right Program Files folder - 32 or 64 bit and you don't need to make 2 entries. The only issue I had was that a .cmd file was not executed in WPI ,Example: cmds[pn]=['%root%\\install\\progs\\SOMEPROGRAMFOLDER\\copy.cmd']; So I decided to make an exe from the cmd file (with winrar for example) and then everything went good. So with the command : cmds[pn]=['%root%\\install\\progs\\SOMEPROGRAMFOLDER\\copy.exe']; everything went fine. I use '%root%\\install\\etc but it can also be '%wpipath%\\install\\etc (depends where you program exe files are stored) I hope this can help you a bit and is an answer to your question. And maybe Kel can tell me why my batch files don't run but exe files will. Kind Regards , DJPro
  11. No problem John. To John and JohnM: About changing the typeface on the Dialogbox, Ihaven't searched for that yet. I will take a look and post a solution if I find one. Greetz, Jean
  12. Hi Rebrov, In your $OEM$ folder you put your regtweak file for example "RegTweaks.reg" You also put a textfile called "cmdlines.txt" there. In this 'cmdlines.txt' you put [Commands] "REGEDIT /S RegTweaks.reg" Then your regtweaks will be activated. Best regards, DJPro
  13. You can try "EasyBoot" , if this is the thing you want? You can make a custom boot screen with password protection if you want. "Setup windows" , "Start from HDD" , "Reboot" , or many others. Let me know if this is the thing you want! Greetz, DJPro
  14. Like -X- told you, just put: UnattendSwitch = Yes Works fine for me with every version. Greetz
  15. My last one is Antec P182 Very quiet due to special three-layer side panels and front door (aluminum, plastic, aluminum). Nice design with a special metal black finish. I like it very much, DJPro
  16. I agree with Paraffin. In the past I always choose manually on which partition to install windows. It's only one intervention you have to make and all the rest goes unattended. Greetz
  17. This is the one I used for IDM version 5.11 and worked perfectly: run("idman511.exe") WinWait("Internet Download Manager Installation Wizard","Welcome to Internet Download M") ControlClick("Internet Download Manager Installation Wizard","Welcome to Internet Download M","Button2") WinWait("Please read IDM license","< Back") ControlClick("Please read IDM license","< Back","Button2") WinWait("Choose Destination Location","< Back") ControlClick("Choose Destination Location","< Back","Button2") WinWait("Select Program Manager Group","< Back") ControlClick("Select Program Manager Group","< Back","Button2") WinWait("Start Installation of Internet Download Manager","< Back") ControlClick("Start Installation of Internet Download Manager","< Back","Button2") WinWait("Installation Complete","Finish >") ControlClick("Installation Complete","Finish >","Button4") If WinWait("IDM language","Kies a.u.b. de taal voor de in") Then ControlClick("IDM language","Kies a.u.b. de taal voor de in","Button1") EndIf If WinWait("IDM browser integration","IDM has been successfully inte") Then ControlClick("IDM browser integration","IDM has been successfully inte","Button1") EndIf Sleep(3000) processclose ("IDMan.exe") processclose ("iexplore.exe") Exit Maybe you have to change some lines for your language Hope this helps, DJPro
  18. add this at the end: processclose("IDMAN.exe") For the registration look for the process it opens example if it opens an internet explorer window: processclose("iexplore.exe") Greetz, DJPro
  19. I usually work with Resource Tuner. Never had those issues but I think it would also work with Reshacker. If you want you can PM your image so I can give it a try. Greetz, DJPro
  20. @EagleWing You can edit it in photoshop. The image is with alpha layers so if you save it as a .bmp check 'advanced options' and check 'A8 R8 G8 B8' at 32 bit option. Then you 'll not have the black border. Hope this helps, DJPro
  21. You can export your e-mail settings from outlook. Export to a .pst file. Afterwards import this .pst file in outlook when you reinstalled windows. You'll just have to set your account settings in outlook manually. Greetz, DJPro
  22. Hi, RBCC In "spwizimg.dll" --> bitmap 516 You have to mount your image and you will find it in 'Windows\System32' There's also one if you mount 'boot.wim' in sources folder Greetz, Jean
  23. Indeed, themeui.dll bitmap 126 Greetz...
×
×
  • Create New...