Jump to content

OtakuZero

Member
  • Posts

    4
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

About OtakuZero

OtakuZero's Achievements

0

Reputation

  1. Hi , since I updated my files for live messenger 8 to 8.1 my install jam at about 90% of LM8.1 install. I have to kill the install process for my unattended continue. 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 & Last Updates" /f REG ADD %KEY%10 /VE /D "Hotfix KB891122" /f REG ADD %KEY%10 /V 1 /D "%systemdrive%\install\hotfix\KB891122.exe /quiet /norestart /nobackup" /f REG ADD %KEY%15 /VE /D "Hotfix KB900399" /f REG ADD %KEY%15 /V 1 /D "%systemdrive%\install\hotfix\KB900399.exe /quiet /norestart /nobackup" /f REG ADD %KEY%15 /VE /D "Hotfix KB902344" /f REG ADD %KEY%15 /V 1 /D "%systemdrive%\install\hotfix\KB902344.exe /quiet /norestart /nobackup" /f REG ADD %KEY%17 /VE /D "Hotfix KB904555" /f REG ADD %KEY%17 /V 1 /D "%systemdrive%\install\hotfix\KB904555.exe /quiet /norestart /nobackup" /f REG ADD %KEY%18 /VE /D "Hotfix KB904942" /f REG ADD %KEY%18 /V 1 /D "%systemdrive%\install\hotfix\KB904942.exe /quiet /norestart /nobackup" /f REG ADD %KEY%19 /VE /D "Hotfix KB911564" /f REG ADD %KEY%19 /V 1 /D "%systemdrive%\install\hotfix\KB911564.exe /q /n /z" /f REG ADD %KEY%20 /VE /D "Hotfix KB917734" /f REG ADD %KEY%20 /V 1 /D "%systemdrive%\install\hotfix\KB917734.exe /q /n /z" /f REG ADD %KEY%25 /VE /D ".NET Framework 1.1 SP1" /f REG ADD %KEY%25 /V 1 /D "%systemdrive%\install\dotnet1\netfx.msi /QB" /f REG ADD %KEY%25 /V 2 /D "%systemdrive%\install\langpack1\langpack.msi /qb" /f REG ADD %KEY%30 /VE /D ".NET Framework 2.0" /f REG ADD %KEY%30 /V 1 /D "%systemdrive%\install\dotnetfx2.exe" /f REG ADD %KEY%30 /V 2 /D "%systemdrive%\install\langpack2\install.exe /q" /f REG ADD %KEY%30 /V 3 /D "%systemdrive%\install\hotfix\KB917283.exe /q" /f REG ADD %KEY%31 /VE /D "Hotfix KB922770 For .NET Framework 2.0" /f REG ADD %KEY%31 /V 1 /D "%systemdrive%\install\hotfix\KB922770.exe /q" /f REG ADD %KEY%32 /VE /D ".NET Framework v3.0" /f REG ADD %KEY%32 /V 1 /D "%systemdrive%\install\dotnetfx3.exe /q" /f REG ADD %KEY%35 /VE /D "Microsoft GDI+ Detection Tool" /f REG ADD %KEY%35 /V 1 /D "%systemdrive%\install\hotfix\KB873374.exe" /f REG ADD %KEY%36 /VE /D "Hotfix KB927977" /f REG ADD %KEY%36 /V 1 /D "%systemdrive%\install\hotfix\KB927977.exe /qn" /f REG ADD %KEY%40 /VE /D "Visual Basic Runtime 6.0 SP5" /f REG ADD %KEY%40 /V 1 /D "%systemdrive%\install\vbrun60sp5.exe /Q" /f REG ADD %KEY%45 /VE /D "Live Messenger 8.1" /f REG ADD %KEY%45 /V 1 /D "%systemdrive%\install\LM8\MsnMsgs.msi /QB" /f REG ADD %KEY%50 /VE /D "Adobe Reader 8.1" /f REG ADD %KEY%50 /V 1 /D "%systemdrive%\install\Adobe_Reader.exe /sAll /rs" /f REG ADD %KEY%60 /VE /D "7-Zip 4.42" /f REG ADD %KEY%60 /V 1 /D "%systemdrive%\install\7-zip.exe /S" /f REG ADD %KEY%65 /VE /D "Quicktime Alternative" /f REG ADD %KEY%65 /V 1 /D "%systemdrive%\install\quicktimealt181.exe /VERYSILENT /SP-" /f REG ADD %KEY%70 /VE /D "Cyberlink Power DVD 6 OEM" /f REG ADD %KEY%70 /V 1 /D "%CDROM%\Software\PowerDVD6\Setup.exe" /f REG ADD %KEY%75 /VE /D "Ahead Nero 7.9.6.0 Essentials" /f REG ADD %KEY%75 /V 1 /D "%systemdrive%\install\Nero7\nero7.cmd" /f REG ADD %KEY%80 /VE /D "Real Player Alternative" /f REG ADD %KEY%80 /V 1 /D "%systemdrive%\install\realalt152.exe /VERYSILENT /SP-" /f REG ADD %KEY%81 /VE /D "Java RE Version 6.0 Update 1" /f REG ADD %KEY%81 /V 1 /D "%systemdrive%\install\jre.exe /s /v/qn\" ADDLOCAL=ALL IEXPLORER=1 MOZILLA=1 JAVAUPDATE=0\"" /f REG ADD %KEY%82 /VE /D "Microsoft Core XML Services (MSXML) 6.0" /f REG ADD %KEY%82 /V 1 /D "%systemdrive%\install\msxml6.msi /QB" /f REG ADD %KEY%85 /VE /D "Open Office 2.2" /f REG ADD %KEY%85 /V 1 /D "%systemdrive%\install\OpenOffice\Setup.exe /QN" /f REG ADD %KEY%90 /VE /D "Adobe Flash Player 9" /f REG ADD %KEY%90 /V 1 /D "%systemdrive%\install\flash9.msi /QB" /f REG ADD %KEY%94 /VE /D "Adding Tweaks 1" /f REG ADD %KEY%94 /V 1 /D "REGEDIT /S %systemdrive%\install\tweaks.reg" /f REG ADD %KEY%95 /VE /D "Cleaning Up and Rebooting" /f REG ADD %KEY%95 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f EXIT my runonceex is still the same since my update and I haven't seen post with that problem. My install is in french just to let you know
  2. Hi, I still have problem with installing quicktime in my unattended cd I tried /s/v/qn with no success. I tried the Iss file this i my code : In my RunOnceEx REG ADD %KEY%\065 /VE /D "Quicktime 7.1" /fREG ADD %KEY%\065 /V 1 /D "%systemdrive%\install\Quicktime\Install.cmd" /f(I See my batch file start) in my Install.cmd @echo offcmdow @ /HID%systemdrive%\install\Quicktime\QuickTimeInstaller.exe /L1033 -s -sms -f1"c:\install\Quicktime\setup.iss" -f2"c:\setup.log"When I click on alt + tab I see the install running but when it's completed and I check for it quicktime isn't installed any help ?
  3. Thanks Vadikan for the link a never seen this page when before maybe I need new glasses ! Ut\Collector, it's not a problem about my runonceex file (all my file run perfectly except for my quicktime but I read twice runonceex file and I tried to put it on different batch file but at the moment I haven't got the time to test it. for my cleanup file it's now fixed. I used 8.3 format name and all working great now. Thanks for the help
  4. Hi all, It's my first post here and my first unattended cd but was it was not so hard till I've got problem with those 3 things. First, I don't know what I'm doing wrong but my Quicktime 7.1 never wanted to work. I tried first the /s /v/qn switch (not working in a unattended cd) and I tried what was said in this post http://www.msfn.org/board/index.php?showto...55385&st=30 with the setup.iss work fine when I try it, but when it come time in my RunOnceEx to execute the command the installer won't start. I tried this REG ADD %KEY%\065 /VE /D "Quicktime 7.1" /f REG ADD %KEY%\065 /V 1 /D "%systemdrive%\install\Quicktime\QuickTimeInstaller.exe /L1033 -s -sms -f1"c:\install\Quicktime\setup.iss" -f2"c:\install\Quicktime\setup.log"" /f and REG ADD %KEY%\065 /V 1 /D "%systemdrive%\install\Quicktime\QuickTimeInstaller.exe /L1033 -s -sms -f1"%systemdrive%\install\Quicktime\setup.iss" -f2"%systemdrive%\install\Quicktime\setup.log"" /f and I tried with only one " at the end and it's not working I don't know what I'm doing wrong. Second is my Cleanup.cmd file I don't know why but it's don't some of my command works and others don't Catalogue Windows.lnk and RealPlayer.lnk aren't delete but Jeux et musique gratuits.lnk is deleted ... and only drivers and install is working for the RD command. cmdow @ /HID shutdown.exe -r -f -t 90 -c "Windows XP will now restart in 1 minute..." net user aspnet /delete DEL "%AllUsersProfile%\Menu Démarrer\Catalogue Windows.lnk" DEL "%UserProfile%\Menu Démarrer\Programmes\Accessories\Divertissement\RealPlayer.lnk" DEL "%AllUsersProfile%\Bureau\Jeux et musique gratuits.lnk" RD /S /Q %UserProfile%\Menu Démarrer\Programmes\Accessories\Divertissement\ RD /S /Q %UserProfile%\Menu Démarrer\Programmes\Accessories\ RD /S /Q %systemdrive%\drivers\ RD /S /Q %systemdrive%\install\ EXIT I Also tried those one DEL "C:\Documents and Settings\Utilisateur\Menu Démarrer\Programmes\Accessories\Divertissement\RealPlayer.lnk" DEL "C:\Documents and Settings\All Users\Menu Démarrer\Catalogue Windows.lnk" RD /S /Q C:\Documents and Settings\Utilisateur\Menu Démarrer\Programmes\Accessories\Divertissement\ RD /S /Q C:\Documents and Settings\Utilisateur\Menu Démarrer\Programmes\Accessories\ And the last one I'm French Canadian and I live in Quebec I seen some pepole having the same problem about Keyboard layout of French (Canadian) I will explain. it seem that French (Canadian) and French traditional (Canada) have the same code "00000c0c" but when the 2 of them a present in the registry one of them take the code "d0000c0c" but I want French (Canadian) not French traditional (Canada) and when I try to put this "d0000c0c" or this "00000c0c" in my winnt.sif its always French traditional (Canada) I try to add it with a .reg but its seem stuck to French traditional (Canada). If someone have something on this please help me but the two first problem is more important than this one Thanks in advance
×
×
  • Create New...