Jump to content

MitsuMan

Member
  • Posts

    135
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Denmark

Posts posted by MitsuMan

  1. Hello

    i have try now. but still the same, cant find the setup.exe

    My WPI Confik looks like this....

    prog[pn]=['CCE TRail & DVD Rebuilder V1.28'];

    uid[pn]=['CCETRAILDVDREBUILDER128'];

    desc[pn]=['Dette er TRail version af CCE TRail V2.70.02.10 og DVD Rebuilder 0.98 Free, Husk du skal selv ændre stien hvor film ligger og hvor den skal gemmes til.'];

    ordr[pn]=[87];

    dflt[pn]=['yes'];

    forc[pn]=['no'];

    bit64[pn]=['no'];

    cat[pn]=['Utilities'];

    cmds[pn]=['"%wpipath%\\Install\\cce_dvdrebuilder\\Avisynth_257.exe" /S','"%wpipath%\\Install\\cce_dvdrebuilder\\ccesp2.exe"','"%wpipath%\\Install\\cce_dvdrebuilder\\cctspt_Patch.exe"','"%wpipath%\\Install\\cce_dvdrebuilder\\install.bat"','"%wpipath%\\Install\\cce_dvdrebuilder\\Rebuilder.exe"'];

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

    pn++;

    and the install.bat looks like this

    cmdow @ /HID

    cls

    @echo off

    ECHO.

    ECHO INSTALLING DVD Rebuilder Pro

    ECHO Vent Venligst

    cmd /C Start /wait setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-

    cmd /C Start /wait run.exe

    The wpi log says this .

    12. november 2009 16:33:56 - cmd4 Success (returned code 1): "cmd.exe" /C "E:\\Install\cce_dvdrebuilder\install.bat"

  2. Hello

    i have try everything now, and i cant get it to work.

    The file is here

    http://www.jdobbs.com/

    when i am running it from my pc, everythings works just great, but when i am trying to run it from wpi. i get this error cant find setup.exe. and yes i have check that everything is correct. the same settings works on harddrive.

    1 i have pack a sfx file to unpack it to this folder.

    ;Kommentaren nedenfor indeholder SFX kommandoer

    Path=c:\temp\rebuilder\

    SavePath

    Silent=1

    Overwrite=1

    Then i run this command

    cmdow @ /HID

    cls

    @echo off

    ECHO.

    ECHO INSTALLING DVD Rebuilder Pro

    ECHO Vent Venligst

    Start /wait c:\temp\rebuilder\setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-

    Start /wait c:\temp\rebuilder\run.exe

    but this dosent start the setup.exe file.

    after it has run the setup.exe it start up a process i dont know how to kill. it is called a diffrent name everytime.

    starts with

    is-

    and end with .tmp

    Anybody can help me please

  3. Hello

    i have create a sfx like this ...

    ;Kommentaren nedenfor indeholder SFX kommandoer

    Path=C:\Users\Default\AppData\Local\Temp\

    SavePath

    Setup=Setup.exe --mode=Silent --deploymentFile="C:\Users\Default\AppData\Local\Temp\install.xml"

    Silent=1

    Overwrite=1

    is there anyway to use start /wait on setup or on the sfx file. because if i use start/wait repack.exe it just wait until it was unpack and not to the setup.exe is finish

  4. Hello

    i have try to read all topic on this forum for a silent install for my daemon tools. but i havet find any soulotion for this yet.

    i have try all script and so on, is there any one that can help me. i really want ot get daemon tools install whitout reboot.

    Thanks for all help

  5. Hello

    it work just fine to move the install.wim to the root.

    today i just need to try to make a new one because i make few errors on the image. but now i get this error

    first i open DISMtool and the set the folder for WIM and MOUNT folder and then i click Mount and that works fine then i click ADD Packages

    then i get this new error

    PS C:\> DISM.exe /image:F:\work\mounting /Add-Package /PackagePath:F:\work\updat

    es

    Deployment Image Servicing and Management tool

    Version: 6.1.7600.16385

    Error: 0x801f0005

    An error occurred while attempting to start the servicing process for the image

    located at F:\work\mounting.

    For more information, review the log file.

    The DISM log file can be found at C:\Windows\Logs\DISM\dism.log

    PS C:\>

  6. Hello

    i have make like this

    Work folder where everything is in. under that folder i have one called Win7 and Mount and updates in the root of work folder i have put Disntool.

    Then i set the folder option in dismtool and then hit Mount and now it ask for a file i think it need the Install.win and then it ask for a folder i show it to to the Mount folder.

    then i get this error.

    PS C:\> DISM.exe /Mount-Wim /wimfile:F:\work\win7\urc

    untDir:F:\work\empty

    Værktøjet Deployment Image Servicing and Management

    Version: 6.1.7600.16385

    Fejl! 3

    The system cannot find the path specified.

    DISM-logfilen findes på C:\Windows\Logs\DISM\dism.log

    PS C:\>

  7. Hello

    i have read alot today, about how to install my danish Language pack in my win 7 and i try to use VLite but i says error and dosent work. it says missing need files is there anyone here that can help me. and i try to install hotfix to but the same error

  8. Hello

    i dont understand this mount things.

    i have the win 7 in the folder call d:\win7 and the packs is here d:\lp.cab

    no iso file. is there someone that can help me with this, i have try to use vlite to import danish but i get error missing files. i have try 4 diffrenet danish.

  9. // WPI Config 7.2.0+

    //

    // User defined options

    //

    //---------------------------------------------------------------------------------------------

    // Reference ... prog[0] won't be used. It's just an example.

    // Look in program.js to see explanation of these properties.

    //---------------------------------------------------------------------------------------------

    // pn=0; // start value for prog numbering

    // prog[pn]=['ProgramName'];

    // uid[pn]=['APP1'];

    // desc[pn]=['Description'];

    // ordr[pn]=[0];

    // dflt[pn]=['no'];

    // bit64[pn]=['no'];

    // forc[pn]=['false'];

    // cat[pn]=['Application Category'];

    // configs[pn]=['List of configs to be auto checked. Comma seperated'];

    // cmds[pn]=['Command Lines'];

    // deps[pn]=[];

    // excl[pn]=[];

    // cond[pn]=['Javascript Conditional Statement'];

    // gcond[pn]=['Javascript Conditional Statement to gray item'];

    // picf[pn]=['Picture File'];

    // picw[pn]=['Width'];

    // pich[pn]=['Height'];

    // textl[pn]=['Text Location'];

    // pn++;

    //---------------------------------------------------------------------------------------------

    // Your programs here ...

    //---------------------------------------------------------------------------------------------

    pn=1;

    prog[pn]=['.Net Framework 3.5 Dansk'];

    uid[pn]=['.NetFramework35Dansk'];

    ordr[pn]=[1];

    dflt[pn]=['yes'];

    forc[pn]=['no'];

    bit64[pn]=['no'];

    cat[pn]=['Dotnet'];

    cmds[pn]=['%cdrom%\\Programmer\\Applications\\Dotnet\\NetFramework35\\setup.exe /q:a /c:"inst /l /q /norestart"'];

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

    pn++;

    prog[pn]=['.Net Framework 3.5 Dansk Sprog pakke'];

    uid[pn]=['NETFRAMEWORKDANSKSPROGP'];

    ordr[pn]=[2];

    dflt[pn]=['yes'];

    forc[pn]=['no'];

    bit64[pn]=['no'];

    cat[pn]=['Dotnet'];

    cmds[pn]=['%cdrom%\\Programmer\\Applications\\Dotnet\\NetFramework35DanskSprogpakke\\setup.exe /q:a /c:"inst /l /q /norestart"'];

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

    pn++;

    prog[pn]=['Windows6.0-KB938371-v2-x86'];

    uid[pn]=['Windows6.0-KB938371-v2-x86'];

    desc[pn]=['Windows6.0-KB938371-v2-x86<i>Recommended</i>'];

    ordr[pn]=[3];

    dflt[pn]=['yes'];

    forc[pn]=['no'];

    bit64[pn]=['no'];

    cat[pn]=['Hotfix'];

    cmds[pn]=['%cdrom%\\Programmer\\Applications\\hotfix\\Hotfix\\Windows6.0-KB938371-v2-x86.msu /quiet /norestart'];

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

    pn++;

    prog[pn]=['Windows6.0-KB955069-x86'];

    uid[pn]=['Windows6.0-KB955069-x86'];

    desc[pn]=['Windows6.0-KB955069-x86<i>Recommended</i>'];

    ordr[pn]=[4];

    dflt[pn]=['yes'];

    forc[pn]=['no'];

    bit64[pn]=['no'];

    cat[pn]=['Hotfix'];

    cmds[pn]=['%cdrom%\\Programmer\\Applications\\hotfix\\Hotfix\\Windows6.0-KB955069-x86.msu /quiet /norestart'];

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

    pn++;

    prog[pn]=['X86_IA64_AMD64-all-clwireg'];

    uid[pn]=['X86_IA64_AMD64-all-clwireg'];

    desc[pn]=['X86_IA64_AMD64-all-clwireg<i>Recommended</i>'];

    ordr[pn]=[5];

    dflt[pn]=['yes'];

    forc[pn]=['no'];

    bit64[pn]=['no'];

    cat[pn]=['Hotfix'];

    cmds[pn]=['%cdrom%\\Programmer\\Applications\\hotfix\\Hotfix\\X86_IA64_AMD64-all-clwireg.exe /Q /O /N /Z'];

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

    pn++;

    prog[pn]=['X86_IA64_AMD64-all-ochelper_21'];

    uid[pn]=['X86_IA64_AMD64-all-ochelper_21'];

    desc[pn]=['X86_IA64_AMD64-all-ochelper_21<i>Recommended</i>'];

    ordr[pn]=[6];

    dflt[pn]=['yes'];

    forc[pn]=['no'];

    bit64[pn]=['no'];

    cat[pn]=['Hotfix'];

    cmds[pn]=['%cdrom%\\Programmer\\Applications\\hotfix\\Hotfix\\X86_IA64_AMD64-all-ochelper_21.exe /Q /O /N /Z'];

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

    pn++;

    prog[pn]=['windows-kb890830-v2.8'];

    uid[pn]=['windows-kb890830-v2.8'];

    desc[pn]=['windows-kb890830-v2.8<i>Recommended</i>'];

    ordr[pn]=[7];

    dflt[pn]=['yes'];

    forc[pn]=['no'];

    bit64[pn]=['no'];

    cat[pn]=['Hotfix'];

    cmds[pn]=['%cdrom%\\Programmer\\Applications\\hotfix\\Hotfix\\windows-kb890830-v2.8.exe /Q /O /N /Z'];

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

    pn++;

    prog[pn]=['Windows6.0-KB954459-x86'];

    uid[pn]=['Windows6.0-KB954459-x86'];

    desc[pn]=['Windows6.0-KB954459-x86<i>Recommended</i>'];

    ordr[pn]=[8];

    dflt[pn]=['yes'];

    forc[pn]=['no'];

    bit64[pn]=['no'];

    cat[pn]=['Hotfix'];

    cmds[pn]=['%cdrom%\\Programmer\\Applications\\hotfix\\Hotfix\\Windows6.0-KB954459-x86.msu /quiet /norestart'];

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

    pn++;

    prog[pn]=['Adope Flash Player 10'];

    uid[pn]=['AdopeFlashPlayer10'];

    ordr[pn]=[30];

    dflt[pn]=['yes'];

    forc[pn]=['no'];

    bit64[pn]=['no'];

    cat[pn]=['Software'];

    cmds[pn]=['%cdrom%\\Programmer\\Applications\\software\\aopeflashplayer10\\install_flash_player_10_active_x.exe /S'];

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

    pn++;

    prog[pn]=['Java 13'];

    uid[pn]=['Java13'];

    ordr[pn]=[32];

    dflt[pn]=['yes'];

    forc[pn]=['no'];

    bit64[pn]=['no'];

    cat[pn]=['Software'];

    cmds[pn]=['%cdrom%\\Programmer\\Applications\\software\\java\\jre-6u13-windows-i586-p-s.exe /q'];

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

    pn++;

    prog[pn]=['Winrar 3.80'];

    uid[pn]=['Winrar380'];

    ordr[pn]=[33];

    dflt[pn]=['yes'];

    forc[pn]=['no'];

    bit64[pn]=['no'];

    cat[pn]=['Software'];

    cmds[pn]=['%cdrom%\\Programmer\\Applications\\software\\winrar\\wrar380dk.exe /S','{REBOOT} 5'];

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

    pn++;

    prog[pn]=['.Net Framework 3.5 Dansk Service Pack 1'];

    uid[pn]=['.NetFramework35DanskSP1'];

    ordr[pn]=[40];

    dflt[pn]=['yes'];

    forc[pn]=['no'];

    bit64[pn]=['no'];

    cat[pn]=['Dotnet 2'];

    cmds[pn]=['%cdrom%\\Programmer\\Applications\\Dotnet\\NetFramework35SP1\\dotnetfx35setup_enu.exe /q:a /c:"inst /l /q /norestart"'];

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

    pn++;

    prog[pn]=['.Net Framework 3.5 Dansk Service Pack 1 Dansk Sprog'];

    uid[pn]=['.NetFramework35DanskSP1Dk'];

    ordr[pn]=[41];

    dflt[pn]=['yes'];

    forc[pn]=['no'];

    bit64[pn]=['no'];

    cat[pn]=['Dotnet 2'];

    cmds[pn]=['%cdrom%\\Programmer\\Applications\\Dotnet\\NetFramework35SP1DK\\X86_IA64_AMD64-all-ndp35sp1.exe /Q /O /N /Z'];

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

    pn++;

    //---------------------------------------------------------------------------------------------

    // End of program definitions ...

    //---------------------------------------------------------------------------------------------

  10. Hello

    I have try that you said and it dosent work right.

    it install the 1-10 and then it reboot like it should but then i says failed and then restart again and the last 2 dosent instal.

    Just to be sure the location correct, i try to run the last 2 software from the CD and then it installs. but if i try to install everything in windows. i just dos the same thing. as above

    The log file wpi generate

    14. april 2009 13:06:54 - cmd1 *** Fail *** (returned code undefined): \xxxx\xxx\xxx\xx\xxx.exe /q:a /c:"inst /l /q /norestart"

    14. april 2009 13:06:54 - cmd1 *** Fail *** (returned code undefined): \xxxx\xxx\xxx\xx\xxx.exe /q:a /c:"inst /l /q /norestart"

    WPI script useroptions.

    // WPI Options 5.0+

    //

    // User defined options

    //

    // Window tab

    Resolution=1024;

    MainWindowWidth=800;

    MainWindowHeight=600;

    MainWindowX=-1;

    MainWindowY=-1;

    InstallerWindowX=25;

    InstallerWindowY=25;

    // Interface tab

    ShowToolTips=true;

    UseTransitions=false;

    IndentText=false;

    // Style tab

    Theme='Windows';

    RandomTheme=false;

    BgPicture='';

    // General tab

    Configurations=[''];

    ShowMultiDefault=true;

    CheckOnLoad='default';

    NumCols=3;

    // ---

    SortOrder=['Dotnet','Hotfix','Software','Applications','Dotnet 2'];

    // ---

    Timer=true;

    Seconds=15;

    StartBeepAtSecs=05;

    // ---

    ShowExtraButtons=true;

    DoNotShowIfCD=true;

    USSFSilentMode=false;

    VerifyInstallHDD=false;

    AllowCheckForInternet=false;

    LoadDesktopBeforeInstall=false;

    ReOpenAfterInstall=false;

    DisableCatCheckBoxes=false;

    SortWithinCats=false;

    DisableOnDepsNotMet=true;

    AlwaysUseScrollBar=true;

    DontSplitCats=true;

    InstallByCategory=true;

    ReallyForce=false;

    DisableIfDoGray=false;

    InstallFonts=false;

    ShowCommandInInstaller=true;

    ShowInstallerImages=false;

    AlwaysShowOutputWindow=false;

    // ---

    DefaultInstallPath='default';

    CustomInstallPath=[''];

    // ---

    Language='da';

    // Audio tab

    PlayAudioInInstaller=false;

    InstallAudio=[''];

    Volume=75;

    Shuffle=false;

    CopyAudioFolder=false;

    CopyAudioPath=['%systemdrive%\\WPI_Audio'];

    DeleteAudioFolder=false;

    // Tools tab

    MonitorResolution=0;

    MonitorDepth=0;

    MonitorRefresh=0;

    // ---

    ExecuteBeforeEnabled=false;

    ExecuteBeforebit64=false;

    ExecuteBefore=[''];

    ExecuteAfterEnabled=false;

    ExecuteAfterbit64=false;

    ExecuteAfter=[''];

    // ---

    RestartComputer=true;

    RestartType=0;

    RestartSeconds=15;

    DoNotLoadDesktop=false;

    // ---

    LogInstallation=true;

    LogPath=['%systemdrive%\\WPI_Log.txt'];

    TimeStampLogFile=true;

  11. prog[pn]=['olympus'];

    uid[pn]=['olympus'];

    ordr[pn]=[33];

    dflt[pn]=['yes'];

    forc[pn]=['no'];

    bit64[pn]=['no'];

    cat[pn]=['Software'];

    cmds[pn]=['%cdrom%\\Programmer\\Applications\\software\\olympus\\olympus.exe /S','{reboot} 05'];

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

    pn++;

    This dosent work. WPI just stopped and dident do anything else. i just to reboot after 5 seconds

  12. No, no, no..

    On the 10th command add a new line that says {reboot} 30.

    WPI will reboot 30 seconds after it reads that command.

    so it would be the entries like so:

    1

    2

    3

    4

    5

    6

    7

    8

    9

    10

    {reboot} 30

    11

    12

    13

    14

    15.....

    Thats how it works.

    Hello

    Thank you very much. i will try this now :)

    Again thank you for the quick answere

  13. Look in the commands button...

    It is simply {reboot} 30

    30 being the lentgh of time in seconds before it reboots... (Any number can go there)

    Then WPI will pickup from where it left off.

    Hello

    you think like this...

    i need to see how much time WPI is to install like 10 software and then set the time to that in the reboot. ?

  14. Hello

    I have made a Vista with wpi and everything works great..

    But i have a question. is it possible to install 10 installs and then wpi restart the pc at keep going with the next.

    if this is not possible is there anyway to do that. like firstlogoncomands and the secondlogoncomands.

    Thank you for all the help so far :)

×
×
  • Create New...