Jump to content

doc14

Member
  • Posts

    10
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Israel

Everything posted by doc14

  1. mmmm yes I did bootable iso with nLite and I have two boot files, one is from the original and one from nLite, and with nLite boot file and without it don't work. Could you give me any other way to do it? Here's the ISO file after nLite :
  2. I burned my Windows Xp With all programs and more on to a dvd and it don't boot. I have BOOT.BIN file on the folder but it's still not booting, any suggestions?
  3. Here : Office ECHO. ECHO Installing Office 2003 Professional ECHO Please wait... start /wait %systemdrive%\Install\Applications\Office\SETUP.EXE TRANSFORMS=Unattended.MST /qb- Java setup.msi /s /v"/qn REBOOT=Suppress"
  4. cmdow @ /HID @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: SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\001 /VE /D "Office2003_Pro_Hebrew+SP2" /f REG ADD %KEY%\001 /V 1 /D "%CDROM%\install\Applications\Office\Setup.bat" /f REG ADD %KEY%\001 /VE /D "Java" /f REG ADD %KEY%\001 /V 1 /D "%CDROM%\install\Applications\Java\Setup.msi" /f REG A DD %KEY%\001 /V 2 /D "%CDROM%\install\Applications\Java\Restart.bat" /f REG ADD %KEY%\015 /VE /D "Net_FrameWork_2.0" /f REG ADD %KEY%\015 /V 1 /D "%CDROM%\install\Applications\Net_FrameWork 2.0\Restart.bat" /f REG ADD %KEY%\025 /VE /D "Cleaning_Up_and_Rebooting" /f REG ADD %KEY%\025 /V 1 /D "%CDROM%\install\Applications\cleanup.cmd"/f EXIT
  5. I have successfully all the guide of office2003 Advance installation: http://unattended.msfn.org/unattended.xp/v...6306273c2ec201/ And here is my problems: 1. When I want to change " TRANSFORMS=C:\XPCD\$\$1\install\Applications\Office2003\Unattended.MST /qb- " To "TRANSFORMS=Unattended.MST /qb- " I can't change it, it's not allowing any change like write and delete, but I moved the *.MST to the Office2003 folder, so why is it doing it ? 2. My batch file of the guide ( upper link) is in my Office2003 folder, I do silent installation with RunOnceEX and I wrote the command to run the Setup.bat , is it going to be install successfully? And please do not move me to the guide, cause I remember it in my head Thank you:)
  6. mmmm when I run the bat file it does nothing, not running the Setup.MSI file. They are in the same diretory and one more thing, where do I put the Setup.bat of my office2003 installation in order to install it while windows xp is installing. Thank you:)
  7. I have this code..: cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\010 /VE /D "FireFox" /f REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\Firefox\firefox.exe /qn" /f EXIT I want to know how I can copy files from the Firefox CD directory to the Installation directory which in his default path is X:\ProgramFiles\FireFox. and one more other thing: the file cmdlines.txt should stay as *.txt and not *.cmd? (by the guide of RunOnceEx(Upper Link) ) Thnak you very much:)
×
×
  • Create New...