Jump to content

kurt476

Member
  • Posts

    624
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by kurt476

  1. I love this program too because it gives a style image of install window and you get too select and appication it replaces start.cmd scriptes for meand i use no java scripts i think this is the best program
  2. is there a switch that will ask you too insert cd #1 or 2? i need a message box that ask's you and and i'm hiding the command window durning when it ejecks the cd rom for it too ask please insert#1 or someing like that. here is my code: CLS @echo off TITLE STARTING UP windows-POST-INSTALL %systemdrive%\install\wpi\cmdow.exe @ /HID REGEDIT /S %systemdrive%\install\wpi\common\Prefetch.reg REGEDIT /S %systemdrive%\install\wpi\common\WPI.reg CDR OPEN F: SLEEP.exe 50 CDR CLOSE F: start /wait %systemdrive%\install\wpi\WPI.hta /prefetch:1 exit so is there a switch for it too ask you for the #? of the cd?
  3. Yes i do thanx alot i need too know the commands for stuff like this if i am going too do unattend cd's for all my pc's
  4. ok i'm working a unattend and i am using wpi = windows post install i am using a start.cmd witch i need too hide after this command: regedit /S "%WPIPATH%\common\wpi.reg and then wpi.hta come's up and i need too hide the dos window so that it is hidden. so i'm either looking for a switch for some thing too help me here. dose anybudy have a idea?
  5. Thanx i will Try that see how it go's
  6. yes for my videos and music i'm done with my main pc with the internet i have too work a media center i want too do for me. well actlly it is a combined with nlite and wpi and unattended cd togethter
  7. where can i get wpi themes?
  8. i'm looking for a switch for this type of driver installer or the .inf files ok here is the drivers. download the driver software below i don't know what switch will work i tryed thes /q /S /silent click where is says here is the drivers too download the drivers so you know what drivers i am using.
  9. i have been using wpi.hta directly called up not a .cmd and the error ocures
  10. ok have is my problem when i install all the programs for my pc durning the installation this is the message i got durn the installation: A script on this page is causing internet explorer to run slowly. if it conitnues to run you computer may become unresponive. Do you want to about the script? i press yes i do want too abort. how come am i getting this message? sorry about the spelling.
  11. sorry i my spelling is a little off come on about it dose the wpi.exe go under either windows xp cd or post install cd 1 ?
  12. ? a how do i use this? i been try too figure out to use it. i use a start.cmd and i don't know how it finds under just %cdrom% or %cdrom%\software\wpi folder how dose the setup go?
  13. that's not the same as this
  14. can some1 help me setup this wpi.cmd for the cd rom? @ECHO OFF REM REM WPI startup something. REM REM Example, how to look for CDROM-drive. Must have a file called WIN51 in its root. 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:\WIN51 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%\PathToWPI set WPIPATH=%~dp0 echo WPI will run from %WPIPATH% REM Font installation - the easy way for /R %%i in ( *.ttf ) do ( echo Installing font %%~ni.ttf copy /Y "%%~fi" "%windir%\Fonts" > nul "%WPIPATH%\common\installfont.exe" "%windir%\Fonts\%%~ni.ttf" > nul ) REM Hide this command window "%WPIPATH%\common\cmdow.exe" @ /HID REM Special registry tweak needed regedit /S "%WPIPATH%\common\wpi.reg" REM Make WPI driectory the current directory for /F "delims=: tokens=1" %%i in ("%WPIPATH%") DO echo %%i: cd "%WPIPATH%" REM Start WPI and wait for its end start /wait WPI.hta [/QUOTE]
  15. yes that what i ment
  16. i have no clue how too use autoit scripts or anything about autoit scripts
  17. well i used these switchs for the installsheild: -s -S -r -R that all i used. some1 said that that -s worked but nothing happend when tryed those switchs
  18. is there any way that a ini file can be created too have it list of the programs on the cd?l and too create a Dat too tell yeah too insert cd 1 or 2 or 3 or some thing like that? what we need is a script too list what is on the cd's
  19. i will make it clear as possible. ok here is the problem. when i did a silent install for panda installsheild it didn't install it why?
  20. well i have a freeware program that can automaticlly monitor a installation of the program called: MaSaI Editor it is freeware for things like this so i will try that instead
  21. isn't there any way for it too automaticlly find the drive that has the post-install cd 1? so that if i have the installation disk windows xp in d drive it beable to go striagh on too the next cd rom drive?
  22. how come wpi can't find the other cd rom i have installed on my system? if i want too make a posting install that has 3 cd or 2 cd i would like too find the other cd rom i have isntalled. i have 1 cd for the windows xp installation and cd 2 for the post install.
  23. it's nice but what i am looking for is a registry entirey that can automaticlly put the serial number and username in so it is registered
  24. is there a way i can enter the spyware doctor registration in the registry like nero dose?
  25. we need writing a configure.js too be alot easier for like for begainers those who don't know wpi.
×
×
  • Create New...