Jump to content

frezenius

Member
  • Posts

    15
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Turkey

About frezenius

frezenius's Achievements

0

Reputation

  1. Hi I prepare unt.DVD (xp sp2+ office 2k3+ other applications) Install applications from CD, I have a problem. RunOnceEx.cmd: @echo off FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\CD.txt SET CDROM=%%i: ... ... ... My problem: I have a generic usb card reader(SD, mcSD, CF ...) in my computer case.(usb cable plug motherboard's usb pins) When RunOnceEx.cmd running, ALert me "no media in drive M, and N, and O.." (M,N,O...are drive card reader) or when prepare a test.cmd file for an application installing, test.cmd: @echo off FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\CD.txt SET CDROM=%%i: ... ... alert me "no media in drive K (K is virtual drive alcohol 120) What's wrong? Please help me and sorry for my english
  2. so thanks
  3. my path: i have a 2 hdd and 4 partitions 1- system disk(mother system) 2- 2nd system( for trying and another experimental studies) 3-4 storage my winnt.sif: [Data] AutoPartition=0 ( i choice experimental hdd-) MsDosInitiated="0" UnattendedInstall="Yes" and install the unatt.dvd (winxp+msoffice2003 and my programs) approximatly 40 min or 1 hour
  4. my winnt.sif: ;SetupMgrTag [Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" [unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS WaitForReboot=No [GuiUnattended] AdminPassword="xxxx" EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=130 OemSkipWelcome=1 [userData] ProductKey=xxxxxxxxxxxxxxxxxxxxxxxxxxxx FullName="my_name" OrgName="my_org" ComputerName=comp_name Home_Page=http://www.google.com [Display] BitsPerPel=32 Xresolution=1280 YResolution=1024 [TapiLocation] CountryCode=90 [identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes [Components] msmsgs=off msnexplr=off zonegames=off [shell] DefaultThemesOff = Yes DefaultStartPanelOff = Yes
  5. I made unattended dvd for winxp(sp2 integrated)+ ms office 2003 and another programs. in the cmdlines.txt [COMMANDS] "useraccounts.cmd" "RunOnceEx.cmd" and in the $OEM$ folder useraccounts.cmd and autologon.reg. useraccounts.cmd: net user my_user_name my_pass /add net localgroup Administrators my_user_name /add net accounts /maxpwage:unlimited REGEDIT /S autologon.reg pause EXIT ----------------------------------------------------- autologon.reg: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "DefaultUserName"="my_user_name " "DefaultPassword"="my_pass " "AutoAdminLogon"="1" ----------------------------------------------------- unattended dvd running. when installing finalizing it wants me user name . i write another username. when windows is starting: i see windows user name is my_user_name(in the autologon.reg and useraccounts.cmd user) i go to control panel 2 user opened. my_user_name and another user. I want It doesnt want me user name after unattended installations? does anyone know my questions? so thx. sorry for my english.
  6. Does anyone know the switch for editplus2? editplus2.exe(setup file) package with winzip. run editplus2.exe show installations windows but I exract editplus2.exe with winzip into a folder(name is "editplus" folder). ı see editplus.exe and it is running.(text editor) but unregistered and i cannot see in programs add and remove folder and shell or right menus. I see editplus_en.exe(setup file for editplus) in the editplus folder. I run editplus_en.exe.ç running the installations windows. I try all switch for silent installation but they dont work. I have a serial for editplus2. Does anyone know the registry entries for editplus? so thx (sorry for my english)
  7. Do you know AB Commander XP switches?
  8. Try this taskkill /F /IM wordpad It depends on what is opening the file.. ---------------not worked-----------------
  9. my codes ECHO. ECHO Registering Nero Burning ROM... REGEDIT /S %systemdrive%\install\Applications\Nero\register.reg ECHO. ECHO Installing Nero Burning ROM v6.3.0.3 ECHO Please wait... start /wait %systemdrive%\install\Applications\Nero\Nero6303.exe /silent /noreboot and registry.reg: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Nero - Burning Rom\Info] "User"="ur name" "Company"="ur company" "Serial6"="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx" worked
  10. where is my wrong? ECHO. ECHO Installation PSP ECHO Please wait... start /wait %systemdrive%\install\Applications\psp\psp6b3.exe /s taskkill /F /IM readme.doc (alternative taskkill codes and all not worked) ) taskkill /F /IM winword.exe taskkill /F /IM notepad.exe taskkill /F /IM readme.doc taskkill /F /IM *.* [ ]
  11. I think readme.doc another type document because when installed Psp (without office) readme file displayed
  12. I m try your code but it doesnt work How can I do
  13. I want installation Jasc PSP older version (v6.00) my .cmd file is here worked but PSP was installed with readme file(readme.doc)and readme file break the /silent switch. How can I kill readme.doc.... ---------------------------------- ECHO. ECHO Installation PSP ECHO Please wait... start /wait %systemdrive%\install\Applications\psp\psp6b3.exe /s /qn ----------------------------------- --------------------------------- Jasc Paint Shop Pro 8 Switch: /qn Full syntax: JPSP8.msi /qn Extraction needed: ? ----------------------------
  14. I want install blaze media Pro unattended and silent my batch file is here but it ask me; "reboot?" why code dosent work? --------------------------------0-0-0------------------------ ECHO. ECHO Starting installation of Applications ECHO. ECHO Installation Blaze media Pro ECHO Please wait... start /wait %systemdrive%\install\Applications\blaze\Blazem.exe /s /noreboot --------------------------------0-0-0------------------------
  15. what is the Trend Micro internet -Pc-cillin 2004 switches file: pc-cillin2004.exe serial:xxxx-xxxx-xxxx-xxxx-xxxx
×
×
  • Create New...