
myselfidem
Member-
Content Count
2,515 -
Joined
-
Last visited
-
Donations
$0.00
Content Type
Profiles
Forums
Calendar
Store
Forms
Everything posted by myselfidem
-
Languages, Themes, Manuals & Mods
myselfidem replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
Strange, because I haven't this trouble ! -
Languages, Themes, Manuals & Mods
myselfidem replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
The full test package given as test working for me to download ; with all files: http://www.mediafire.com/download/yty411iapdb243p/New_FilesTest.rar Regards -
Languages, Themes, Manuals & Mods
myselfidem replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
<script type="text/javascript"> var ver; ver=GetConfigVersion(); while (ver>-1) { if (ver<720) { if (confirm(configFile+"\n\n"+getText(txtUpdateConfig))) { UpdateWizard1(); RefreshWPI(); } else { alert("You should remove config.js from the WPIScripts folder\nbefore continuing. Then run WPI again."); self.close(); } break; } else if (ver<770) { if (confirm(configFile+"\n\n"+getText(txtUpdateConfig2))) { NeedUpdateWizard=2; } break; } else if (ver<800) { break; } else if (ver>=800 & -
WPI v8.7.2 Release Thread
myselfidem replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
Could you share your new config.js with 3 categories fixed and I will try. Note: You can also put your old config.js (8.0.0) inside UserFiles folder and it will be updated (8.7.0) using the new files given ! Tanks *Edit: Tested adding 3 categories missing and no trouble found. Works fine for me ! -
WPI v8.7.2 Release Thread
myselfidem replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
Thanks! Tested and works fine using the new files given as download...Try it, please. Regards -
WPI v8.7.2 Release Thread
myselfidem replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
Could you share your config.js file to make a test? Thank you *Edit: Strange...But no files downloaded from Mediafire at this time! -
WPI v8.7.2 Release Thread
myselfidem replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
You can try these new files (as test, and update your language file) and let us know: http://www.mediafire.com/download/yty411iapdb243p/New_FilesTest.rar Regards -
Languages, Themes, Manuals & Mods
myselfidem replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
Done Kels, Link to download new files sent by PM. Regards -
Languages, Themes, Manuals & Mods
myselfidem replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
Inside registry_dos.js: Change (line 586): if (FileExists(ReplacePath("%windir%\\Fonts\\" + fontName)))To: if (FileExists(ReplacePath(windir+"\\Fonts\\" + fontName)))Inside installer_reboot.js: Remove (lines 47 and 48): if (rbProg.bit64 != null)rbfHandle.WriteLine("programs[prb].bit64=['"+GetConfigValue(rbProg.bit64.toString(),1)+"'];");Inside WPI.hta We can change, lines 432 and 446: strFile=ReplacePath('"%sysdir%\\mshta.exe" "'+wpipath+'\\Common\\Installer.hta"');To: strFile=ReplacePath('"'+sysdir+'\\mshta.exe" "'+wpipath+'\\Common\\Installer.hta"');All tested and works fine! Regards -
And you may need to change inside installer.js: Downloading files improvement. http://www.msfn.org/board/topic/158272-languages-themes-manuals-mods/?p=1068519 From line 1080 - case 'WEB' : document.getElementById("InstallItem").innerHTML = getText(lblViewing)+" " + cmd; cmd = '"'+ReplacePath("%programfiles%\\Internet Explorer\\iexplore.exe")+'"' + cmd;And from line 1401: if (FileExists(windir+"\\System32\\WindowsPowerShell\\v1.0\\powershell.exe")) { cmdLine = 'Powershell -NoProfile Import-Module BitsTransfer -cmdlet Start-BitsTransfer; Start-BitsTransfer -Source ' + URL + '
-
Languages, Themes, Manuals & Mods
myselfidem replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
Yes, I changed all files and codes, because the displayed layout is distorted. It occurs when we try to jump config files 7.0.0 to 7.2.0+ and 8.7.0+. With the new files given the layout is retained properly. *Edit: New files working and shared as test: http://www.mediafire.com/download/yty411iapdb243p/New_FilesTest.rar -
Languages, Themes, Manuals & Mods
myselfidem replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
I updated my last post with new files to download because the first codes given errors! Thanks and regards -
Languages, Themes, Manuals & Mods
myselfidem replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
Yes, it's really OK Kels! Summary: Change inside Installer.hta: function PauseInstaller(){ if (!UserPaused) { UserPaused=true; WriteRegKey("HKEY_CURRENT_USER\\Software\\WPI\\UserPaused",1,"REG_DWORD"); document.getElementById("Pause").innerHTML=getText(btnResume); document.getElementById("AbortButton").disabled=true; return; } else { UserPaused=false; WriteRegKey("HKEY_CURRENT_USER\\Software\\WPI\\UserPaused",0,"REG_DWORD"); document.getElementById("Pause").innerHTML=getText(btnPause); document.getElementById("AbortButton").disabled=false; }}</script>Change inside WPI.hta: scr -
Languages, Themes, Manuals & Mods
myselfidem replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
Yes, your code works fine!! Thanks bphlpt for your kind help and regards *Edit: post updated -
WPI v8.7.2 Release Thread
myselfidem replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
I think it is solved here: http://www.msfn.org/board/topic/158272-languages-themes-manuals-mods/?p=1068519 and below tis post. You can try it and download files: configwizard.js and updatewizard.js. Tested and works fine. Regards *Edit: it's also needed to update the language file!! -
WPI v8.7.2 Release Thread
myselfidem replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
The first one isn't good, because mshta works excessively and may block the system! The second code is perfect. Thanks and regards -
Languages, Themes, Manuals & Mods
myselfidem replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
post removed. Thanks -
Languages, Themes, Manuals & Mods
myselfidem replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
Did you try both with and without the "return;"? And what did you mean by: Sorry to be a pest. Cheers and Regards Yers, bphlpt.. I made all these tests! The only one working fine is the first one I given. Regards -
Languages, Themes, Manuals & Mods
myselfidem replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
I made the same "improvement" for WPI.hta ?? Regards -
Languages, Themes, Manuals & Mods
myselfidem replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
Changes needed to have an old ConfigFile updated for WPI 8.7.2: Inside WPI.hta Change from line 475: var ver; ver=GetConfigVersion(); while (ver>-1) { if (ver<720) { if (confirm(configFile+"\n\n"+getText(txtUpdateConfig))) { UpdateWizard1(); RefreshWPI(); } else { alert("You should remove config.js from the WPIScripts folder\nbefore continuing. Then run WPI again."); self.close(); } break; } else if (ver<770) { NeedUpdateWizard=2; break; } else if (ver<800) { break; } else if (ver<870) { if (confirm(configFile+"\n\n"+getText(txtUpdate -
Languages, Themes, Manuals & Mods
myselfidem replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
Thanks bphlpt Works but need more time to install programs! Regards -
Languages, Themes, Manuals & Mods
myselfidem replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
I don't think you need that "return", do you? If you don't need one in the "else" you shouldn't need it in the "if" either, unless there is something else in the function that you are not showing. Cheers and Regards Works like this! Gives error if we add return in the "else" using the button "Abort" (dhtmlxwindows.js error). And if there is no return in the "if" the button "Pause" doesn't work! Regards -
WPI v8.7.2 Release Thread
myselfidem replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
Remove inside your config.js all lines with: bit64[pn]=['yes'];andbit64[pn]=['no'];Cheers -
Languages, Themes, Manuals & Mods
myselfidem replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
To avoid errors with "Resume Button" and "Abort Button ", we can change inside Installer.hta: function PauseInstaller(){ if (!UserPaused) { UserPaused=true; WriteRegKey("HKEY_CURRENT_USER\\Software\\WPI\\UserPaused",1,"REG_DWORD"); document.getElementById("Pause").innerHTML=getText(btnResume); return; } else { UserPaused=false; WriteRegKey("HKEY_CURRENT_USER\\Software\\WPI\\UserPaused",0,"REG_DWORD"); document.getElementById("Pause").innerHTML=getText(btnPause); }}To: function PauseInstaller(){ if (!UserPaused) { UserPaused=true; WriteRegKey("HKEY_CURRENT_USER\\S -
WPI v8.7.2 Release Thread
myselfidem replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
Works fine using only: var timerID=setTimeout("ins_iTimer()",1000); // Update display Thanks bphlpt