-
$oem$\$1\install folder not getting copied?
Thank you for your kind help, I will check tht
-
$oem$\$1\install folder not getting copied?
I have Adobe Acrobat9. I am using file name Adobe as mention in script. This is the code I am using. cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\005 /VE /D "Adobe" /f REG ADD %KEY%\005 /V 1 /D "%systemdrive%\Install\Adobe\Adobe.exe /qn" /f Exit dont mind i am new to this site /qn stands for what .EXE or .MSI If you dont mind. Please can you make one code with .exe & one with .msi file. Many Thanks for your help.
-
$oem$\$1\install folder not getting copied?
Try not only to make sure you've spelled things correctly, but also to put the Install directory in the correct location! D:\XPCD\$OEM$\$1\Install This will copy it ito %SystemDrive% during setup as per your RunOnceEx.cmd. P.S In the script you've provided there appears to be missing double quotes on your n-Lite.exe line. Thanks dear for your fast reply I checked, the Spells it was correct I just put Install folder in $1 & it work. Now Adobe installing wizard open (means it like manual install ...next- next & finish), it’s not installing silently....? Any help is welcome Thanks & Regards
-
$oem$\$1\install folder not getting copied?
Thanks for reply I have used Virtual pc & Cd Thanks
-
$oem$\$1\install folder not getting copied?
Hi I have same problem I tried many times but the result is same after installion the following message is coming. (Runonce Start) Insattling Applications Window is now setting up following tems: >Adobe Nlite Then error messeage come Window cannot find" c:\insatll\Adobe\adobe.exe. Make sure you typed name correctly, and then try again to search for a file, click the start button & then click search. ...OK.. Here is my $OEM$ Folder look like d:\xpcd\$oem$ Inside OEM folder I have 1.) $$ (This folder have Resources & System32 folders inside. In Resource I have my Theme & in System32 I have CMDOW.exe 2.) install ( This folder have Adobe folder having Adobe.exe setup inside & N-lite folder having the n-lite.exe setup inside. 3.) Windows ( This folder have MyWeb folder inside, for wallpapers.) 4.) CMDLINES.txt 5.) RunOnceEX.cmd Below here is my Codes. CMDLines.txt [COMMANDS] "RunOnceEx.cmd" RunOnceEx @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\005 /VE /D "Adobe" /f REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\Adobe\Adobe.exe /qn" /f REG ADD %KEY%\010 /VE /D "NLite" /f REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\N-Lite\N-Lite.exe /sp- /verysilent exit WINNT.sif ;SetupMgrTag [Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" [unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS FileSystem=* Repartition=No UnattendSwitch="yes" DriverSigningPolicy=Ignore [GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=190 OemSkipWelcome=0 [Components] msmsgs=off hearts=off minesweeper=off pinball=off solitaire=off spider=off zonegames=off freecell=off fax=off [shell] CustomDefaultThemeFile = "%WinDir%\Resources\Themes\Royale.theme" [iEPopupBlocker] AllowedSites=www.msfn.org;www.microsoft.com;www.adobe.com BlockPopups=Yes ShowInformationBar=Yes [WindowsFirewall] Profiles = WindowsFirewall.TurnOffFirewall [WindowsFirewall.TurnOffFirewall] Mode = 0 [userData] ProductKey=xxxxxxxxxxxxxxxxxx FullName="XP_PRO3+" OrgName="" ComputerName=XP-ProS3 [Display] BitsPerPel=32 Xresolution=1024 YResolution=768 Vrefresh=72 Autoconfirm=1 [RegionalSettings] LanguageGroup=1 SystemLocale=00000409 UserLocale=00000409 InputLocale=0409:00000409 [FavoritesEx] Title1="Cricket.url" URL1=http://www.cricbuzz.com/ Title2="Currency Converter.url" URL2=http://www.xe.com/ Title3="Yahoo Mail.url" URL3=http://Mail.yahoo.com/ Title4="G-Mail.url" URL4=http://www.gmail.com/ Title5="Hotmail.url" URL5=http://www.hotmail.com/ Title6="Stock Market.url" URL6=http://finance.yahoo.com/ Title7="New York Stock Exchange.url" URL7=http://www.nyse.com/ Title8="Indian Stock Exchange.url" URL8=http://www.moneycontrol.com/ Title9="Kuwait Stock Exchange.url" URL9=http://www.kuwaitse.com/PORTAL/DEFAULT.ASPX/ Title10="Secure Server Mail.url" URL10=http://email.secureserver.net/ Title11="MOI E-Services Kuwait.url" URL11=http://eservices1.moi.gov.kw/engmoimain.nsf/ [branding] BrandIEUsingUnattended=Yes Home_Page=www.google.com [Proxy] Proxy_Enable=0 Use_Same_Proxy=1 [identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes I dont know what & where I am doing wrong kindly correct me Any help will highly appreciate. Thanks & Regards