Jump to content

RealFasix

Member
  • Posts

    5
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Italy

About RealFasix

Profile Information

  • OS
    none specified

RealFasix's Achievements

0

Reputation

  1. OK! found a workaround... cut the IF block at line 886 (i used notepad++) into file installer.js if (RegKeyValue("HKEY_CURRENT_USER\\Software\\WPI\\SndInstallFinishCB")) { document.getElementById("MediaPlayer").controls.stop(); document.getElementById("MediaPlayer").url=""; PlaySound(RegKeyValue("HKEY_CURRENT_USER\\Software\\WPI\\SndInstallFinish")); } Pause(3,0); and paste it at line 856 and now WORKS! the problem is generated by this: DeleteAllRegKeys(); if (!UserAborted && !ReturnCodeReboot) { DeleteRebootFile(); DeleteHistoryFile(); RestartComputer=RegKeyValue("HKEY_CURRENT_USER\\Software\\WPI\\RestartComputer"); RestartType=RegKeyValue("HKEY_CURRENT_USER\\Software\\WPI\\RestartType"); WriteRegKey("HKEY_CURRENT_USER\\Software\\WPI\\ResumeInstall",0,"REG_DWORD"); >>>>>>>DeleteAllRegKeys();<<<<<<<<<< } else { RestartComputer=false; // Yes? }
  2. hello, my problem is that the AtEnd.wav not being played i have correct the line 886 of installer.js from SndInstallFinshCB to SndInstallFinishCB (notice the missing "i") but no luck...
  3. hu was so simple .. fool that I had slingshots directly between configuration files. ok thanks. now another question, if I try to change the name of the folder style "skyblue" buttons disappear and appear only in writing. Why?
  4. Hello everyone, I have a question ... I used the search but have not found anything useful. I'm using version 8.0.3 of WPI, before I used the 7.7.0 installation that eventually showed the image Install_Sucess.png this in the theme folder, now with this version does not and shows a simple message "success" how can I do to use the image? Thank you.
×
×
  • Create New...