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.

to integrate *.msi installer

Featured Replies

hi users

how can i integrate *.msi installer with nlite?.

or how can i make addon of *.msi installer which directly replace files as SP3.

  • 3 weeks later...
  • Author

where are all?

is it not possible?

where are all?

is it not possible?

I have tried adding it as a hotfix and ignoring it if its not a real patch but it didnt work.

So what i did was i created a new folder in the CD directory and put all my junk programs there.

Than "Run Once" tab you can create a command that will start the installation of the MSI or any other package you may have in this directory.

I personally created a number or WinRar Self extracting files with basic parameters such as (extract to temporary folder) and Run a batch file that i have created to setup this program (i used batch only if the program is an MSI package, that way i can make it go /quite "silent install")

Or when the extraction is complete, you can specify the Run After Extract. It will automatically start what ever file you use to start setup process .

Make sure that what ever the command u make for a setup file, you can not use names that have SPACE in them.

%SOURCE%\My Folder\My File.msi /quiet is not gonna work.

%SOURCE%\MyFolder\MyFile.msi /quiet is better

If you need some files to be copied else where, use the folowing line as an example.

Assuming you need a file to go into your future system32 folder.

copy %SOURCE%\MyFolder\MyFile.dll %SYSTEMDRIVE%\Windows\System32

Need to copy a folder and all files in it ?

mkdir %SYSTEMDRIVE%\Windows\System32\MyFolder

Xcopy %SOURCE%\MyFolder %SYSTEMDRIVE%\Windows\System32\MyFolder

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.