Jump to content

atolica

Member
  • Posts

    209
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Romania

Everything posted by atolica

  1. Is this good or bad? That's what I intended in the first place. No extra shortcuts or other useless crap. Just a basic installation.
  2. @Kurt_Aust Use the script posted by me and modify it for 4.30.3! Does it still happen?
  3. @x-shadow-x The exactly the same thing happened to me. That's why I stopped trying to build a silent installer using NAR. I thought I was the only one having problems, not seeing anyone else confronting with this issue, so I didn't say anything. I used Nero 9.2.6 straight from ahead ftp. Another thing. At one point I was able to build a silent installer, and I could see that components list, but after just selecting nero, the installation hanged. So something is definitely wrong with your app.
  4. $DTTITLE = "DAEMON Tools Lite 4.30.3" $INSTALLDIR = @ProgramFilesDir & "\DAEMON Tools Lite" $EXENAME = "daemon4303-lite.exe" Run("daemon4303-lite.exe") WinWait("DAEMON Tools Lite 4.30.3","Please select a language.") Send("{ENTER}") WinWait("DAEMON Tools Lite 4.30.3","Welcome to the DAEMON Tools Lite 4.30.3 Setup Wizard") Send("{ENTER}") WinWait("DAEMON Tools Lite 4.30.3","Please review the license") Send("{ENTER}") WinWait("DAEMON Tools Lite 4.30.3","Choose Components") Send("{TAB}{TAB}{TAB}{DOWN}{SPACE}{DOWN}{SPACE}{DOWN}{SPACE}{DOWN}{SPACE}{DOWN}{SPACE}{ENTER}") WinWait("DAEMON Tools Lite 4.30.3", "Support the DAEMON Tools Team") Send("{SPACE}{ENTER}") WinWait("DAEMON Tools Lite 4.30.3","Choose Install Location") Send("{ENTER}") WinWait("DAEMON Tools Lite 4.30.3","Completing the DAEMON") Send("{SPACE}{ENTER}") sleep(2000) ; Close browsers processes $PID = ProcessExists("firefox.exe") If $PID Then ProcessClose($PID) EndIf $PID = ProcessExists("IEXPLORE.EXE") If $PID Then ProcessClose($PID) EndIf $PID = ProcessExists("opera.exe") If $PID Then ProcessClose($PID) EndIf Run("C:\Program Files\DAEMON Tools Lite\daemon.exe") ;Write uninstall information to registry RegWrite("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DAEMON Tools Lite", "DisplayName", "REG_SZ", $DTTITLE) RegWrite("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DAEMON Tools Lite", "DisplayIcon", "REG_SZ",$INSTALLDIR & "\daemon.exe") RegWrite("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DAEMON Tools Lite", "InstallLocation", "REG_SZ", $INSTALLDIR) RegWrite("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DAEMON Tools Lite", "UninstallString", "REG_SZ", $INSTALLDIR & "\uninst.exe") RegWrite("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DAEMON Tools Lite", "NoModify", "REG_DWORD", 1) exit
  5. I have the same problem. I get Cannot boot cd in Virtual pc. Here is my directory tree disk 1 -ezboot -XP1-(ALSO CONTAINS WIN51, WIN51P,WIN51P.SP3) -I386 -SYSTEM32 -XP2-(ALSO CONTAINS WIN51, WIN51P,WIN51P.SP3) -I386 -SYSTEM32 WIN51 WIN51P WIN51P.SP3 WHAT IS WRONG HERE? I GET AN "CANNOT BOOT FROM CD-CODE:5" I DID EVERYTHING THAT I WAS SUPPOSE TO. PTCHED THE BOOT FILES ETC. ANY IDEAS?
  6. Hi all Merry Christmas Does anyone have KB905474 version 1.7.62 (English) on their computer? I really need it and can't find it anywhere. I know Microsoft keeps all versions on their servers so a working ms link would be great. Thank you!
  7. @mara- Actually, latest version is Nero 9.2.6.0.
  8. Here is for DT-Lite 4.30.2 Run("daemon4302-lite.exe") WinWait("DAEMON Tools Lite 4.30.2","Please select a language.") Send("{ENTER}") WinWait("DAEMON Tools Lite 4.30.2","Welcome to the DAEMON Tools Lite 4.30.2 Setup Wizard") Send("{ENTER}") WinWait("DAEMON Tools Lite 4.30.2","Please review the license") Send("{ENTER}") WinWait("DAEMON Tools Lite 4.30.2","Choose Components") Send("{TAB}{TAB}{TAB}{DOWN}{SPACE}{DOWN}{SPACE}{DOWN}{SPACE}{DOWN}{SPACE}{DOWN}{SPACE}{ENTER}") WinWait("DAEMON Tools Lite 4.30.2", "Support the DAEMON Tools Team") Send("{SPACE}{ENTER}") WinWait("DAEMON Tools Lite 4.30.2","Choose Install Location") Send("{ENTER}") WinWait("DAEMON Tools Lite 4.30.2","Completing the DAEMON") Send("{SPACE}{ENTER}") sleep(2000) ; Close browsers processes $PID = ProcessExists("firefox.exe") If $PID Then ProcessClose($PID) EndIf $PID = ProcessExists("IEXPLORE.EXE") If $PID Then ProcessClose($PID) EndIf $PID = ProcessExists("opera.exe") If $PID Then ProcessClose($PID) EndIf Run("C:\Program Files\DAEMON Tools Lite\daemon.exe") exit
  9. Hi all After reading autoit documentation I thought of creating my own Daemon Tools Pro Advanced Edition autoit script, starting from x-shadow's script. This is for the latest Daemon Tools Pro 4.30.0303. I thought of running DT Pro Agent at last. By the way I bought the app. Here it is: This just installs DT Pro without anything else. Just the first option/component is checked. If you want extra options modify this line starting from Send: WinWait("DAEMON Tools Pro 4.30.0303","Choose Components") Send("{TAB}{DOWN}{SPACE}{DOWN}{SPACE}{DOWN}{SPACE}{TAB}{TAB}{ENTER}") Replace dtproAdv.key with your own key name and name@somemail.com with your registered email address. Greets, Atolica
  10. @crahak What hex editor did you use to see all those 'codes'? Greets Atolica
  11. Yeah I know. It would be nice if someone skilled would make an autoit script for DT lite and also for DT Pro. Wihout arnworx shell.
  12. Hi Thanks for your reply I made it work. I am using a nlited xp. So here it is. 1. Make sure cmdlines is inside $OEM$ folder. Also I have my runonceex.cmd in there. 2. Copy the whole folder in I386 folder. Build a winpe 2 or you can use win pe. I have on my USB drive this directory structure: BOOT SOURCES BOOTMGR Anyway make sure your winpe or vistape boot fine. Then inside winpe I format my drive as I want, and next I run: WINNT32.EXE /CMD:CMDLINES.TXT /SYSPART:C: /TEMPDRIVE:C: /MAKELOCALSOURCE /UNATTEND:WINNT.SIF You can use UNATTEND.TXT instead of Runonceex.cmd. Depends on your build. Runonceex.cmd runs at T-13 so no worries. Greets
  13. I am installing windows xp sp3 using winnt32.exe from a usb drive using winnt32 /syspart:c: /tempdrive:c: /makelocalsource /unattend:winnt.sif, and every time I get this error: "Windows cannot copy Luna.mst...please press esc to skip...bla bla and several other files, especially themes added in nlite, local ones and custom ones. If I don't run runonceex.cmd the themes install ok, but if I add /cmd:cmdlines.txt, custom themes are skipped(vistainspirat) and I get windows classic style color scheme instead of windows xp or the selected one in nlite. As I saw files are copied on c drive in $WIN_NT$.~LS folder. Also in C drive after setup finnishes $WIN_NT$.~BT folder still exists as it should be deleted (only if I use/cmd option) edit: I have this references in Layout.inf: luna.mst = 100,,4190352,,,,,68,0,0,luna.msstyles luna.the = 1,,1222,,,,,129,0,0,Luna.theme Does anyone have a solution to this? I tried to modify some reference files but no go. Thanks and waiting for your input. Atolica
  14. Hi all Does anybody know how to run windows setup from usb drive using winnt32.exe so it'll read cmdlines.txt from $OEM folder and consequently run Runonceex.cmd??? Greets, Atolica
  15. Hi all Does anybody know how to run windows setup from usb drive using winnt32.exe so it'll read cmdlines.txt from $OEM folder and consequently run Runonceex.cmd??? Greets, Atolica
  16. The last WindowsXP-KB905474-ENU-x86-Standalone.exe size 1,536,552 bytes is actually an archive that contains WgaNotifyPackageStandalone.exe size 1,487,400 bytes or the real KB905474. After WindowsXP-KB905474-ENU-x86-Standalone.exe is extracted using your first script LCC_FIX.CMD, that file is gone.Check your script. kgee you migh as well create another script for replacing wuweb.dll inside wuweb_site.cab.
  17. When I use LCC_FIX.CMD without post #87 modifications. In the process of Extracting WGA 905474 package..., I get a WgaNotify_Iexpress.exe box saying Command line option syntax error... When I use LCC_FIX.CMD without post #87 modifications. In the process of Extracting WGA 905474 package..., I get a WgaNotify_Iexpress.exe box saying Command line option syntax error... Probably because you or LCC script already extracted WindowsXP-KB905474-ENU-x86-Standalone.exe. Inside that is the real ms cab file with exactly the same name. After Lcc script runs it extracts and then deletes the previous KB905474-ENU-x86-Standalone.exe. Of course you can modify LegitCheckControl.cab file using cabarc. You can get it from here: Microsoft Cabinet Software Development Kit Or you can download it from here: LegitCheckControl.cab
  18. I really need to uninstall Java Quick Starter service using runonceex.cmd routine. Is it possible? Regards, Atolica
  19. WindowsUpdateAgent30-x86.exe contains wuweb.dll version 7.2.6001.788. The wupdate agent from the msdn link you gave is version 2.
  20. I used the default scripts LCC_FIX.cmd and MSDBuild.cmd, nothing more and nothing less. I ran MSDBuild.cmd after I replaced wuweb.dll inside the cab file. The first registry entry is to have activex stop prompting for installation. The other two keys are created after running Microsoft update (they are constant entries). Without these it does not work. Tested.
  21. @DarkShadows I can upload my Msdownloads.exe if you want. Not for you Master ObiWan, but for the rest of us. One update keeps failing in staying hidden: Microsoft Silverlight 1.0 (KB951213). I tried different approaches, but it still shows up after hiding it and packing Datastore.edb.
  22. Hey guys I made it work flawlessly for Windows XP SP3 and IE7. It seems that all it needs are a few file replacements and some registry settings, so it will take you to MU without any activex prompts. This is what I did: I used kgee's script to replace Legitcheckcontrol.dll Then I checked all the *.cab files as I thought there might be other files not updated. I was right. I found wuweb.dll from the work folder not to be the last version. I checked system32 folder and voila. The last wuweb.dll version is 7.2.6001.788 (WindowsUpdateAgent30-x86.exe comprises it) and not 7.2.6001.784, which is the file that is compressed inside wuweb_site.cab. I cabbed the wuweb.dll and modified wuweb.ini, changing the version number inside. edit: Plus, registry settings that I forgot about. Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Ext\Stats\{6E32070A-766D-4EE6-879C-DC1FA91D2FC3}\iexplore] "Flags"=dword:00000004 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Services] "DefaultService"="7971f918-a847-4430-9279-4a52d1efe18d" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Services\7971f918-a847-4430-9279-4a52d1efe18d] "AuthorizationCab"="authcab.cab" That's it. Tested and working in vmware. Now all I have to do is to find a way to pack my own Datastore.edb and make it work after hiding all the unwanted updates in MSU. Any ideas? Now it's for you script kids to put all these together. But until then I am uploading the modified wuweb_site.cab. I hope it'll come handy. Regards, Atolica wuweb_site.cab
  23. @strel What file did you modify? I can't find that line inside SFX-MSD.cmd and in MSDBuild.cmd.
×
×
  • Create New...