Jump to content

myselfidem

Member
  • Posts

    2,515
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Switzerland

Everything posted by myselfidem

  1. Thanks! Maybe it's possible to change inside information.js ConditionsGrid.addRow(gId++,'getFirewallProduct()=="Sygate Personal Firewall"'); ConditionsGrid.addRow(gId++,'getAntiVirusProduct()=="AVG Anti-Virus Free"'); with: ConditionsGrid.addRow(gId++,'getFirewallProduct()=="'+getFirewallProduct()+'"'); ConditionsGrid.addRow(gId++,'getAntiVirusProduct()=="'+getAntiVirusProduct()+'"'); Works fine for me! To have real information about this. Regards
  2. Many thanks Kels for the new release, but we can't use update fonction to download the new WPI_v8.5.9 , because it's a rar file and not a zip file! It's also needed to change the wpi.xml with the update to download the new zip file! Regards
  3. To obtain EditionID (Is CurrentBuildNumber, isn't it?), I made some changes inside: wmi.js (adding at first) function getOSeditionID() { position="wmi.js"; whatfunc="getOSeditionID()"; try { return WshShell.RegRead("HKLM\\Software\\Microsoft\\Windows NT\\CurrentVersion\\CurrentBuildNumber"); } catch(ex1) { } return NOT_FOUND; Adding also inside: information.js ConditionsGrid.addRow(gId++,'getOSeditionID()=="'+getOSeditionID()+'"'); Works fine for me: WPI_Log.txt Fichier journal de l'installation WPI Début de l'installation: mardi 28 août 2012 19:27:30 Information WPI: Version=8.5.8 Exécutable utilisé=true Version d'Internet Explorer=9.0 Connexion Internet=true Système d'exploitation Système d'exploitation=Windows 7 Ultimate Version du Système d'exploitation=6.1 ID Edition=7601 Service Pack=1 Ragards
  4. In my experience, if some files aren't removed from the temp folder during the silent installation by the program, the program isn't really installed properly! And some trouble can occurs later... Using the switches given above works fine, even if there is no more msi file inside the installer package. About these switches, we can read, with the same link given by submix8c: All my applications using silent switches , or no one, making SFX packages i.e., I don't need to clean the %temp% folder at last, because I can read some useful informations on log files... HTH
  5. The best way is to use: splash_pro_ex_1_13_0_setup.exe /S /v" /qn Like this there is no more files keeped inside the folder %temp%. With others silent switches there is a temp folder not removed: ~nsu.tmp (inside Au.exe) However using silent switches with quotes we must take care using WPI and we must write the command like this: cmds[pn]=['%wpipath%\\Install\\splash_pro_ex_1_13_0_setup.exe /S /v" /qn']; Cheers
  6. Tested and works with: C:\WPI_v8.5.8\Install\splash_pro_ex_1_13_0_setup.exe /S /v /qn
  7. Here is the new French WPI Manual: Regards *Edit: Translated from the original English version given inside this thread. It' not the same inside WPI_v8.5.8(see logo: Make a donation) However I don't really understand the sentence inside Chapter-6: *Edit: french manual given
  8. It would be useful to add inside the manual: Chapter-2 section Audio Player Do not remove the Install.m3u file, this one contains your list of musics selected to be played! Removing this file, no music will be played! Regards
  9. Can you clarify??? Not totaly solved! The trouble was a warning message on a popup window at start and restart Windows on VM Oracle VirtualBox, only installing some applications with WPI, but not when installing all. WMI error message insde the Event System log: And Windows needed 4 minutes to start and 4 minutes to restart only the first time. Windows Management Instrumentation This happens only using VM VirtualBox - not on my Computer - and I made some adjustments inside VM: Configuration | System | Acceleration uncheck the boxes: - Hardware Virtualization: Activate VT-x/AMD-V Enable Paging nested WPI is more faster than never! Using WMI Maintaining WMI Security Regards
  10. About the sound inside Audio Player. The function to stop the sound or enable it when we want, is to change a value inside: Installer.hta (was inside previous version WPI_v7.6.0) line 579, change the value false to true. document.getElementById("MediaPlayer").settings.autoStart=true; Now works fine! Regards *Edit: However works only for mp3 files and not for mid files !! Maybe the solution is to convert .mid files to .mp3 files !! Tested with Galaga.mid converted to Galaga.mp3 and works fine (Of course, The disadvantage is that the file is larger)!
  11. Many thanks and very nice new manual! Regards French manual will be done soon! Regards
  12. I would love to have my forum name inside the Chapter-8, about Links and Credits (at last) - of course - if you agree! It seems to me an error inside Chapter-7 line 47: or relative to WPI.hta Is WPI.exe isn't it, or I'm wrong? Regards
  13. Thanks Whatsup for the test!
  14. It's just a little error inside the command! Regards
  15. I did not change it..only copy en past here for info. But Thanks for the info...I'll keep an eye on^^ Could you try now changing the command inside installer.js, like this, and let us know the result?: case 'DELDIR': cmd="CMD /C RMDIR /S /Q " + cmd; fsoCmd=true; break; Works fine for me!
  16. Typo error inside Chapter-1 line 117: ...then the the little folder... Regards
  17. Thanks Francesco. This is also missing inside Installer.hta This code was inside previous version (WPI 8.0.0) Regards
  18. Using RD or RMDIR inside the installer.js works fine! Give error because a space is missing inside the line 1177: WPI_Log.txt Regards @Whatsup Take care with the spaces inside the command you have changed!
  19. We can see inside Install.m3u file that using quotes for the path to copy and remove the folder give errors: "C:\Audio"\Java.mid "C:\Audio"\Mario.mid The music is only displayed using a path without quotes. Install.m3u C:\WPI_Audio\Java.mid C:\WPI_Audio\Mario.mid C:\WPI_Audio\Kalimba.mp3 But with mp3 files there is a warning message like said Whatsup: The command RMDIR gives the error and path with quotes doesn't work (no music displayed) Same result as Whatsup. Regards
  20. About the path to copy Audio foder on HDD. At first time the path is writed inside the box when a user wants copy the Audio folder and remove after the installation is done, but if we uncheck the remove and copy option and uncheck Audio Player, we can see if we select a new time the Audio Player that the box to write the installation path is empty and we can write: C:\ Block the path to C:\WPI_Audio would be a fine security for everyone. That mean we can not write inside the box even if we uncheck boxes. About the error if I select some applications and not all to install, when Windows restart there is a message on the taskbar: Error: Windows could not connect to the Event System Service, after 4 minutes to restart. I think we must keep the path to C:\WPI_Audio to write the music playlist inside Install.m3u file! Regards
  21. Tanslated french manual was recovered using Restauration: Restauration As I have a multiboot with Windows XP and Windows 7, I have recovered my translated french manual, but it is not all translated now! I must reinstall my system, but it's not a problem! Regards *Edit: It would be fine to block (greyed) the path for C:\WPI_Audio (or C:\Audio), for security reason and/or inadvertently ! When I select some applications there is an error on Windows 7 with System event and the system needs time: 4 minutes to start and 4 minutes to restart the first time. If I install all programs, all is fine: 20 seconds to start and 20 seconds to restart.
  22. Don't worry Kels. I am the culprit... My bad.. I wanted just give the warning... Keep your good work. Regards "Edit: Maybe the best way would be to "block" the path for Copy Audio folder to HDD, because if we use one time this fonction, skeep and we try again we can set the path to "C:\" only ! To be sure and avoid this fatal error - with copy and remove the folder - as Windows always is installed on "C:\" partition what do you think to block the path with a greyed text with the path ? The path, like this, can't be changed: Example : C:\WPI_Audio
  23. However, it's needed to take care during testing: http://www.msfn.org/board/topic/151497-wpi-bug-report-thread/page__view__findpost__p__1008471 Regards
  24. Many thanks Kels for the new release WPI_v8.5.8 However, I think it's better to avoid fatal errors to fix the path for Copy Audio to HDD like: C:\WPI_Audio (without quotes). If a user keep only "C:\" many folders will be removed during testing! Regards *Edit: WARNING!! I tested now using "C:\" and my system crashes and I lost all my work, my datas and the french translated manual... I must reinstall my system...
  25. Many thanks for the new release WPI_v8.5.8 Here is the new lang_fr.js Regards *Edit: given
×
×
  • Create New...