Jump to content

myselfidem

Member
  • Posts

    2,515
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Switzerland

Everything posted by myselfidem

  1. When I apply all changes given above - with WPI 8.5.6 or WPI 8.5.7 - all is fine if I don't select Audio Player! (20 seconds to restart Windows 7). The problem seems to be using Audio Player during installation programs (almost 4 minutes to restart and shutdown the first time the OS). And stop the sound doesn't work! Regards
  2. Try to give the full path inside your oem.bat file (where are located OEMLogo.bmp and OEMinfo.reg) for OEMLogo.bmp and using regedit /s *Edit: Check also the quotes: (double quotes at last) Your example corrected:
  3. To solve the problem with the reboot with WPI 8.5.7 I do like this. I set inside core.js function DeleteAllRegKeys() { position="core.js"; whatfunc="DeleteAllRegKeys()"; // Just in case. Don't want to have a restart of WPI for no reason DeleteRegKey("HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce\\WPIresume"); DeleteRegKey("HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnceEx\\001\\1"); DeleteRegKey("HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnceEx\\001\\"); I set inside installer.js (line 198) (this reg file is writed also at line 456) WriteRegKey("HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce\\WPIresume",sysdir+'\\mshta.exe "'+wpipath+'\\Common\\Installer.hta"',"REG_SZ"); Using the fix given here: http://www.msfn.org/...ost__p__1006639 Removing also inside global_lang.js var optFloat=[], However after the installation is done, when Windows restarts there is a very long time a black screen (almost 4 minutes) before Windows starts! Regards *Edit: When I select inside Options | Features: MaintainAutoLogonCount=true; This isn't applied and I don't see this option inside WPI_Log.txt. And I don't see this value inside installer_log.js (I added and works, now).
  4. I have always a black screen after the installation is done and I must restart the computer to have Windows working! Could you add more space for the text inside the tooltips box please? There is not enough space for french text like there is inside the right pane! Thanks
  5. Changes given above must be applied but are not. Thanks and regards.
  6. If I well understand, now Chapter 5 is Chapter 6 and Chapter 6 is Chapter 5 ? In this case it's needed to change the Chapter title 5 inside Chapter 5 to 6 And Chapter title 6 inside Chapter 6 to 5 And rename Chapter-6.html to Chapter-5.html. Rename Chapter-5.html to Chapter-6.html And inside index.html change the title also like this: Chapter 5 = <a href="Chapter-5.html">Global Variables</a><br /> Chapter 6 = <a href="Chapter-6.html">Theme Wizard</a><br /> Regards
  7. Sorry, but why I found on the parent directory WPI_v8.5.7.rar ? http://www.wpiw.net/downloads/ The archive have been removed now...But I can send you this archive if you want! Very Strange. Regards
  8. I downloaded the archive WPI_v8.5.7.rar but the archive is corrupted. End of the archive isn't correct. It seems AtEnd.waw is corrupted! Windows 7 needs a long time to start after the installation is done. And I have a black screen with only my customized gadgets with a black screen. I need to restart to have Windows working. Thanks
  9. Don't worry Kels! Keep your good work! Regards
  10. Kels, could you please remove inside WPI_v8.5.7 my Userfiles folder with my config.js and all others files inside. Thanks and regards
  11. Many thanks for the new release. I give you here the new lang_fr.js, minus the below line removed inside lang_en.js: optFloat[lang] = ['Float']; Regards File given!
  12. The key inside installer.js: HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce must be replaced with: HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce But it still there. The installer window trouble, starting a new time, at the end of the installation is solved for me like this. Regards
  13. Sorry but like I said earlier, the problem is solved for me with WPI_Log.txt, if I remove two lines inside installer_log.js http://www.msfn.org/...ost__p__1007423 It seems that some changes [bUG+FIX] getArch6432 and getmshtaBits don't work, are missing inside WPI_v8.5.6 http://www.msfn.org/...ost__p__1007109 Regards
  14. Many thanks. Thanks to check also the trouble about WPI_Log.txt. Maybe it would be useful to remove inside lang_en.js this value (line 709): optFloat[lang] = ['Float']; As this value have been removed inside Themes. Regards
  15. Many thanks for the new Manual and the nice layout! Regards *Edit: However config.js is black inside Chapter 1. Title error inside Chapter 7 : <title>Chapter 4</title> Inside Chapter 10 image Windows7.gif is missing or you have removed this image?
  16. Maybe you can try using SFX modified module and after install silently with WPI: http://www.wincert.net/forum/topic/3717-office-2007-unattended-setup-fine-tuning/#entry75299 Example using WPI for Office 2007 prog[pn]=['Office Standard 2007 SP3']; uid[pn]=['OFFICESTANDARD2007SP3']; ordr[pn]=[4]; dflt[pn]=['yes']; forc[pn]=['no']; bit64[pn]=['no']; cat[pn]=['Applications']; pfro[pn]=['no']; cmds[pn]=['"%wpipath%\\Install\\Office\\Office12.exe"']; desc[pn]=['Office Standard 2007 SP3']; pn++;
  17. After a new test with an WPI_v8.5.6 untouched I have the same trouble explained above. I removed only the two unwanted lines inside lang_fr.js. WPI starts with my customized Autounattend.xml file after Windows 7 is installed. The WPI_Log.txt isn't writed completely. Programs installed, results, time start and time end, inside the log file are missing. WPI restarts when the installation is done for unknow reason and installer Window size is bigger than normal and freeze. About selection window resolution size, works but this is new that the values 800 x 600 are greyed. However I can select others size. Regards
  18. About WPI_Log.txt it seems the trouble is inside: installer_log.js At this line: function LogWPIInformation() Removing: WriteLogLinePlain(" "+getText(lblSysArch6432)+"="+sysArch6432); WriteLogLinePlain(" "+getText(lblTrue64Bits)+"="+true64bits); as those values have been removed inside lang_en.js, works and the WPI_Log.txt is writed completely! However WPI.exe starts a new time at restart (using execute after) when the installation is done, for any reason! Regards
  19. No, all selected programs are installed but there is no resume text value about the installed programs inside WPI_Log.txt, and WPI.exe is launched a new time, for any reason! Tested the file you gave without success. Thanks
  20. Yes, it's like you said...But what about the other sizes we could select before? Could you solve this touble, please? Thanks *Edit: there no resume text about installed programs indise WPI_Log.txt and WPI.exe try to start a new time after the installation is done!
  21. Thanks. Yes I solved the trouble using the values you said...But the Window resolution is frozen inside the option window resolution wizard! Regards
  22. There is an error with WPI v8.5.6 with our customized useroptions.js if the values for Window resolution are: Size freeze // Window tab Resolution=0; MainWindowWidth=; MainWindowHeight=; And we can't change the Window resolution values inside the box ! Regards
  23. Many thanks! I see that two lines have been removed from lang_en.js and I have errors using lang_fr.js. Here is the new lang_fr.js with no errors and above lines removed inside the new language file! Regards
  24. Many thanks for the new release and please change the wpi.xml to downlaod this one! Keep your exellent work! Regards
  25. Error inside index.html: Inside Chapter 4, could you center all titles, please? Example: Main Network page Thanks
×
×
  • Create New...