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.

How to make a 7-Zip Switchless Installer

Featured Replies

  • Author

Update the guide, changed the .msi info, now the pictures all screwed up. :realmad::realmad::realmad:

Edited by keytotime


Hello and thank you for the great tutorial

I have some Q please

1:- Now and after I do the MSI and finsih it If I add this to Nlite .. will it going to be installed automaticlly while windows installing ..

2:- If I need to install another program .. that its not MSI... how can I know the switch for it

Again and again

Thank you

Edited by farisnt

  • Author

1.) I don't use nlite, but if you make it silent and nlite can run it, it will install silently

2.)Search

  • 2 weeks later...

i'd like to thank keytotime for the great guide , works perfect :)

I agree if u dont hv quick batch file converter, startX.exe is for you.

I think you've missed a point.

What does Quick Batch Compiler do ? It encapsulates your batch file within an exe. Try to compile a batch file with a pause statement inside. Launch it, and look into your %temp% directory. Surprise!! the "crypted" batch file is there, called bt????.bat.

If you intended to call msiexec.exe within your batch-exe file, then you've got a problem.

You can call install.exe like this: cd /d my_rep\somewhere & install.exe

You can also open the folder and double-click install.exe

But you cannot call this way: \my_rep\somewhere\install.exe. And remember that %cd% = %temp%, thanks to the "crypt" trick.

=> The install procedure described in this howto is GOOD.

Natan

http://www.windowsdream.com -- Auto-update your PC with freeware/opensource

http://ping.windowsdream.com -- Partimage Is Not Ghost

;!@Install@!UTF-8!

RunProgram="Nero7.0.1.2.BASIC.exe -passive -norestart"

;!@InstallEnd@!

Why do I keep rebooting???

Will removing the -norestart from config.txt and calling the .exe from a batch

"%systemdrive%\install\applications\Nero7.0.1.2.BASIC.exe /norestart"

stop the reboot?

Edited by ebin25

  • Author

The config.txt should be:

;!@Install@!UTF-8!
RunProgram="msistub Nero.msi /qb-! /norestart"
;!@InstallEnd@!

The config.txt should be:

;!@Install@!UTF-8!
RunProgram="msistub Nero.msi /qb-! /norestart"
;!@InstallEnd@!

this is not working at all. installer starts and then rolls back. I suppose I could use my first one as my reboot cmd :blink:

Does anyone have more information about StartX.exe? I have looked around on google, but came up empty... or back to this site.

  • Author

Try this:

msistub Nero.msi /qb /norestart

See what error it spit's out.

Nero is slipping righ in there now. I started over from scratch. Thanks.

Edited by ebin25

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.