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.

More silent install updates!

Featured Replies

This is my list of apps that can be silently isntalled, but the information located in the forums is out dated.

Acrobat 3D-

http://www.adobe.com/support/techdocs/330817.html ----tells you how

http://www.adobe.com/support/downloads/detail.jsp?ftpID=2709 --some software you need

Photoshop CS2-

http://www.adobe.com/support/techdocs/331261.html -works with out cracking your msi files :D

Please note for Photoshop CS2 you need to import some registry keys. I figured it out once, but forgot how. In other words it worked, but i cant find the guide on how to import registry entries. SO if you find that out it will work fine. Good luck!

EDIT:

After a few hours of trying to used reg add i had no luck. can someone please point me in the right direction?

here's the reg info i want to import during the windows install, preferably before it stats installing the app that needs it.

---------------

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{236BB7C4-4419-42FD-0409-1E257A25E34D}]

"EPIC_REGS_TYPE"=dword:00000004

"EPIC_REGS_STATE"=dword:00000002

"EPIC_REGS_LANG"=dword:00000000

"EPIC_REGS_COUNT"=dword:00000000

-------------------------

Its the same reg info needed to suppress the activation for Photoshop.

Azureus 2.5.0.0

/S (case matters)

Edited by songokussm

Something like this may help you out

@ECHO OFF &SETLOCAL

:: CREATE YOUR SPECIFIC VARIABLES
SET "PATHTOAPP=%SYSTEMDRIVE%\INSTALL\PHOTOSHOP"
SET "UNINSTKEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
SET "KEYCLSID={236BB7C4-4419-42FD-0407-1E257A25E34D}"

:: START THE INSTALL
START "" /WAIT MSIEXEC /I "%PATHTOAPP%\ADOBE PHOTOSHOP CS2.MSI" /QN

:: ADD YOUR REGISTRY KEYS
REG ADD HKLM\SOFTWARE\Adobe\Updater /V Enterprise /T REG_DWORD /D 1 /F >NUL
REG ADD %UNINSTKEY%\%KEYCLSID% /V EPIC_REGS_TYPE /T REG_DWORD /D 4 /F >NUL
REG ADD %UNINSTKEY%\%KEYCLSID% /V EPIC_REGS_STATE /T REG_DWORD /D 2 /F >NUL
REG ADD %UNINSTKEY%\%KEYCLSID% /V EPIC_REGS_LANG /T REG_DWORD /D 0 /F >NUL
REG ADD %UNINSTKEY%\%KEYCLSID% /V EPIC_REGS_COUNT /T REG_DWORD /D 0 /F >NUL
ENDLOCAL &GOTO :EOF

  • Author

thx for your responce. I figured it out. just use the reg file and make a an install script.

Something like-

regedit /s photoshop.reg /f

start /wait photoshop.msi /blabla

Please sign in to comment

You will be able to leave a comment after signing in

Sign In Now

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

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.