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.

Silent install help please ?

Featured Replies

Hi,

I found some good info on how to make silent installers and such, but what I am looking to do is make a installer which can install a few apps

example

Batt Check

Image Filter

Zoom

etc ( I have 13 which need to be installed )

Each one of those folder has the needed files, they are all installshields and have the setup.iss in each folder. I found these two pages HERE and HERE which has some usefull information.

If anyone could help me here I am a little stuck


It's simple.

You need a .cmd file like this:

@echo off

start /wait firstapp.exe /s /sms

start /wait secondapp.exe /s /sms

.

.

.

exit

But first run every program with switch /r and copy result file setup.iss from %windir% in the same folder with setup.exe. Then build an installer with 7zsfx with .cmd file as executable after extraction.

The bad thing is that your applications will be installed in the same locations e.g. C:\Program Files\App Name\

not in %programfiles&\App Name\ (usefull when Windows is installed on other disk then C).

  • Author

Thank you

I do have another question, how would I make a silent installer for this, it is a driver

when I unpack I get 4 files

Install.exe ( says install program for windows 2000 drivers )

yk51x86.cat

yk51x86.inf

yk51x86.sys

Now when I run Install.exe a CMD window flashes quick, I am not sure if this installs the driver because it is already installed, I also tried Install.exe /? it says usage:install <INF_File> <Hardware_ID>

Really I just need to know does the install.exe install the driver ?

Thanks

Thank you

I do have another question, how would I make a silent installer for this, it is a driver

when I unpack I get 4 files

Install.exe ( says install program for windows 2000 drivers )

yk51x86.cat

yk51x86.inf

yk51x86.sys

Now when I run Install.exe a CMD window flashes quick, I am not sure if this installs the driver because it is already installed, I also tried Install.exe /? it says usage:install <INF_File> <Hardware_ID>

Really I just need to know does the install.exe install the driver ?

Thanks

It's simple. Uninstall that driver and then double click on Install.exe.

For Marvell Yukon driver you can find new installer which support silent installation on their site.

Edited by radix

Don't forget to use my new tutorial for 7z SFX which you can find here. ;) Now you can also use parameters such as %ProgramFiles%.

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.