Jump to content

darksimoon

Member
  • Posts

    116
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Turkey

Everything posted by darksimoon

  1. hello friend; why dont dont you share what you've found with us ? at least by a link. )
  2. hi friends; i know the silliest question in the worls is the question undiagnosable. maybe because of this you ignore my problem but at least you can show me a way to follow or say where to check from. so please tell me what might be the problem. thanks in advance again
  3. dear friends; I dont want to take your time and here's my problem; I want to make an unattended installation from my D: partition. And my sharing folder is XPHD. but it seems that setup doesnt read the answer file (unattend.txt). Because when i click on the batch file to unattended installation. It installs basic windows without $oem$ folder and other customizations. My $oem$ folder is out of i386 but i've already determined its place in OemFilesPath="D:\XPHD\$OEM$" section under [unattended]. pls help me about determining the problem thank in advance here are my related files. ============cmdlines.txt==================== [COMMANDS] "useraccounts.cmd" "UserRunOnce.cmd" ".\regt12\regtweaks.cmd" ".\cmds\RunOnceEx.cmd" ".\cmds\wincomp.cmd"" ".\cmds\temp.cmd" ========================================= ==========batch file.cmd====================== .\i386\winnt32 /s:D:\XPHD\I386 /unattend:.\unattend.txt /syspart:c: /tempdrive:c: :ASSUMİNG "D:\XPHD\I386" IS SOURCE PATH. AND UNATTEND.TXT IS PARALLEL TO I386 ========================================= =============unattend.txt====with descriptions====== ;SetupMgrTag [Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes" AutomaticUpdates = 1 [unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes ; if you are using the $OEM$ Distribution Folders then it needs to be set to Yes. Setup copies the subfolders and files contained in the \platform\$oem$ folder. UnattendSwitch="yes" ;instructs Windows XP Setup to skip the "Welcome to Windows XP" screens, where user account and Internet setting-up takes place. TargetPath=\WINDOWS OemFilesPath="D:\XPHD\$OEM$" ;oem klasörünü i386 klasörü disina tasiyorum ve bu durumda yerini belirtiyorum. WaitForReboot=No DriverSigningPolicy=Ignore OemPnPDriversPath="Drivers00_chipset;Drivers01_network;Drivers02_graphics" ;The folders must contain all the files necessary to install the particular devices: catalog files, .inf files, and drivers. [Dependency OEMPreinstall = Yes] KeyboardLayout="Turkish Q" ;By setting your Keyboard Layout, this prevents the Language icon appearing on the taskbar when you've logged on. Specifies the type of keyboard layout to install during text-mode Setup. Hibernation = Yes [GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO AutoLogon=Yes AutoLogonCount=1 OEMSkipRegional=1 ;This option when set to 0 will show the regional screen, if set to 1 then it will skip the screen. TimeZone=130 OemSkipWelcome=1 ;If OemPreinstall is on Yes then this option should be set to 1 ;DetachedProgram="%systemdrive%\install\batch.cmd" ;Using this entry will launch this SINGLE line at T-39 before Drivers have begun to install. Many users use this to extract a driver package to save space on their CD. ;Arguments="/s" ;This line accompanies DetachedProgram to pass the command in it parameters, such a a silent switch or similar [userData] ProductKey=XXXX-XXXX-XXXX-XXXX FullName="ALPER" OrgName="COMPANY" ComputerName="ALPER" [FavoritesEx] Title1 = GOOGLE.url URL1 = http://www.google.com/ Title2 = Airties_RT-211.url ;isimlendirirken boşluk olmamalı. gerekiyorsa "_" kullanılmalı. URL2 = http://192.168.2.1/ [Display] BitsPerPel=32 Xresolution=1024 YResolution=768 Vrefresh=70 [TapiLocation] CountryCode=90 [RegionalSettings] LanguageGroup=6,1 SystemLocale=00000409 UserLocale=0000041f InputLocale=041f:0000041f [setupMgr] DistFolder=D:\XPHD DistShare=XPHD [identification] JoinWorkgroup=HOMENET [Networking] InstallDefaultComponents=No [NetAdapters] Adapter1=params.Adapter1 [params.Adapter1] INFID=* [NetClients] MS_MSClient=params.MS_MSClient [NetServices] MS_SERVER=params.MS_SERVER [NetProtocols] MS_TCPIP=params.MS_TCPIP [params.MS_TCPIP] DNS=No UseDomainNameDevolution=No EnableLMHosts=Yes AdapterSections=params.MS_TCPIP.Adapter1 [params.MS_TCPIP.Adapter1] SpecificTo=Adapter1 DHCP=No IPAddress=192.168.2.2 SubnetMask=255.255.255.0 DefaultGateway=192.168.2.1 DNSServerSearchOrder=192.168.2.1 WINS=No NetBIOSOptions=0 [TerminalServices] AllowConnections=1 ; Enables Remote Desktop [systemFileProtection] SFCQuota=0 ;enables system32\dllcache folder to be small will cause xp to not make a dllcache. The folder will exist and have the xp catalog files, but that's it. This speeds up install time, and decreases the footprint of the install. SFCShowProgress = 1 ;Displays progress meter during file system scans. [Components] fax = On accessOpt=off mswordpad = Off TerminalServer = Off ;The value of this entry does not affect your ability to establish a remote connection to the computer using Terminal Services Remote Desktop Chat = On freecell = Off media_clips = Off msnexplr = Off zonegames = Off [shell] DefaultStartPanelOff = Yes ;Uses the classic Windows Start menu and displays icons for My Computer and My Documents on the desktop. DefaultThemesOff = No ; Uses the default Windows XP visual style CustomDefaultThemeFile = "%WinDir%\Resources\Themes\Royale.theme" Home_Page = about:blank [PCHealth] ER_Display_UI = 0 ; Specifies whether Setup notifies the end user that an error has occurred and shows details about the error. ER_Enable_Applications = None ; Specifies how Windows reports errors that occur in applications. None:Reports no application errors. ER_Enable_Kernel_Error = 0 ; Specifies whether Windows reports errors in the Windows kernel. ER_Enable_Reporting = 0 ; Specifies whether Windows automatically reports errors. [setupParams] ;UserExecute = "%systemdrive%\install\install.cmd" ;will execute the quotes command at T-9 during setup. This maybe useful for a cleanup process or anything else you may have to accomplish later. [GuiRunOnce] ;%systemdrive%\fix\fix.cmd ;The GuiRunOnce section is where you set the paths to batch files that run when Windows XP Setup has finished. These batch files run when the Admin account (or your own user account) is logged in. ;The fix.cmd file should be saved to "$oem$\$1\Fix\" on the cd. AND There are two ways to run commandon after the installation finish. You can not use both [GuiRunOnce] and RunOnceEx. ================================================
  4. hello friends; i tried the same installation from my PC (not virtual machine) and it worked. thank you very much for your answers and your intention. gosh meanwhile i'm glad to meet you dont think that your answer goes in vain. at least i know where to start next time.
  5. hello friends i've searched for the subject but i couldnt find anything about my problem so as a last chance i wanted to ask you. i am preapering an unattended instal from my D: partition and before i practise, i try it in a virtual machine. but those days i have a problem. in the virtual machine everything goes well except windows UI. after showing the windows UI with prgressing bar, setup restarts the system again saying "setup being restarted" and then again shows the windows UI and restarts again. this goes on and on... after a few times i realized that it gives a sudden error message like "virtual memory....blah blah" but i cant read exactly because it restarts again. if you enlighten me about this i'll be very happy thanks in advance
  6. hello friends, i have a little question pls help me... i want to integrate my UACD into bootable CD maker easyboot. you can get more info at (http://www.ezbsystems.com/easyboot/) but i dont know the folder structer. can you pls provide basic folder structer of easyboot folders and $oem$ folders together ? pls i need this. another related question is in order to start the UA installation which command i have use in easyboot ? thanks in advance.
  7. @Zxian hi friend i know office shrinker. but i cannot choose which components to install by means of it. it prepares an instant setup consist of previously determined parts. so i decided to search another way. and also i would like to do it manually. thanks anyway. and have a good day
  8. hello friends there's something which i find very bright idea on my mind. as you know MS office consist of some parts like word excell powerpoint etc. but i dont want to install all these parts. of course i know how to to this by means of *.ops or *.mts files but what i wanna do is prepare a new setup file consisting of only the parts i want to install, not the other parts like outlook frontpage etc. in this case i will be able to reduce the size of setup files. do you know any method to do this ? if so pls help me show a link a web site whatever its is.
  9. @laura thanks a lot laura. your solution is my first preference. i will try it. have a nice day
  10. @Djé dear Djé i dont know how to thank you . thank you very very much. i will try it as soon as i reach at home...
  11. hello friends just a simple question. i have searched and managed the other parts of the language and regional settings except this. how can i adjust this setting to my needs as in the picture by means of registry ? (or winnt.sif of course ) meanwhile i am sorry to load the picture in this way. i dont know how to paste in the topic after sending the topic i have seen that the picture is loaded just like i need. this is my first picture sending
  12. @Doc Symbiosis hello friend i am too new this command but at least i know where to start can you provide an example batch file which does what i need for all the folders at d:/ partition ? thanks anyway
  13. hello friends after installing my unattended CD at C:\ partition, i cannot have acces to my folders at D:\ partition without taking the ownwership of the folders manually. how can i prevent this ? thanks in advance
  14. hello friends @djé thanks to you i found the problem; i disabled the registry tweaks first, nothing chanced. then i disabled the cleanup.cmd and result is same. but i could read the setuperr.log in windows directory. the problems was listed at setuperr.log and i saw that the files i integrate has caused the problems. they are calculator,shell32,sysdm and notepad. after i replaced them with the originals, the problem has been solved. after finishing my lovely CD i will search how to replace the files in the windows directory again. thank you very very much...
  15. hello friends sorry to disturb you with the same problem but can you tell me at least where i can start to diagnose the problem. i need your suggestions pls help me. thanks in advance
  16. @blinkdt thanks for your reply but in my uacd or computer D partition is data partition and there are some files. so i dont want to format it. just want to move my docs to D partition without formatting. can you correct your batch accordingly pls ? of course with "if statement" again because in my opinion this is a much more flexible situation. thanks in advance
  17. hey yzöwl old friend you have helped to so many times. can't you make your batch file in if statement ? i mean, if D:/ partition exist move to D. if not, then leave as it is. thanks in advance
  18. @ToCsIcK hey friend its a nice idea. thanks a lot. but i want to add something more if it works; you say if we have a second CD-Rom. but for instance i have only one CD-ROM. cant i delay start.cmd to work for a few time so that i can change the software CD ? or cant we add "try again" option ? what do you think about it ? and how ?
  19. hey friend (enuffsaid) i really thank you this is much more easier way to do so !
  20. hi friends for the sake of easy question-hard answer dilemma, i wonder that is there any way to disable system restore function just for C:/ drive not D:/ ? i like system restore function for systemdrive but on my D drive i have datum so i dont want this function at this drive but at system drive. thanks for advance )
  21. hello friend yes you can replace the icons inside shell32.dll by means of "resource hacker". then you should convert your modified shell32.dll to shel32.dl_ and put in I386 folder. take care bye
  22. @ sonic thanks a lot for you help. meanwhile i wanna be sure about that you mean that we cant uninstall completely but just hide from control panel/add-remove windows components section. am i true ? because i thought that we can uninstall it from control panel completely.
  23. hello friends can anybody tell me how to uninstall WMP from command line. i want to uninstall it by means of a batch file unattendedly. or is there any better way to remove WMP from my UACD ? thanks in advance note: if there's a way to uninstall windows components from command line generally. i would like to know.
  24. thank you for your suggestion but its not the solution. because i already try it in order to finish freeze. but later the same problem continues...
  25. hi friens i am almost finishing my dream unattended CD except for a big problem. my desktop doesnt work. that is i cant do some things like renaming or moving, copying files etc. i can do these only from command line. for example when clicking on "my computer" icon on my desktop it just freezes. clicking works only in other explorer windows. (=i open windows explorer by pushing "winkey+e") but whatever the window is (=no matter from desktop or any explorer window) i cant rename, move, copy, or delete any file. pls help me about it. i dont know what to do...
×
×
  • Create New...