Jump to content

wolfshade

Member
  • Posts

    163
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Romania

Everything posted by wolfshade

  1. EmEditor Run("emed5epx.exe") WinWaitActive("EmEditor Setup", "continue the setup") Send("!n") WinWaitActive("EmEditor Setup", "License Agreement") Send("!a!n") WinWaitActive("EmEditor Setup", "enter the new path") Send("!n") WinWaitActive("EmEditor Setup", "These settings") Send("!d!p!m!t!n") WinWaitActive("EmEditor Setup", "EmEditor Setup is complete!") Send("!s{ENTER}") WinWaitActive("Untitled - EmEditor") Send("!haprenteryourkeyinsteadofthistext{ENTER 2}!+x") P.S. enteryourkeyinsteadofthistext => replace with your key
  2. K-Lite Codec Pack Run("klcodec276f.exe") WinWaitActive("Setup - K-Lite Codec Pack", "K-Lite Codec Pack 2.76 Full") Send("!n") WinWaitActive("Setup - K-Lite Codec Pack", "Information") Send("!n") WinWaitActive("Setup - K-Lite Codec Pack", "Select Destination Location") Send("!n") WinWaitActive("Setup - K-Lite Codec Pack", "Select Components") Send("{DOWN}!n") WinWaitActive("Setup - K-Lite Codec Pack", "Select Start Menu Folder") Send("!n") WinWaitActive("Setup - K-Lite Codec Pack", "Select Additional Tasks") Send("{TAB 36}{SPACE}{TAB}{DOWN 2}{TAB 3}{SPACE}!n") WinWaitActive("Setup - K-Lite Codec Pack", "Ready to Install") Send("!i") WinWaitActive("Setup - K-Lite Codec Pack", "Done!") Send("!f")
  3. DCPlusPlus Run("DCPlusPlus0691.exe") WinWaitActive("DC++ Setup: License Agreement", "DC++ is licensed") Send("!a!n") WinWaitActive("DC++ Setup: Installation Options", "Select components to install:") Send("{DOWN 2}{SPACE}{DOWN}{SPACE}!n") WinWaitActive("DC++ Setup: Installation Folder", "Destination Folder") Send("!i") WinWaitActive("DC++ Setup: Completed", "Completed") Send("!c") P.S. I just copy Favorites.xml and DCPlusPlus.xml to get favs and settings back
  4. BSplayer Run("bsplayer122817.exe") WinWaitActive("BSplayer Setup", "License Agreement") Send("!a") WinWaitActive("BSplayer Setup", "Welcome to the BSplayer Setup Wizard") Send("!n") WinWaitActive("BSplayer Setup", "Choose Components") Send("{DOWN}{SPACE}!n") WinWaitActive("BSplayer Setup", "Choose Install Location") Send("!n") WinWaitActive("BSplayer Setup", "Language") Send("!i") WinWaitActive("BSplayer Setup", "Installation Complete") Send("!n") WinWaitActive("BSplayer Setup", "Click Finish to close this wizard.") Send("!r!f")
  5. here is my batch version: echo Installing FlashGet start /wait E:\PostInst\FlashGet\FG /S pskill flashget start /wait regsvr32 /u /s "c:\program files\google\googletoolbar1.dll" echo. NOTE: FG1.8 needed /s now it wants /S
  6. Run("OutpostProInstall.exe") WinWaitActive("Select Setup Language", "Select the language to use during the installation:") Send("{ENTER}") WinWaitActive("Agnitum Outpost Firewall Pro Setup", "Welcome to the Agnitum Outpost Firewall Pro Setup Wizard") Send("!n") WinWaitActive("Agnitum Outpost Firewall Pro Setup", "License Agreement") Send("!a!n") WinWaitActive("Agnitum Outpost Firewall Pro Setup", "Select Destination Location") Send("!n") WinWaitActive("Agnitum Outpost Firewall Pro Setup", "Ready to Install") Send("!i") WinWaitActive("Configuration Wizard", "Advanced security") Send("{DOWN}!n") WinWaitActive("Configuration Wizard", "Automatically create rules on action request") Send("{SPACE}!n") Sleep(90000) Send("{ENTER}") WinWaitActive("Agnitum Outpost Firewall Pro Setup", "Completing the Agnitum Outpost Firewall Pro Setup Wizard") Send("!n!f") After main setup and after restart you could add these in a batch to take care of the rest of the nags that will come up: batch1: copy /y "path\codebelow.bat" "C:\Documents and Settings\All Users\Start Menu\Programs\Startup" codebelow.bat(will run only once on next startup): >>>regain focus codes somewhere around here i don't have my .bat since i don't use the rest myself<<< start /wait code1.exe :: compiled code1.au3 del "C:\Documents and Settings\All Users\Start Menu\Programs\Startup\codebelow.bat" to register(code1.au3): If WinWaitActive("Outpost Firewall Pro Registration", "You may legally use Outpost Firewall Pro during a trial period.") Then Send("{ENTER}") WinWaitActive("Enter Key", "If you received a registration key from Agnitum") ClipPut("your_registration_key_here") Send("{TAB 3}") Send("{ENTER}") Send("{TAB}") Send("{ENTER}") Send("{ENTER}") WinWaitActive("Startup Configuration Wizard", "What's New in Outpost Firewall Pro?") Send("!n") WinWaitActive("Startup Configuration Wizard", "Quick Tune Plug-In") Send("{SPACE}!n") WinWaitActive("Startup Configuration Wizard", "Enable Anti-Spyware Protection") Send("{Space}!r{SPACE}{ENTER}") EndIf and if you lose focus on the way these(i lost the .bat since i don't use them myself): WinWait("Agnitum Products Update", "Some applications that can cause system stability issues") WinActivate("Agnitum Products Update", "Some applications that can cause system stability issues") Send("{ENTER}") WinActivate("Outpost Firewall Pro Registration", "You may legally use Outpost Firewall Pro")
  7. pskill YahooMessenger google "pskill" application for download copy pskill in %SystemRoot%\system32 so it integrates into the path environment
  8. After i finish my unattended setup the QuickLaunch item is a file and not a directory. I have no ideea why this happens. I been searching for a solution with no luck. Any ideeas? I only interact with that dir directly with this command AFAIK in GUIRunOnce: copy /y "E:\PostInst\BSPlayer\BSPlayer.lnk" "C:\Documents and Settings\Wolf\Application Data\Microsoft\Internet Explorer\Quick Launch" and another one or DC++ i think. Naturally now it goes "Cannot create toolbar." when i choose right click on toolbar > Toolbars > QuickLaunch. P.S. I need a solution to fix this before it becomes a problem because i can just delete the Quick Launch file and make a directory named Quick Launch wich will fix this.
  9. if those don't work just search the current forum for a "netuser" tool and use it like this : netuser username /pwnexp:y this app comes from sysinternals i believe but its posted in here somewhere for download.
  10. The thing is i only want to use the global one meaning "[HKEY_LOCAL_MACHINE..." and not the local one ... shortens the code and avoid tangles. Besides i'm not too sure where i will put it cuz i want to keep all tweaks in 1 file except services and i might want hti sto run after windows boots the first time like GUIRunOnce.
  11. Why don't u jut skip the password in the answer file and give it an * (that will make it a null password) and work on it from the cmdlines like this : ECHO Fixing Administrator net user Administrator imadummy /active:no /passwordchg:no netuser Administrator /pwnexp:y This will password built-in admin and disable it just in case You wil have to dl the "netuser" tool (its here somewhere just do a search) ;"net user" and "netuser" are not the same thing... "net" tool comes with windows "netuser" does not. After that just add u're account like this: ECHO Setting local account net user myusername mypassword /add /active:yes /passwordchg:yes net localgroup Administrators myusername /add netuser myusername /pwnexp:y Replace "myusername" and "mypassword" with u'rs and after that call a *.reg file that contains: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "DefaultUserName"="myusername" "DefaultPassword"="mypassword" "AutoAdminLogon"="1" And u're account will autologon and work ... i hope for you And yeah looking at what MCT said u have to work on specs for HOME ... i never had it so the actual names might differ meaning built-ins and groups.
  12. Take this tweak for example: Applying only the "[HKEY_LOCAL_MACHINE..." part will be a global settings wich means will apply to all users? ...meaning "[HKEY_CURRENT_USER..." is applied only to current user?
  13. u all forgot about Duke Nukem 3D
  14. I am installing slipstreamed XP Professional SP2 from HDD and right after it copies files to systemdrive and reboots it asks for the original SP2CD. P.S. Don't ask me why i am installing from HDD : I do this before i put it on CD to test the REAL THING (i always did this and no Virtual Machine can simulate it like i want it network and all). Besides the rest of the structure is more complicated like answer file on floppy and postinstall files (after first logon) on HDD while the rest on CD.
  15. U might want to put an entry like: [unattended] ... TargetPath=\Windows ... in u're answer file.
  16. After more testing i received an answer from Autopatcher that he can't find some Program Files cuz they are missing or corrupt although i dunnow weather there are his files or the Program Files. He explained in the error window that these files may be missing ,corrupt or tampered with -- but it installs just fine after my first logon and it use to do that while i installed windows from HDD so my guess is that as windows instaled from HDD the files that Autopatcher needed were allready in Program Files. Now i'm installing as usual from CD and obvioulsy the files aren't there since i format at install time. But the problem is that Adobe Reader 6 won't install either at that time and it seems it does that for the same reasons... can some1 who installed Adobe Reader 6 in cmdlines check in here plz so i'ld know it should work at least. Both these soft install properly after first logon but don't at all at cmdlines w/ or w/o me tampering with users btw.
  17. Here's the link to a thread of mine where i posted some stuff cuz i had some problems: http://www.msfn.org/board/index.php?showtopic=21359 I don't use RunEX cuz it seems to complicated for me -- just cmdlines mostly and cuz i have some problems maybe GUIRunOnce.
  18. LOL i haven't another solution but to leave it be cuz i keep repeating myself from amazement(this software has a personal thing against me having a unattended CD and thats it). Oh and i changed the label to my cd from WINPPFP or whatever to WINXPSP1 hope that isn't the problem either -- i've been getting all kinds of weird ideeas since these two progs stopped running with no aparent reason Thi message is kinda of a last round up i'm gonna put those troublemakers in GUIRunOnce so i wont scratch my head so much w/o an answer.
  19. Look at my post further down the page, here the link anyway: http://www.msfn.org/board/index.php?showtopic=21359 There is a post made by Jotnar in Threads of Interest sticky too all about this stuff and u can download netuser app from there thqt does just that.
  20. here's is my very short cmdlines.txt: [COMMANDS] "E:\PostInst\cmdlines.cmd" Yes its in $OEM$ wich is paralel to i386 The thing is the other stuff in it works except Adobe Reader 6 and Autopatcher. The very odd thing is that it when i run the setup from HDD it runs well/installs all the difference is that i put the slipstreamed xp+sp1 on cd using cd-image from this link(msfn.org) to make the iso: http://www.unattended.msfn.org/files/CDImage_Pro.zip Maybe this pack is only for XP Pro and not XP Pro +SP1 slipstreamed??? What would that have to do with these particular problems if yes. If some1 thinks that i should definetly make an iso using other method please reply.
  21. oops **** my ISP he's black holes made me double post
  22. no answer in the neo-win forum, i eagerly await an answer -- its fantastic ... all i changed in my unattend is that i put the windows on CD and it messed up Autopatcher(HDD-NTFS partition) and Adobe Reader 6(HDD - NTFS partition) ... veeeery weird
  23. I just moved the unattended slipstream to cd while keeping all my software on HDD a usual but one more problem had arisen:Adobe Reader 6 won't install too -- as well as Autopatcher. The weird thing is that everything runned fined until i moved slipstreamed xp+sp1 to CD (i used cd-image pack from msfn.org and the cd is bootable and works well[tested it two times]) except for the cmdlines part that should work as a charm These are my two major problems since now i can't figure it out so here's my batch: @ECHO OFF :: ---------------------Accounts section----------------------------------------------------------- COPY "E:\PostInst\netuser.exe" "%SystemRoot%\system32" ECHO Fixing Guest net user Guest imadummy /active:no /passwordchg:no net localgroup guests Guest /delete netuser Guest /pwnexp:y ECHO Fixing Administrator net user Administrator imadummy /active:no /passwordchg:no netuser Administrator /pwnexp:y ECHO Setting local account net user Wolf 10101980 /add /active:yes /passwordchg:yes net localgroup Administrators Wolf /add netuser Wolf /pwnexp:y ECHO Deleting useless accounts ECHO. ECHO Deleting HelpAssistant NET USER HelpAssistant /DELETE ECHO Deleting SUPPORT_388945a0 NET USER SUPPORT_388945a0 /DELETE ECHO. :: ---------------------Critical section------------------------------------------------------------ TITLE Autopatcher/Video section ECHO Installing Autopatcher March'04 START /WAIT E:\PostInst\Autopa~1\AutoPa~1\AutoPatcher.exe /unattend /noeula /screenlog /nolog /nobackup /noreboot /ignorelogs /noregchecks /nonags /english ECHO. ECHO Installing ATI driver 8.01-040421a-015419C-ATI START /WAIT E:\PostInst\video\setup -s ECHO. :: ---------------------Software section----------------------------------------------------------- TITLE Software section ECHO Installing WinRAR3.3 START /WAIT E:\PostInst\WinRAR330\winrar330.exe /s COPY "E:\PostInst\WinRAR330\settings.reg" "%ProgramFiles%\WinRAR" START /WAIT regedit /s "%ProgramFiles%\WinRAR\settings.reg" ECHO. ECHO Installing ATI Control Panel 6.14.10.5103 START /WAIT E:\PostInst\cpanel\setup -s ECHO. ECHO Installing Adobe Reader 6.0.1 006.000.001 START /WAIT E:\PostInst\AR6\AR6_enu_full.exe -p"-s /v\"/qn\"" ECHO. ECHO Installing Yahoo Messenger 6.0.0.1643 START /WAIT E:\PostInst\ymsgrie\ymsgrie.exe /s COPY "E:\PostInst\pskill.exe" "%SystemRoot%\system32" pskill YPager.exe START /WAIT regedit /s "E:\PostInst\ymsgrie\settings.reg" ECHO. ECHO Installing Alcohol 1.9.2.1705 retail START /WAIT E:\PostInst\Alcohol\setup.exe /qn Reboot=Suppress START /WAIT regedit /s "E:\PostInst\Alcohol\settings.reg" ECHO. :: ---------------------Registry section----------------------------------------------------------- START /WAIT regedit /s "E:\PostInst\settings.reg" START /WAIT regedit /s "E:\PostInst\services.reg" :: ---------------------Cleanup section------------------------------------------------------------ TITLE Cleaning up ECHO Removing wallpapers and screensavers DEL "%SystemRoot%\Web\Wallpaper\*.jpg" DEL "%SystemRoot%\Web\Wallpaper\*.bmp" DEL "%SystemRoot%\system32\dllcache\*.scr" DEL "%SystemRoot%\system32\*.scr" ECHO. ECHO Removing useless shortcuts DEL "%AllUsersProfile%\Start Menu\Windows Update.lnk" DEL "%AllUsersProfile%\Start Menu\Set Program Access and Defaults.lnk" DEL "%AllUsersProfile%\Start Menu\Windows Catalog.lnk" DEL "%AllUsersProfile%\Desktop\Adobe Reader 6.0.lnk" DEL "%AllUsersProfile%\Desktop\ATI CATALYST.lnk" DEL "%AllUsersProfile%\Desktop\Yahoo! Messenger.lnk" DEL "%AllUsersProfile%\Desktop\Alcohol 120%%.lnk" ECHO Removing useless directories RD "%systemdrive%\Program Files\ComPlus Applications" /S /Q RD "%systemdrive%\drivers" /S /Q It won't install Adobe Reader 6 and Autopatcher why???
  24. oh it runs no doubts about it it even installs my othere software and stuff - actualy one more problem had arisen -- it won't install adobe reader 6 too and i'll make a post with my batch and prblems before moving to GUIRunOnce again ha
  25. The winnt.sif or unattend.txt is an answer file not a batch. Check out ref.chm i deploy.cab on u're windows cd u got all the reference there. The answer file must be for auto-fetch in i386 dir(it works on A:\ too). If u plan running from HDD(while in windows) try for example(batch): SET AnswerFile=E:\winxpsp1\i386\unattend.txt E:\winxpsp1\i386\winnt32 /unattend0:%AnswerFile% If u plan running from CD(while in windows) edit the autorun.inf with: OPEN=\i386\winnt32 /unattend0:A:\winnt.sif If u plan using boot cd put u're answer file in i386 dir or A:\ and use the sintax in ref.chm(it might help u get started).
×
×
  • Create New...