Jump to content

cyril_for_ever

Member
  • Posts

    13
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    France

Posts posted by cyril_for_ever

  1. Hello,

    I made an unattend CD (XP pro) by removing some files languages and keyboard but now I would like to be able to put the Portuguese keyboard,

    I do not see how to make. Except reinstaller OS with Cd containing all the Lang files (that I have) but i don't want doing that.

    so if someone have a good idea........ I listen you :D

  2. Hello,

    In my WPI, I need to put theses 2 command lines:

    COMMAND 1: "%cdrom%\applications\1.exe"

    COMMAND 2: "%systemroot%\prog\2.exe"

    However WPI is waiting that the process 1.exe finished for launching 2.exe...

    Ii need run the 1.exe during for example 10 seconds and run the second process(2.exe) without closing the process 1.exe.

    In conclusion I need to know how we can put a time for the process 1.exebefore running the second process..

    Thanks for your help.

    ^^

  3. Hello,

    I used wpi for the installation of all programs. When I run wpi , sometimes I've the current message:

    "une erreur sur cette page ralentit Internet Explorer. Sil continue a etre exécuté votre ordinateur ne pourra peut-être plus réagir..."
    The English's translation is:
    n error on this page slows down Internet To explore. Continuous Sil has to be carried out your computer will not be able to react perhaps more...

    That causes that the installation of the vbs does not occur as envisaged. Do times between the actions change how can one cure that?

  4. Salut,

    Voila pour une tierce raison, j aimerais pouvoir faire pointer le fichier pro1.dat vers non plus /Pro1/setupldr.bin(en changeant la seule occurence de i386 en pro1)

    mais vers /../Pro1/setupldr.bin

    Pour etre plus clair la structure est la suivante:

    disk/PRO1/

    disk/boot/pro1.dat

    donc on voit bien que pro1.dat doit pointer vers un dossier qui se trouve avant , on ne remplace plus i386 par pro1 ou par ../pro1(j ai testé)

    Est ce que c'est possible? si oui comment fait on?

    merci d avance

    résolu tout seul

  5. Hello,

    1 ) I've tried to use wpi. I've made a .iso for vmware, but when I run the install the menu has changed. (presentation: 2 columns at the place of 5 columns) Like I launched it from cd, I can't change the presentation of the menu... What must i do?

    2) Moreover how does one manage the order of the install?

    thanks to your help

    pn=1;

    prog[pn]=['Notepad1']

    picw[pn]=['128']

    pich[pn]=['128']

    textl[pn]=['Bottom']

    texti[pn]=['1']

    ordr[pn]=[1]

    cmd1[pn]=['"%sysdir%\\Notepad.exe"']

    dflt[pn]=['yes']

    gcond[pn]=['FileExists(\'%programfiles%\\\')']

    configs[pn]=['Home']

    cat[pn]=['System']

    pn++

    prog[pn]=['cmd1']

    picw[pn]=['128']

    pich[pn]=['128']

    textl[pn]=['Bottom']

    texti[pn]=['1']

    ordr[pn]=[4]

    cmd1[pn]=['"%sysdir%\\cmd.exe"']

    dflt[pn]=['yes']

    gcond[pn]=['FileExists(\'%programfiles%\\\')']

    configs[pn]=['Home']

    cat[pn]=['System']

    pn++

    ===> that executes cmd , then notepad ....It must be the inverse ( this is ths config.js of wpi4.4rc1 .... )

    Have a nice day, cyril :no:

  6. Sorry but even ths correction , I have the same results.

    My runonce.cmd is:

    @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

    SET PP=%cdrom%\applications\

    REG ADD %KEY% /V TITLE /D "Installation de mes programmes :P" /f

    REG ADD %KEY%\078 /VE /D "windvd 7" /f

    REG ADD %KEY%\078 /V 1 /D "REGEDIT /S %PP%WinDVD7\windvd7.reg " /f

    REG ADD %KEY%\078 /V 2 /D "\"%PP%\WinDVD7\Setup.exe\" /s" /f

    REG ADD %KEY%\085 /VE /D "nero7" /f

    REG ADD %KEY%\085 /V 1 /D "REGEDIT /S %PP%nero_7\nero7.reg " /f

    REG ADD %KEY%\085 /V 2 /D "\"%PP%nero_7\SetupX.exe\" /quiet" /f

    REG ADD %KEY%\095 /VE /D "norton internet security 2005 & system works" /f

    REG ADD %KEY%\095 /V 1 /D "REGEDIT /S %PP%nortonI2005.reg " /f

    REG ADD %KEY%\095 /V 2 /D "\"%PP%Norton_Internet_Security_2005\SYMSETUP.EXE\" /O REBOOT=ReallySuppress /QB" /f

    REG ADD %KEY%\095 /V 3 /D "REGEDIT /S %PP%nortonW2005.reg" /f

    REG ADD %KEY%\095 /V 4 /D "\"%PP%Norton_System_Works_Premier_2005\cd_1\nswsetup.exe\" /qn Reboot=Suppress" /f

    I've launched the .iso with vmware and this doesn't install neither nero , neither windvd.

    Internet security is installed but when the computer launches norton system works , i've the result: (see the file attachment: copy f screen)

    I've already put another programms with this runonceex but for theses programs i've some difficult..... :S

    Nouveau_Document_Microsoft_Word.doc

  7. Hello,

    I tried to install nero7.

    my Runonceex is:

    REG ADD %KEY%\085 /VE /D "nero7" /f

    REG ADD %KEY%\085 /V 1 /D "REGEDIT /S %PP%nero_7\nero7.reg " /f

    REG ADD %KEY%\085 /V 2 /D "%PP%nero_7\SetupX.exe /quiet" /f

    but nero7 doesn't install.

    However before I tried it in a .bat :

    ECHO Enregistrement de Nero 7

    REGEDIT /S .\nero7\nero7.reg

    ECHO.

    ECHO Installation nis 2005

    start /wait .\Nero_7\setupX.exe /quiet

    and that's successfull.

    what doesn't it run with my runonceex?? %PP% is the way to the application's folder.(it's a good way, i can install other programms with the %PP%)

  8. Hello,

    I have the good switch for the two applications.

    I've tested them but when I tried to install this programs with RUNONCEEX.cmd , I can't install in the same time norto internet security and system work.

    Becacause when I installed one, for the second the computer ask me to reboot it and relaunch he installation later

    My RunonceEx is:

    %PP% is my %cdrom%software .

    REG ADD %KEY%\095 /VE /D "norton internet security 2005 & system works" /f

    REG ADD %KEY%\095 /V 1 /D "REGEDIT /S %PP%nortonI2005.reg " /f

    REG ADD %KEY%\095 /V 2 /D "%PP%Norton_Internet_Security_2005\SYMSETUP.EXE /O REBOOT=Suppress /QB"

    REG ADD %KEY%\095 /V 3 /D "REGEDIT /S %PP%nortonW2005.reg" /f

    REG ADD %KEY%\095 /V 4 /D "%PP%Norton_System_Works_Premier_2005\cd_1\nswsetup.exe /qn Reboot=ReallySuppress" /f

    i tried befroe to make

    REG ADD %KEY%\095 /VE /D "norton internet system works" /f

    ....

    ...

    REG ADD %KEY%\095 /VE /D "norton internet security 2005 " /f

    ...

    ....

    but it does the same thing.

    how can I install this two programs without the computer ask me to click on ok in order to reboot and relaunch the installation of the second program later....??

×
×
  • Create New...