Jump to content

KonuS

Member
  • Posts

    38
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Spain

Everything posted by KonuS

  1. I have the same problem , but this was fault of my XP version i dont know why, my friend has this file and he has the same PRO POLISH version and this isn't fault of language version. BTW how many takes your unattend office xp installation???(MB )
  2. I have one question how many MB takes your slipstreamed office xp installation, i mean ready for unattend installation??
  3. I think that hardware on other machine should be compatibile on the HAL layer, as it must be compatibile with installing using sysprep.
  4. Total copy 1.1 Set WshShell = WScript.CreateObject("WScript.Shell") 'uruchomienie instalacji WshShell.Run app & "tc11.exe" WScript.Sleep 500 WshShell.SendKeys "{ENTER}" WScript.Sleep 500 WshShell.SendKeys "{ENTER}" WScript.Sleep 500 WshShell.SendKeys "%e" WScript.Sleep 500 WScript.Quit Avant Browser with making only shortcut on quicklaunch, if you want standard instalation del WshShell.SendKeys "{TAB}" WshShell.SendKeys "{TAB}" WshShell.SendKeys "{ }" Set WshShell = WScript.CreateObject("WScript.Shell") 'uruchomienie instalacji WshShell.Run app & "absetup.exe" WScript.Sleep 2500 WshShell.SendKeys "N" WScript.Sleep 500 WshShell.SendKeys "%A" WScript.Sleep 500 WshShell.SendKeys "N" WScript.Sleep 500 'odznaczanie menu w starcie WshShell.SendKeys "{TAB}" WshShell.SendKeys "{TAB}" WshShell.SendKeys "{ }" WshShell.SendKeys "N" WScript.Sleep 500 'odznaczenie skrotow WshShell.SendKeys "{TAB}" WshShell.SendKeys "{TAB}" WshShell.SendKeys "{ }" WshShell.SendKeys "I" 'start kopiowania WScript.Sleep 5000 WshShell.SendKeys "{TAB}" WshShell.SendKeys "{ }" WshShell.SendKeys "F" WScript.Sleep 500 WScript.Quit AiRoboForm this is standard instalation with adding my setting to registry,deleting folder c:\my... because i have in my own location my files, and killing processys. Set WshShell = WScript.CreateObject("WScript.Shell") Set fso = CreateObject("Scripting.FileSystemObject") 'uruchomienie instalacji WshShell.Run app & "airoboform.exe" WScript.Sleep 2500 WshShell.SendKeys "%A" WScript.Sleep 500 WshShell.SendKeys "N" WScript.Sleep 500 WshShell.SendKeys "M" WScript.Sleep 500 WshShell.SendKeys "I" WScript.Sleep 5000 WshShell.Run app & "pskill.exe RoboTaskBarIcon.exe", 1, true WScript.Sleep 500 WshShell.Run app & "pskill.exe iexplorer.exe", 1, true WScript.Sleep 500 WshShell.Run app & "REGEDIT /S airoboHCU.reg", 1, true WScript.Sleep 500 fso.DeleteFolder(Stpr & "c:\MyRobo~1"), true WScript.Quit
  5. Maybe try this "scanreg /restore" at the command prompt and restore system config before this program was installed. I think it should help.
  6. I thing you must kill the process of this file or service, and then delete it. The process maybe hidden in process explorer.
  7. The World Wide Web Consortium: http://www.w3.org/
  8. So can someone write me major differences betwen each type of installation, and tell which is the best??
  9. What about Avant Browser, AiRoboForm and xnView??
  10. He isn't asking about disabling or enabling that logo, but that he can change it. Yes you can try to search a cd that which is added to your motherboard, there should be program to change the logo or download it from your manufacturer website. Somewhere on the web i saw universal program to chage logo.
  11. KonuS

    Bluescreen.

    IRQ_NOT_LESS_OR_EQUAL 0x0000000A 0x00000020 0x00000002 0x00000000 0x80509318 What this ?? Don't have time to search, maybe someone know.
  12. Remember that WinXP can make 32GB partition with fat32 filesytem, i thing if you use PM everything will be ok.
  13. Mine school is so i have access
  14. http://www.oo-software.com This is nice , recovery console but not from microsoft.
  15. PCI COMMUNICATION DEVICE not always mean it's modem, but in 90% it's modem, so today's modem's are WINMODEM's based on Rockwell Semiconductor Systems Inc. and Conexant Systems Inc chipset's, you have to find driver's for your chipset, look at modem and you will know maybe it's one of this, next you must find drivers try on microsoft (Windows ME HSF Drivers Signed<--- try this), or try on Rocwell and Conexant pages. I have this situation and i found drivers on conexant page.
  16. I like this scrolling banners on the left
  17. KonuS

    Forum

    It should be serials.
  18. @ECHO OFF SET MyInput= IF NOT '%1'=='' GOTO QUIT_MENU ECHO 1. MS-DOS Editor. ECHO 2. MS-Windows. ECHO 3. Defrag the hard-drive. ECHO 4. Quit. SET /P MyInput=Please choose a menu option: IF %MyInput% == 4 GOTO QUIT_MENU IF %MyInput% == 3 GOTO DEFRAG_HD IF %MyInput% == 2 GOTO RUN_WIN IF %MyInput% == 1 GOTO RUN_EDIT :RUN_EDIT CALL EDIT :RUN_WIN CALL WIN :DEFRAG_HD DEFRAG c: :QUIT_MENU This will work.
  19. KonuS

    Forum

    There is a bug. http://a.1asphost.com/winzone/forum/forum_...PN=1&FID=2&PR=3
  20. Everything is in this forum and here http://www.MSFN.org/unattended. Make your WINNT.SIF add using XP SP1 Deployment Tools add [GuiRunOnce] %systemdrive%\install\applications.cmd make your applications.cmd and edit it. To install silently this app's you must specify what kind of installer is used, and then use correctly switches, try to search forum maybe someone ask about silent install for app that you need. As i say everything is here, just not be lazy boy
  21. http://unattended.MSFN.org/xp/applications...s/isobuster.htm As you can read you must kill opened isobuster window promted for registration.
  22. I download this s*** and it detect my system corectly. When i restart the system it crash with bluescreen, winlogon.exe was wrong,but there was backup. I have polish xpsp1 home and all critical WU patchs.
  23. This is what i use net config server /HIDDEN:yes but these only hide me in workgroup.
×
×
  • Create New...