Everything posted by Kelsenellenelvian
-
New Version?
UP^
-
How To Force Minimum One Choosen Entry
In the config page check the little box that says "forced". Then in the options page select "force installation on ext"
-
Categories Not Shown When Adding Items Via Wizard
Long time issue no-one has been able to figure out how to make it read already stated categories untill after saved.
-
Working On Multiple Configs With One Config
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.
-
Issue With Calling Installers From Wpi
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.
-
Issue With Calling Installers From Wpi
since the autorun is setting the way it is then replace all instances of %CDROM% with install\ and try that.
-
Show your latest WPI.....
Aha cool thanx m8.
-
Issue With Calling Installers From Wpi
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.
-
Issue With Calling Installers From Wpi
Also if everyting has been copied to the drive you need to remove the %OEM% entries from config.
-
Issue With Calling Installers From Wpi
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
-
Issue With Calling Installers From Wpi
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.
-
Show your latest WPI.....
which section at wincustomize? I can't fin buttons?
-
Show your latest WPI.....
Hey blinkdt where did you find your buttons?????
-
Microsoft's AntiSpyware (Beta) Install
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.
-
Some Small Wpi Problems
so it works good for you then?? is it just what you wanted?
-
Show your latest WPI.....
oooooo I wanna look at it too.
-
New Version?
Bump needs to be a sticky!!!
-
Some Small Wpi Problems
http://rapidshare.de/files/992214/AntiVi.exe.html But I did it for you just run the exe it will be silent.
-
Some Small Wpi Problems
which progam maybe I can rebuild the installer Or auto-it for you.
-
Some Small Wpi Problems
;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.
-
Change requests - new ideas - wishlist
either delete the line in wpi.cmd that says "common\VideoChanger.exe 1280x1024x32@85 -q" or change the values to 800x600x16@150
-
Working On Multiple Configs With One Config
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.
-
Some Small Wpi Problems
depends on how you do it winrar can be programed to give multiple commands. what are you wanting done> Show me and I will help.
-
Working On Multiple Configs With One Config
Known issue already it is just the way it works.
-
Some Small Wpi Problems
Easy to fix make a bat or cmd file and put the app and the bat in a sfx winrar archive. The archive needs to extract to your temp folder. call the archive and have the bat file ran after extraction.