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.

DOS commands don't work

Featured Replies

If you install DAEMON Tools in silent mode it will also install WhenU Installer which is some toolbar for IE or something like that. Anyway I obviously don't want it on my PC so 2nd and 3rd Command Line params after installing DAEMON Tools themselves would be to DELETE %programfiles%\DAEMON Tools\SetupDTSB.exe and DELDIR %programfiles%\DaemonTools_WhenUSave_Installer. Each time I run WPI DELETE fails with code 1 and DELDIR with code 2. If I execute the same command myself it works as intended. Any help here would be appreciated. Here's the part of config.js with DAEMON Tools:

prog[pn]=['DAEMON Tools'];
desc[pn]=['DAEMON Tools is a virtual cd/dvd-rom emulator. It is able to emulate nearly all known copy protections on the market today.'];
uid[pn]=['DAEMONTOOLS'];
dflt[pn]=['yes'];
cat[pn]=['Applications'];
forc[pn]=['no'];
gcond[pn]=['!FileExists("%wpipath%\\Install\\daemontools.exe")'];
cmd1[pn]=['%wpipath%\\Install\\daemontools.exe /S'];
cmd2[pn]=['DELETE %programfiles%\\DAEMON Tools\\SetupDTSB.exe'];
cmd3[pn]=['DELDIR %programfiles%\\DaemonTools_WhenUSave_Installer'];
picf[pn]=['Daemon_Tools.png'];
picw[pn]=['192'];
pich[pn]=['192'];
textl[pn]=['Top'];
pn++;

this same thing happens to me too. so i moved the delete command to cleanup.cmd which i already use in wpi for cleanup work.

regarding the log, i have to compile the config file again, burn, test and post.

i was using

cmd2[pn]=['del /f /q "%programfiles%\\DAEMON Tools\\SetupDTSB.exe"'];

now i would try delete command.

  • Author

DELETE is automatically replaced with CMD /C del when WPI executes that line so if you are running from bat you don't need that.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

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.