MSFN Forum: 3 Lasts problems to solve - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

3 Lasts problems to solve plz help, quicktime, cleanup, keyboard layout Rate Topic: -----

#1 User is offline   OtakuZero 

  • Group: Members
  • Posts: 4
  • Joined: 21-June 06

Posted 12 July 2006 - 03:18 PM

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


#2 User is offline   UtCollector 

  • Addon maker
  • PipPipPip
  • Group: Members
  • Posts: 310
  • Joined: 11-January 06

Posted 13 July 2006 - 08:04 PM

Ad how many runonce.bat did you look? From the first look i take i see this part missing:

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

Here is a short example of 1 of my small runonce.bat

cmdow @ /HID
@Echo Off

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY%\945 /VE /D "Ras Hacker" /f
REG ADD %KEY%\945 /V 1 /D "%systemdrive%\install\ResHacker.exe" /f

REG ADD %KEY%\950 /VE /D "CleanUp" /f
REG ADD %KEY%\950 /V 1 /D "%systemdrive%\install\Cleanup.cmd" /f

EXIT


Than 1 nother thing. I put the switches in the programs i install. I dont put switches in a runonce.bat

#3 User is offline   Vadikan 

  • MSFT MVP Windows Expert: Consumers
  • PipPipPip
  • Group: Members
  • Posts: 349
  • Joined: 22-February 04
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 14 July 2006 - 12:09 AM

@OtakuZero
You may try to apply the kbd layout settings after the first logon. See the regopts.txt method here http://unattended.ms...xp/view/web/82/

#4 User is offline   OtakuZero 

  • Group: Members
  • Posts: 4
  • Joined: 21-June 06

Posted 14 July 2006 - 04:17 PM

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 :)

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy