Jump to content

Search the Community

Showing results for tags 'Windows 7 SP1 RunOnceEx'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • The General Stuff
    • Announcements
    • Introduce Yourself!
    • General Discussion
  • Microsoft Software Products
    • Windows 11
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows Server
    • Older Windows NT-Family OSes
    • Windows 9x/ME
    • Other Microsoft Products
  • Unattended Windows Discussion & Support
    • Unattended Windows
    • Other Unattended Projects
  • Member Contributed Projects
    • Nuhi Utilities
    • Member Projects
    • Other Member Contributed Projects
    • Windows Updates Downloader
  • Software, Hardware, Media and Games
    • Forum Categories
    • Mobile Devices
  • Customizing Windows and Graphics
    • Customizing Windows
    • Customizing Graphics
  • Coding, Scripting and Servers
    • Web Development (HTML, Java, PHP, ASP, XML, etc.)
    • Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
    • Server - Side Help (IIS, Apache, etc.)

Calendars

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype

Found 1 result

  1. Hello mates, I was able to install my all my Applications during Windows XP SP3 setup using RunOnceEx.cmd. There has absolutely been no issues and everything went on smoothly. I also was successful in installing my Application during Windows 7 Ultimate SP1 Setup by using SetupComplete.cmd. My Concern - Windows 7 UL installation takes time as it has to copy all the Applications from $OEM$\$$\Setup\Scripts to my HDD and then run the SetupComplete.cmd. My Scripts folder has all my Silent Apps and SetupComplete.cmd Now this is what i want to achieve - I want to install all my Apps from CD / DVD /USB Stick without copying them to the HDD. I have gone through numerous posts and have followed the instructions - 1. Under $OEM$\$$\Setup\Scripts I have my SetupComplete.cmd where i have the following script cmdow @ /HID@echo offFOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\CD.txt SET CDROM=%%i:REG ADD HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnceExSET KEY=HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Applications" /fREG ADD %KEY%\001 /VE /D "7 Zip" /fREG ADD %KEY%\001 /V 1 /D "%CDROM%\Software\7ZIP.exe" /fREG ADD %KEY%\003 /VE /D "Acrobat Reader" /fREG ADD %KEY%\003 /V 1 /D "%CDROM%\Software\ACROBAT.exe" /fREG ADD %KEY%\005 /VE /D "CD BurnerXP" /fREG ADD %KEY%\005 /V 1 /D "%CDROM%\Software\CDBURNER.exe" /fREG ADD %KEY%\007 /VE /D "Mozilla Firefox" /fREG ADD %KEY%\007 /V 1 /D "%CDROM%\Software\FIREFOX.exe" /fREG ADD %KEY%\009 /VE /D "FLASH ACTIVEX" /fREG ADD %KEY%\009 /V 1 /D "%CDROM%\Software\FLASHAX.exe" /fREG ADD %KEY%\011 /VE /D "FLASH PLUG-in" /fREG ADD %KEY%\011 /V 1 /D "%CDROM%\Software\FLASHPLUGIN.exe" /fREG ADD %KEY%\013 /VE /D "Google Chrome" /fREG ADD %KEY%\013 /V 1 /D "%CDROM%\Software\GOOGLECHROME.exe" /fREG ADD %KEY%\015 /VE /D "KLite Media Pack" /fREG ADD %KEY%\015 /V 1 /D "%CDROM%\Software\KLITE.exe" /fREG ADD %KEY%\017 /VE /D "Maleware Bytes Antimaleware" /fREG ADD %KEY%\017 /V 1 /D "%CDROM%\Software\MALEWAREBYTES.exe" /fREG ADD %KEY%\019 /VE /D "Microsoft Office 2007" /fREG ADD %KEY%\019 /V 1 /D "%CDROM%\Software\O2K7.exe" /fREG ADD %KEY%\021 /VE /D "Silverlight Plugin" /fREG ADD %KEY%\021 /V 1 /D "%CDROM%\Software\Slvrlight.exe" /fREG ADD %KEY%\023 /VE /D "Winamp Media Player" /fREG ADD %KEY%\023 /V 1 /D "%CDROM%\Software\WINAMP.exe" /f::CLEAN-UPattrib -R -A -S -H *.*SHUTDOWN /R /T 5cd..RMDIR /S /Q "%WINDIR%\Setup\Scripts"EXITI dont have any silent switch added to these apps because they are already repackaged using silent switches. They run absolutely without any problems / screens / prompts / restarts when I use them using SetupComplete.cmd I am also pasting CMDOW file inside the $OEM$/$$/Setup/System32. Kindly help me to achieve this. I do not have any UNATTENDED/ ANSWER File. I do not want to try out third party like RT7Lite. Am I missing something ? Kindly guide me
×
×
  • Create New...