Jump to content

3 Lasts problems to solve


Recommended Posts

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

Link to comment
Share on other sites


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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...