Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

HOLGER.ONE

Member
  • Joined

  • Last visited

  • Country

    Germany

Everything posted by HOLGER.ONE

  1. Hello mritter, I use one config.js and one useroptions.js. For different XP installation phases i use different Configurations (Use Multiple Defaults). I check again, and yes, the fix works (sometimes i'am stupid). But when i start with a cmd line configuration, the main interface reports the configuration 'default' (the entry from the config.js) and not the real configuration from the cmd line (see also the picture - post before). For me is much easier und quicker to edit the config.js with notepad++editor, because the file has more than 3700 lines und over 260 entries.Here my useroptions.js // WPI Options 5.0+ // // User defined options // // Window tab Resolution=1280; MainWindowWidth=800; MainWindowHeight=600; MainWindowX=-1; MainWindowY=-1; InstallerWindowX=25; InstallerWindowY=25; // Style tab Theme='Windows'; BgPicture='Wallpaper.jpg'; // General tab NumCols=4; // --- Timer=false; Seconds=15; StartBeepAtSecs=15; // --- Language='de'; // --- ShowExtraButtons=true; DoNotShowIfCD=true; USSFSilentMode=false; VerifyInstallHDD=false; AllowCheckForInternet=false; LoadDesktopBeforeInstall=false; ReOpenAfterInstall=false; DisableCatCheckBoxes=true; SortWithinCats=true; DisableOnDepsNotMet=true; AlwaysUseScrollBar=true; DontSplitCats=true; InstallByCategory=false; ReallyForce=false; DisableIfDoGray=true; InstallFonts=true; ShowCommandInInstaller=true; ShowInstallerImages=false; AlwaysShowOutputWindow=false; DoDebuggerCheck=false; // --- DefaultInstallPath='default'; CustomInstallPath=['']; // --- ShowToolTips=true; UseTransitions=false; IndentText=false; // Audio tab PlayAudioInInstaller=false; InstallAudio=['']; Volume=75; Shuffle=false; CopyAudioFolder=false; CopyAudioPath=['%systemdrive%\\WPI_Audio']; DeleteAudioFolder=false; // Tools tab MonitorResolution=1280; MonitorDepth=32; MonitorRefresh=60; // --- ExecuteBeforeEnabled=true; ExecuteBeforebit64=false; ExecuteBefore=['%ROOT%\\$OEM$\\wpi-control.exe BEFORE']; ExecuteAfterEnabled=true; ExecuteAfterbit64=false; ExecuteAfter=['%ROOT%\\$OEM$\\wpi-control.exe AFTER']; // --- RestartComputer=false; RestartType=0; RestartSeconds=30; DoNotLoadDesktop=false; // --- LogInstallation=true; LogPath=['E:\\nLite\\XPCD-manuell\\WPI\\WPI_Log.txt']; TimeStampLogFile=true; // Sounds tab SndWPIStartCB=false; SndWPIStart=['"%wpipath%\\Audio\\SoundsScheme\\Alert.wav"']; SndInstallStartCB=true; SndInstallStart=['"%wpipath%\\Audio\\SoundsScheme\\AtBeginning.wav"']; SndInstallSuccessCB=false; SndInstallSuccess=['"%wpipath%\\Audio\\SoundsScheme\\Yes.wav"']; SndInstallFailCB=true; SndInstallFail=['"%wpipath%\\Audio\\SoundsScheme\\No.wav"']; SndInstallFinishCB=true; SndInstallFinish=['"%wpipath%\\Audio\\SoundsScheme\\AtEnd.wav"']; SndWPIExitCB=false; SndWPIExit=['"%wpipath%\\Audio\\SoundsScheme\\Exit.wav"']; and the (reduced) config.js file // WPI Config 7.7.0+ // // User defined options // ... ... ... ... // Configurations tab Configurations=['HOTFIX','RUNONCE','LOGIN','MAIN','MANUELL']; ShowMultiDefault=true; //CheckOnLoad='default'; // --- SortOrder=['Browser','Filesharing','Internet','Player','Photo Grafik Bild','Video Audio','Registry','Burn Image Shrink Ripper','Datei-Management','Office Txt Pdf Hex','DvB TV Handy','Sicherheit','Diagnose Test Task BIOS','Packer SFX Inf Inno','System Tuning Utilities','nLite AutoIt WPI','Partition Backup Boot','Codec','Treiber']; //--------------------------------------------------------------------------------------------- // Your programs here ... //--------------------------------------------------------------------------------------------- pn=1; prog[pn]=['7-Zip']; uid[pn]=['7ZIP']; desc[pn]=['Version 4.65 - Datei Archivierer']; ordr[pn]=[260]; dflt[pn]=['no']; forc[pn]=['no']; bit64[pn]=['no']; cat[pn]=['Packer SFX Inf Inno']; configs[pn]=['HOTFIX,RUNONCE,LOGIN,MAIN']; cmds[pn]=['%ROOT%\\Install\\7-zip\\7z465.exe /S','nircmd.exe wait 300','"%ROOT%\\Install\\7-Zip\\clean.cmd"']; cond[pn]=['FileExists("%ROOT%\\Install\\7-zip\\7z465.exe")']; gcond[pn]=['FileExists("%ProgramFiles%\\7-Zip\\7z.exe")']; pn++; prog[pn]=['7-Zip SFX-Creator']; uid[pn]=['7zipSFX']; desc[pn]=['Version 1.1.0.0 - Erstellt 7zip SFX Archive']; ordr[pn]=[265]; dflt[pn]=['no']; forc[pn]=['no']; bit64[pn]=['no']; cat[pn]=['Packer SFX Inf Inno']; configs[pn]=['RUNONCE,LOGIN,MAIN']; cmds[pn]=['%ROOT%\\Install\\7zip-SFX-Creator\\7zip-SFX-Creator-Setup.exe /S /NCRC','setlink.exe "%Programfiles%\\7zip-SFX-Creator\\7zip SFX-Creator.exe" "%UserProfile%\\StartMenü\\System\\nLite\\SFX-AddOn-Plugin\\7zip SFX-Creator.lnk" "%Programfiles%\\7zip-SFX-Creator"']; cond[pn]=['FileExists("%ROOT%\\Install\\7zip-SFX-Creator\\7zip-SFX-Creator-Setup.exe")']; gcond[pn]=['FileExists("%ProgramFiles%\\7zip-SFX-Creator\\7zip SFX-Creator.exe")']; pn++; prog[pn]=['XP-Fehlercodes']; uid[pn]=['XPFEHLERCODES']; desc[pn]=['Version 3.96-2 - ehemals OEM-Installation']; ordr[pn]=[218]; dflt[pn]=['no']; forc[pn]=['no']; bit64[pn]=['no']; cat[pn]=['Diagnose Test Task BIOS']; configs[pn]=['LOGIN,MAIN']; cmds[pn]=['%ROOT%\\Install\\XP-Fehlercodes\\XP-Fehlercodes-Setup.exe /S','setlink.exe "%Programfiles%\\XP-Fehlercodes\\XP-Fehlercode.cmd" "%UserProfile%\\StartMenü\\System\\Hilfen%comma% FAQ\\XP-Fehlercodes.lnk" "%Programfiles%\\XP-Fehlercodes"']; cond[pn]=['FileExists("%ROOT%\\Install\\XP-Fehlercodes\\XP-Fehlercodes-Setup.exe")']; gcond[pn]=['FileExists("%ProgramFiles%\\XP-Fehlercodes\\MSWinErr.exe")']; pn++; prog[pn]=['CPU-Cool']; uid[pn]=['CPUCOOL']; desc[pn]=['Version 1.01']; ordr[pn]=[416]; dflt[pn]=['no']; forc[pn]=['no']; bit64[pn]=['no']; cat[pn]=['Diagnose Test Task BIOS']; configs[pn]=['MANUELL']; cmds[pn]=['{REGEDIT} %ROOT%\\Install\\CPUCooL\\CPUCooL.reg','"%ROOT%\\Install\\CPUCooL\\cpucool-Unattended.exe"','"%ROOT%\\Install\\CPUCooL\\clean.cmd"']; cond[pn]=['FileExists("%ROOT%\\Install\\CPUCooL\\cpucool-Unattended.exe")']; gcond[pn]=['FileExists("%ProgramFiles%\\CPUCooL\\CPUCooL.exe")']; pn++; //--------------------------------------------------------------------------------------------- // End of program definitions ... //--------------------------------------------------------------------------------------------- thanks, for your help Holger
  2. Hello mritter, i download WPI 7.7.0 again. I use my config.js and useroptions.js from 7.0 and update the config and the option files. After the update the Configurations and SortOrder are gone. But that's no problem, i rebuild this manuell. Configurations=['HOTFIX','RUNONCE','LOGIN','MAIN','MANUELL']; SortOrder=['Browser', .... Then i start again from cmd line "wpi.hta check=LOGIN timer=4" The same result, which I describe already. WPI starts with the timer, but the configuration is ignored. When i want to run wpi.hta with cmd-line-args, I think, it is essential, that there is no line with "CheckOnLoad='...'" in the config.js So i change one line in the configwizard.js: tf.WriteLine("//CheckOnLoad='" + document.getElementById("CheckOnLoad").value + "';"); Restart with "wpi.hta check=LOGIN timer=4" WPI start with the LOGIN configuration, but shown is configuration: default (in german: Standard) To show the configuration i use the WPI.hta Version before you update at Aug 22 2009; which include in line 192: if (checkOL) CheckOnLoad=checkOL; Now the configuration from the cmd line is loaded and shown. I think you understand the problem and change this in the next update thanks Holger
  3. I have a similar problem with CheckOnLoad. I run WPI with command line args like this: %SOURCE%WPI\wpi.hta check=LOGIN timer=4 Till WPI version 7.0 this works always fine. With all newer versions - WPI starts with the timer, but the configuration always is ignored. I found out - when i exclude the "CheckOnLoad" in the config.js: //CheckOnLoad='default'; WPI starts correct with the configuration from the command line arg. But after the next use of WPI (when i save a new configuration) the config.js contains again: CheckOnLoad='default'; (without the //) With the newest fix (from post 9) this trick also don't work longer! Please help. I need the start with the configuration from the command line arg. I don't know if this is a bug or what can i do. sorry for my bad englisch - I'm german (vielleicht kann mir jemand in deutsch helfen)

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.