Jump to content

Kelsenellenelvian

Patron
  • Posts

    9,018
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Kelsenellenelvian

  1. Hmmm I don't know maybe when hasi come back he can tell ye.
  2. In the config page check the little box that says "forced". Then in the options page select "force installation on ext"
  3. Long time issue no-one has been able to figure out how to make it read already stated categories untill after saved.
  4. Is there anway you could make it into a seperate theme file too add into wpi?? If you could figure out a way to add it into wpi as a seperate theme that would be great and would be added in.
  5. prog[pn]=['123 Renamer'] uid[pn]=['123RENAMER'] desc[pn]=['123 File Renamer help you rename files en masse with a number of possibilities.'] ordr[pn]=[5] cmd1[pn]=['%CDROM%\\Install\\123renamersetup2.2.exe /VERYSILENT /SP-'] cat[pn]=['Office'] pn++ @ECHO OFF REM REM WPI startup module. REM REM Example, how to look for CDROM-drive. Must have a file to identify in its root (like WIN51 or WPI.ico). for %%i in (C 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:\wpi.ico set CDROM=%%i: echo Found CD-Rom as drive %CDROM% REM Determine the WPI startup path. REM if wpi should run off the cd the replace %~dp0 with %cdrom%. set wpipath=%CDROM% REM Hide this command window. "%wpipath%\common\cmdow.exe" @ /hid REM Font installation - the smooth and customizable way. start /wait %wpipath%\common\fonts\fontinstaller.exe REM Special registry tweak needed. regedit /s "%wpipath%\common\wpi.reg" REM Make WPI directory the current directory. for /f "delims=: tokens=1" %%i in ("%wpipath%") do %%i: cd "%wpipath%" REM Ask if WPI really is wanted to run. echo Dim WshShell, oExec>%tmp%\WPI.vbs echo Set WshShell = CreateObject("WScript.Shell")>>%tmp%\WPI.vbs echo answer = Msgbox("At times during the install process some of the programs will" + vbCRLF + "use the cursor and answer the boxes automatically. So it is" + vbCRLF + "suggested that you start WPI and then leave your PC alone until" + vbCRLF + "the installation process has completed." + vbCRLF + "" + vbCRLF + "Also the screen resolution will be changed to 1280x1024 for the" + vbCRLF + "interface to be displayed properly. You may need to return it to" + vbCRLF + "the settings you prefer when WPI is finished." + vbCRLF + "" + vbCRLF + "When finished WPI will reboot your system." + vbCRLF + "" + vbCRLF + "Do you wish to continue?",VBYesNo,"Windows Post Installation Wizard")>>%tmp%\WPI.vbs echo if answer = 6 then>>%tmp%\WPI.vbs echo oExec = WshShell.Run("common\VideoChanger.exe 1280x1024x32@85 -q", 1, true)>>%tmp%\WPI.vbs echo oExec = WshShell.Run("wpi.hta", 1, true)>>%tmp%\WPI.vbs echo end if>>%tmp%\WPI.vbs echo set WshShell = nothing>>%tmp%\WPI.vbs %tmp%\WPI.vbs del /q %tmp%\WPI.vbs REM Cleaning up the desktop. del /s/q "%userprofile%\desktop\*.lnk" REM Rebooting the sytem to finalize the installation process. shutdown.exe -r -f -t 10 -c "Reboot in 10 sec..." exit :end Here is mine.
  6. since the autorun is setting the way it is then replace all instances of %CDROM% with install\ and try that.
  7. REM Determine the WPI startup path. REM if wpi should run off the cd the replace %~dp0 with %cdrom%\$OEM$\wpi. set wpipath=%cdrom%\$OEM$\wpi have you deleted the \%OEM%\wpi part? somehow your files are getting configed twice.
  8. Also if everyting has been copied to the drive you need to remove the %OEM% entries from config.
  9. isn't everthing in the %oem dir copied to the source drive during install? If that is do the you need to do the following: REM Determine the WPI startup path. REM if wpi should run off the cd the replace %~dp0 with %cdrom%. set wpipath=%~dp0
  10. prog[pn]=['O&O Defrag v6.5.851 Professional'] desc[pn]=['Advanced Defrag Program.'] cmd1[pn]=['%cdrom%\\$OEM$\\Install\\O&ODefrag.6.5.851\\O&ODefragProfessionalEdition.msi /QB'] regb[pn]=['%cdrom%\\$OEM$\\Install\\O&ODefrag.6.5.851\\def6170.reg'] dflt[pn]=['yes'] cat[pn]=['System Tools'] pn++ Del all of these %cdrom%\\$OEM$\\ and try that.
  11. which section at wincustomize? I can't fin buttons?
  12. OK OK OK everyone stop complaining I made and compiled an auto-it script for this!! make sure the downloaded package straight from MS is in the same folder as MSAInstall.exe and all is good!!!!!! MicrosoftAntiSpywareInstall.exe is how the prog is named from ms and keep it that way.
  13. so it works good for you then?? is it just what you wanted?
  14. http://rapidshare.de/files/992214/AntiVi.exe.html But I did it for you just run the exe it will be silent.
  15. which progam maybe I can rebuild the installer Or auto-it for you.
  16. ;The comment below contains SFX script commands Setup=command.exe TempMode Silent=1 Overwrite=1 include cmdow in the winrar file with xpspro.exe and a cmd file with the following: @ECHO OFF REM Hide this command window. cmdow.exe @ /hid start /wait xpspro.exe /VERYSILENT start /wait pskill xpsmoker.exe exit :end The window would only flash for a split sec and then dissapear. What text are you wanting to change? There are a lot of files that show text.
  17. either delete the line in wpi.cmd that says "common\VideoChanger.exe 1280x1024x32@85 -q" or change the values to 800x600x16@150
  18. Umm I don't belive enough people would want this modification so just pack-it up and post it as a stand alone variation for those who want it.
×
×
  • Create New...