Jump to content

MAVERICKS CHOICE

Member
  • Posts

    1,816
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    Australia

Everything posted by MAVERICKS CHOICE

  1. Seems its not that simple without directing editing the msi setup file. A fully configurable Nero would be welcomed not just a lite version. Theres just too much pre installer bloat with this release.
  2. Possibly a crazy Q however has anyone used this method & selected the items they require & further shrink the installer? Not to be confused with the seperate thread for the Nero lite ver. that does not suit everyone. Cheers MC.
  3. My... what was I thinking. Cheers MC.
  4. Sorry man but ya can't get easier than Kels guide & sample oem package. Guess ya gotta start from scratch maybe from a batch & work up? You may have a simple syntax error or path who knows? Cheers MC.
  5. Yep same here not working for me unattended or on a loaded windows? Cheers MC.
  6. Could you share the au3 file? Cheers MC.
  7. Very nice & fast compilation there Shark, truly spoiling us again. Cheers MC.
  8. OK will try with clean ua install. Cheers MC.
  9. I found after much testing it still installs all Nero progs & not only the ones that have been selected? Cheers MC.
  10. Very interesting will do some testing. Cheers MC.
  11. Just tried that works ok but installer has bloated out around 20 meg fatter than my previous vers. Working with no probs though. Cheers MC.
  12. Just a quick one know Im turning over an old thread but has anyone reconfigured the latest nero release using autoit yet? Cheers MC.
  13. Maybe post your au3 script then? Cheers MC.
  14. Try these but I don't know your time code for Perth. [TapiLocation] CountryCode=61 Dialing=Tone [RegionalSettings] LanguageGroup=1 SystemLocale=00000c09 UserLocale=00000c09 InputLocale=0c09:00000409 Your better off using the tool that comes with your xp disc that helps you automate the winnt.sif & use that as your base. Cheers MC.
  15. Run many or multiple cmds in the same rar sfx to my knowledge. Cheers MC.
  16. Enjoy! Thanks Man. Cheers MC.
  17. Slightly off topic anyone have the pwrdvd.ico that they can upload? I can't seem to extract mine. Cheers MC.
  18. Very fast & nice installer Shark. Cheers MC.
  19. Faaaarkin amazin man, very neat Cheers MC.
  20. Nice update Shark Cheers MC.
  21. Interesting tool you produced there GSM, you never stop amazing us. Cheers MC.
  22. I do it Monthly, sound good? Cheers MC.
  23. Same can be run in cmdlines.txt also. Cheers MC.
  24. Quote GSM: This one will check for a specific file on any CD or DVD drive, when the check file is found it will produce a message box that say This is a XP CD then it will quit the script. Change this color in the script to suit your needs. If Fso.FileExists(StrDrv.DriveLetter & ":\win51ip.SP2") Then Dim Drv, Fso, StrDrv Set Fso = CreateObject("Scripting.FileSystemObject") Set Drv = Fso.Drives For Each StrDrv In Drv If StrDrv.DriveType = 4 Then If StrDrv.IsReady = True Then If Fso.FileExists(StrDrv.DriveLetter & ":\win51ip.SP2") Then MsgBox "This is a XP CD : " & StrDrv.DriveLetter, 0 + 32,"Confirm XP CD" Exit For Else MsgBox "This is not a XP CD : " & StrDrv.DriveLetter, 0 + 32,"Missing XP CD" End If End If End If Next In a typical ua install off the cd/dvd where is this called from? Cheers MC.
  25. @ GSM If I were to use this in Runonceex from the cd etc would the vb be called prior say from cmdlines.txt or from the actual Runonceex.cmd itself? Just not clear Cheers MC.
×
×
  • Create New...