Jump to content

want to make automed app install after widows setup


osfar

Recommended Posts


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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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??????

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...