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.

want to make automed app install after widows setup

Featured Replies

After install you'll find this folder c:\install (if system drive is C) and all the files you put in $OEM$\$1\Install,it is not a wrong ideea to remove it after use.

  • Author

i have insttaled the windows with mcirosoft virtual machine 2007 sp1

and the result is

after first logon

cmd appers and box messege

cant find c:\windows\adobeexe

i pressed ok

then

cant find c:\windows\klite

and that happened for all programs that i put in the cd

after finish no program was installed

I think you've created $OEM$\$1 and put install packages there and in RunOnce tab you put this

start /wait %SYSTEMROOT%\yoursetup.exe .....

So if you use $OEM$\$1 then RunOnce must look like this : start /wait %systemdrive%\yoursetup.exe ..

or if you use $OEM$\$$ then RunOnce must look like this : start /wait %SYSTEMROOT%\yoursetup.exe ..

Please read there : http://unattended.msfn.org/unattended.xp/view/web/18/

$$ - Windows Folder

$1 - Root of hard drive where Windows is installed to partition.

  • Author

i have used $OEM$\$1\Install\i put all programs here

and my codes are

regedit.exe /s tweak.reg

to add ie to the desktop

start /wait %SYSTEMROOT%\AdobeReader90.exe /sAll /rs

start /wait %SYSTEMROOT%\JRE6.exe /quiet /norestart

start /wait %SYSTEMROOT%\KLiteCodecPackStandard417.exe /VERYSILENT /SP-

start /wait %SYSTEMROOT%\QuickTimeAlternative270.exe /VERYSILENT /SP- /NORESTART

start /wait %SYSTEMROOT%\RealAlternative190.exe /VERYSILENT /SP- /NORESTART

start /wait %SYSTEMROOT%\WinRAR_3.71_Corporate_Edition.exe /S

start /wait %SYSTEMROOT%\Yahoo.exe

start /wait %SYSTEMROOT%\Install_WLMessenger.msi /qn

regedit /s nero.reg

start /wait %SYSTEMROOT%\nero-8.3.6.0_english_lite.exe /VERYSILENT

what is the problem??????

i have used $OEM$\$1\Install\i put all programs here

and my codes are

regedit.exe /s tweak.reg

to add ie to the desktop

start /wait %SYSTEMROOT%\AdobeReader90.exe /sAll /rs

start /wait %SYSTEMROOT%\JRE6.exe /quiet /norestart

start /wait %SYSTEMROOT%\KLiteCodecPackStandard417.exe /VERYSILENT /SP-

start /wait %SYSTEMROOT%\QuickTimeAlternative270.exe /VERYSILENT /SP- /NORESTART

start /wait %SYSTEMROOT%\RealAlternative190.exe /VERYSILENT /SP- /NORESTART

start /wait %SYSTEMROOT%\WinRAR_3.71_Corporate_Edition.exe /S

start /wait %SYSTEMROOT%\Yahoo.exe

start /wait %SYSTEMROOT%\Install_WLMessenger.msi /qn

regedit /s nero.reg

start /wait %SYSTEMROOT%\nero-8.3.6.0_english_lite.exe /VERYSILENT

what is the problem??????

:) It's exactly what i supposed to be,look to my earlier advice

"So if you use $OEM$\$1 then RunOnce must look like this : start /wait %systemdrive%\yoursetup.exe ..

or if you use $OEM$\$$ then RunOnce must look like this : start /wait %SYSTEMROOT%\yoursetup.exe .."

If you used $OEM$\$1\Install\ files are copied in c:\Install folder and then you try to run

files from %SYSTEMROOT%\WinRAR_3.71_Corporate_Edition.exe /S wich is c:\windows\WinRAR_3.71_Corporate_Edition.exe /S

Correct use is : start /wait %systemdrive%\install\WinRAR_3.71_Corporate_Edition.exe /S

Edited by ionut_y

  • Author

and

i want after windows install

can type in arabic and english

and i have customized my option in regional setting tap

but after windows finish it make arabic defult language and to type in english press alt +shift

but i want to make the defult language is english and if i want to type in arabic i press alt + shift

is that possible or not

and thanks

  • Author

so if i renamed the folder from $1 to $$

will it work or i will have to edit all switches?

so if i renamed the folder from $1 to $$

will it work or i will have to edit all switches?

it will not work because you have a subfolder INSTALL

put all files from this subfolder into $$ and you don't have to edit RunOnce

ok what about lang problem

I can't tell you exact solution,you better search this forum using search option above,if no solution then start a new topic.

  • Author

Winrar corporate edition i got it from my friend ? is it illegal copy or what?

finally i finished my project and its successful :D

a very big thanks for every one helped me

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.