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.

Adding and deleting files

Featured Replies

How do I add a file to a folder(A), delete a file(Z), then add my custom file(Z)?


  • Author

When I install an application, you have an .exe file. I want to delete that one, and add my own. Then I want to add a custome file into the folder with the .exe file.

  • Author

I got it all figured out. If anyone wants to know how I did it, just ask.

I would be curious Troy. I am trying to install an app, than copy over the updated files into the folder. But the files HAVE to be copied post-install. It will install into Program Files. Should I put the update files in a OEM folder and move them? I was thinking desktop and then move them. I dont know when the OEM gets copied over, so I want to be sure it happens after install. And btw, I am using RunOnceEx method. Thanks!

$OEM$ folders are copied to your PC before RunOnceEX runs.

So, you'd better create SFXs (or use COPY command) that run via your RunOnceEX. And you put those SFXs in a later phase after original programs are installed.

So in fact it would be like this

[Jump2reg]
REG ADD %KEY%\iAdd /VE /D "Installing Jump2reg" /f
REG ADD %KEY%\iAdd /V Inum /D "%systemdrive%\Install\Jump2reg\Jump2reg.msi /qn" /f
FLAG2=%ProgramFiles%\Jump2reg\Jump2Reg.J2R

My Jump2Reg.J2R actually get's copied during runoncEX setup and then

RunoncEX

REM       Jump2reg
REG ADD %KEY%\1005 /VE /D "Installing Jump2reg" /f
REG ADD %KEY%\1005 /V 1 /D "%systemdrive%\Install\Jump2reg\Jump2reg.msi /qn" /f
REG ADD %KEY%\1005 /V 2 /D "CMD /C COPY \"%systemdrive%\Install\Jump2reg\Jump2Reg.J2R\" \"%ProgramFiles%\Jump2reg\" /Y"

is copied to =%ProgramFiles%\Jump2reg during runoncEX execution after program is installed..

The /Y will copy it over existing or if you need a DEL then just do it...

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.