Jump to content

frasuperbike

Member
  • Posts

    61
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Italy

Posts posted by frasuperbike

  1. Thanks.

    Could you upload and share your autoIt script wpiafter.exe, and I will try. Thanks

    #cs ----------------------------------------------------------------------------

    AutoIt Version: 3.3.6.1

    Author: myName

    Script Function:

    Template AutoIt script.

    #ce ----------------------------------------------------------------------------

    ; Script Start - Add your code below here

    #RequireAdmin

    if @OSVersion = "WIN_8" Then

    RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer", "SmartScreenEnabled","REG_SZ","RequireAdmin")

    endif

    $PID1 = run("hostread.exe")

    ProcessWaitClose($PID1)

    this is a content of wpiafter and is ok because with wpi 8.6.6 version go fine

    hostread.exe is this

    #RequireAdmin

    FileSetAttrib (@windowsdir & "\system32\drivers\etc\hosts", "+R")

    if @OSVersion = "WIN_8" Then

    RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer", "SmartScreenEnabled","REG_SZ","Off")

    endif

    hostread.zip

  2. Thanks.

    Could you upload and share your autoIt script wpiafter.exe, and I will try. Thanks

    #cs ----------------------------------------------------------------------------

    AutoIt Version: 3.3.6.1

    Author: myName

    Script Function:

    Template AutoIt script.

    #ce ----------------------------------------------------------------------------

    ; Script Start - Add your code below here

    #RequireAdmin

    if @OSVersion = "WIN_8" Then

    RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer", "SmartScreenEnabled","REG_SZ","RequireAdmin")

    endif

    $PID1 = run("hostread.exe")

    ProcessWaitClose($PID1)

    this is a content of wpiafter and is ok because with wpi 8.6.6 version go fine

    wpiafter.exe

  3. That's strange, because I have no errors!

    WPI_Log.txt

    Fichier journal de l'installation WPI

    Début de l'installation: jeudi 25 juillet 2013 19:22:22

    Information WPI:

    Version=8.6.7

    Exécutable utilisé=true

    Version d'Internet Explorer=10.0

    Connexion Internet=true

    Système d'exploitation

    Version du Système=6.1

    Système d'exploitation=Win7

    Version actuelle=7601

    ID Edition=Ultimate Edition

    Service Pack=1

    Architecture

    Nom de l'Architecture=GenuineIntel

    Chaîne du Nom de l'Architecture=Intel® Pentium® 4 CPU 3.00GHz

    ID Architecture=x86 Family 15 Model 4 Stepping 1

    Nombre de Processeurs=1

    MHz=3000

    Type d'Architecture=x86

    Bits Architecture=32

    Fichier Configuration=C:\WPI_v8.6.7\UserFiles\config.js

    Fichier Options=C:\WPI_v8.6.7\UserFiles\useroptions.js

    Fichier Réseau=C:\WPI_v8.6.7\UserFiles\networkoptions.js

    Fichier Thème=C:\WPI_v8.6.7\UserFiles\themeoptions.js

    Fichier Options Fenêtre=C:\WPI_v8.6.7\UserFiles\windowoptions.js

    // Window tab

    Resolution=0

    MainWindowWidth=800

    MainWindowHeight=600

    MainWindowX=-1

    MainWindowY=-1

    InstallerWindowX=25

    InstallerWindowY=25

    // General tab

    NumCols=3

    // ---

    Timer=true

    Seconds=30

    StartBeepAtSecs=10

    // ---

    Language='fr'

    // ---

    DefaultInstallPath='%wpipath%'

    CustomInstallPath=['']

    // ---

    AbortInstallIfFailure=false

    ExecuteCommandIfFailure=['']

    ContinueWhereFailed=false

    // Features tab

    ShowDownloadOutput=true

    DisableInstallCombobox=false

    ShowExtraButtons=true

    DoNotShowIfCD=true

    USSFSilentMode=false

    VerifyInstallHDD=false

    AllowCheckForInternet=false

    LoadDesktopBeforeInstall=true

    ReOpenAfterInstall=false

    DisableCatCheckBoxes=false

    SortWithinCats=false

    DisableOnDepsNotMet=true

    AlwaysUseScrollBar=true

    DontSplitCats=true

    InstallByCategory=true

    ReallyForce=false

    DisableIfDoGray=false

    InstallFonts=false

    ShowCommandInInstaller=true

    ShowInstallerImages=true

    AlwaysShowOutputWindow=false

    EjectCDWhenDone=false

    DoNotShowIfUSB=true

    DisableHotKeys=false

    MaintainAutoLogonCount=false

    // Tools tab

    MonitorResolution=0

    MonitorDepth=0

    MonitorRefresh=0

    // ---

    ExecuteBeforeEnabled=false

    ExecuteBefore=['']

    ExecuteAfterEnabled=true

    ExecuteAfter=['"%wpipath%\Install\Tweaks\Assistant.bat"']

    // ---

    RestartComputer=false

    RestartType=0

    RestartSeconds=30

    DoNotLoadDesktop=true

    // ---

    LogInstallation=true

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

    TimeStampLogFile=false

    // Audio tab

    PlayAudioInInstaller=true

    InstallAudio=['Kalimba.mp3']

    Volume=75

    Shuffle=false

    CopyAudioFolder=false

    CopyAudioPath=['C:\Audio']

    DeleteAudioFolder=false

    // Sounds tab

    SndWPIStartCB=true

    SndWPIStart=['"%wpipath%\Audio\SoundsScheme\Alert.wav"'];

    SndInstallStartCB=true

    SndInstallStart=['"%wpipath%\Audio\SoundsScheme\AtBeginning.wav"'];

    SndInstallSuccessCB=false

    SndInstallSuccess=['"%wpipath%\Audio\SoundsScheme\Yes.wav"'];

    SndInstallFailCB=false

    SndInstallFail=['"%wpipath%\Audio\SoundsScheme\No.wav"'];

    SndInstallFinishCB=true

    SndInstallFinish=['"%wpipath%\Audio\SoundsScheme\AtEnd.wav"'];

    SndInstallWarningCB=false

    SndInstallWarning=['"%wpipath%\Audio\SoundsScheme\Warning.wav"'];

    SndWPIExitCB=true

    SndWPIExit=['"%wpipath%\Audio\SoundsScheme\Exit.wav"'];

    // Style tab

    Theme='Win7'

    Skin='Autumn'

    BgPicture=''

    // ---

    LayoutStyle=1

    // ---

    ShowToolTips=true

    Variables Globales:

    %OSLANG%=FRS

    %WPIPATH%=C:\WPI_v8.6.7

    %ROOT%=C:

    %CDROM%=

    %USB%=

    %DOSPATH%=

    %SYSTEMDRIVE%=C:

    %WINDIR%=C:\Windows

    %PROGRAMFILES%=C:\Program Files

    %TEMP%=C:\Users\Antoine\AppData\Local\Temp

    %SYSDIR%=C:\Windows\System32

    %ALLUSERSPROFILE%=C:\ProgramData

    %USERPROFILE%=C:\Users\Antoine

    %APPDATA%=C:\Users\Antoine\AppData\Roaming

    %COMMONPROGRAMFILES%=C:\Program Files\Common Files

    Liste des programmes à installer:

    Execute After

    1 Eléments, 1 Commandes

    -----

    jeudi 25 juillet 2013 19:22:26

    Programme: Execute After

    ID unique: EXECUTE_AFTER

    Ordre: 0

    Catégorie: WPI Built In

    jeudi 25 juillet 2013 19:22:27 - cmd1 Succès (Code de retour 0): "cmd.exe" /C "C:\WPI_v8.6.7\Install\Tweaks\Assistant.bat"

    jeudi 25 juillet 2013 19:22:27 - Installation terminée.

    -----

    Nombre d'installations échouées: 0

    Installation terminée: jeudi 25 juillet 2013 19:22:27

    *Edit: You can select the button: Use Full Editor to upload an image previously saved on your computer and attach this image!

    I have attched image for my error in the last post.

    thankyou

  4. Thank you now is ok but now i have another problem :

    when wpi finish appear this error:

    inside a installer.js

    error line 890

    chapter 7

    impossible to recover the property "control" of a null reference or undefined

    what i can do?

    Tested WPI_v8.6.7 and I have no error or trouble with sounds. No error message about installer.js on line 890!

    *Edit: However, we need to make some changes inside the old useroptions.js if used for WPI_v8.6.7:

    Remove lines 64 and 67:

    ExecuteBeforebit64=false;
    ExecuteAfterbit64=false

    i have did changes but in this way i haven't an option execute before and after. when i renable execute before and after appear written error.

    i would like to attach error image but i don't know the way to do it

    post-45045-0-38002700-1374851198_thumb.j

  5. Inside lang_it.js remove the line 719:

    optKeep[lang] = ['Mantieni'];

    And add:

    optFloat[lang] = ['Float'];

    Check the translation file from lang_en.js

    Thank you now is ok but now i have another problem :

    when wpi finish appear this error:

    inside a installer.js

    error line 890

    chapter 7

    impossible to recover the property "control" of a null reference or undefined

    what i can do?

  6. See my example:

    post-6960-0-61893000-1367220326_thumb.pn

    In my example angry birds would be the original software and bejeweled 2 would be the service pack for it.

    All of the other games would be the other options you want automagically deselected...

    Your solution is ok but i have over 400 selection to put in grey condition ad i think is so long...

    I ask if is there a single string like "ALL Program" to select because i don't want to insert sw one to one...

    have you understand ?

    for example...i would like to select angrybird and automatically all other selection being grey...

  7. See my example:

    post-6960-0-61893000-1367220326_thumb.pn

    In my example angry birds would be the original software and bejeweled 2 would be the service pack for it.

    All of the other games would be the other options you want automagically deselected...

    Your solution is ok but i have over 400 selection to put in grey condition ad i think is so long...

    I ask if is there a single string like "ALL Program" to select because i don't want to insert sw one to one...

    have you understand ?

  8. I need to disable all selection when i select one specific sw in wpi. I know a depences but i wouldn't like to put in grey selection all...is there a single string to do this?

    for example

    i select to install sp1 for my So and automatically all other selection go disabled.

    thank you

    Sorry for my english

  9. WHAT enviroment are you using WPI in that you have more than 400 entries???

    I use it for private use. I love having all the programs always available. I have created my personal wpi with more than 400 freeware and 30 licensed program and i use this for my 3 pc and sometimes for my friends. When i go to find a specific program i spend more time to find it on a menu and a good idea is a search field like the last windows 7

    thank you

  10. I have a problem. I want upgrade my wpi 720 to 730.

    I have saved the 3 files in wpiscript (Config.js, useroptions.js and windowoptions.js). I have delete all old file of my older wpi without install folder and music. I have replace all file with new version (730). In wpiscript i have replace the old 3 file with my option. I run wpi and i receive message that say :

    your config.js and ask if i want to update it. If i say No wpi wont't start. If i say YES wpi start but with one problem. In config.js each program lost a command line...

    New situation:

    pn=1;

    prog[pn]=['.Net Framework 1.1'];

    uid[pn]=['NETFRAMEWORK11'];

    desc[pn]=['Microsoft .NET Framework utiliti per rendering grafico avanzato di windows'];

    ordr[pn]=[1];

    dflt[pn]=['no'];

    bit64[pn]=['no'];

    forc[pn]=['no'];

    cat[pn]=['Sistema'];

    configs[pn]=['free,mondo,mondomerda,sistema'];

    cmds[pn]=[''];

    deps[pn]=['DELETENETUSERACCOUNT'];

    picf[pn]=['netframeworks.jpg'];

    picw[pn]=['128'];

    pich[pn]=['128'];

    textl[pn]=['Bottom'];

    pn++;

    Old situation

    pn=1;

    prog[pn]=['.Net Framework 1.1'];

    uid[pn]=['NETFRAMEWORK11'];

    desc[pn]=['Microsoft .NET Framework utiliti per rendering grafico avanzato di windows'];

    ordr[pn]=[1];

    dflt[pn]=['no'];

    forc[pn]=['no'];

    bit64[pn]=['no'];

    cat[pn]=['Sistema'];

    configs[pn]=['free,mondo,mondomerda,sistema'];

    cmds[pn]=['%WPIPATH%\\Install\\DOTNET\\dotnetfx1.exe /q:a /c:"install /l /q"','"%WPIPATH%\\Install\\deluser\\deluser.exe"'];

    deps[pn]=['DELETENETUSERACCOUNT'];

    picf[pn]=['netframeworks.jpg'];

    picw[pn]=['128'];

    pich[pn]=['128'];

    textl[pn]=['Bottom'];

    pn++;

    Help me please

    What i can do???

  11. I have do a script (with autoit) to install in silent mode photoshop cs3. If i run script , all go fine. If i launch script from wpi, the installation don't start because there is a wpi executable on memory.

    Autoit call a cmd file with this command:

    Setup.exe --mode=silent --deploymentFile=Deployment.xml

    Is there a solution?

    Ps

    CS3 Silent installation want close all software...

    Sorry for my english

  12. You can change the color of individual entries by adding a little HTML as seen from an earlier post:

    green, red, blue, purple

    <font color="#00FF00"><b>AVG Free</b></font>

    <font color="#FF0000"><b>Trend Micro</b></font>

    <font color="#0000FF"><b>Symantec</b></font>

    <font color="#9966FF"><b>NOD32</b></font>

    ...but the headers themselves are probably colored using .css and applied in blanket fashion to ALL headers.

    Thank you for your help but i haven't understand. I put an example:

    prog[pn]=['.Net Framework 2.0'];

    ordr[pn]=[2];

    uid[pn]=['NETFRAMEWORK20'];

    dflt[pn]=['no'];

    cat[pn]=['Sistema'];

    forc[pn]=['no'];

    configs[pn]=['free,mondo,mondomerda,sistema'];

    deps[pn]=['DELETENETUSERACCOUNT'];

    cmd1[pn]=['%CDROM%\\Install\\DOTNET\\dotnetfx.exe /q:a /c:"install /l /q"'];

    cmd2[pn]=['%CDROM%\\Install\\deluser\\deluser.exe'];

    picf[pn]=['netframeworks.jpg'];

    picw[pn]=['128'];

    pich[pn]=['128'];

    textl[pn]=['Bottom'];

    pn++;

    I would like to change in red color the word "Sistema" that is a title.

    Can you correct my script?

    tk

×
×
  • Create New...