Jump to content

phatkat98

Member
  • Posts

    11
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by phatkat98

  1. check to make sure the autorun.inf reads [AutoRun] icon=MPUI.exe open=MPUI.exe [MPUI] AutoPlay=1 and make sure it's in your sfx archive
  2. video.exe should should be a sfx archive package. it should self extract to c:\temp... or where ever. ui like c:\temp because i know it's okay to delete. the program that should execute when it is done extractiong is start.cmd @echo off cmdow @ /HID Sleep /t:180 start MPUI.exe exit look at zecabra images to see what files need to be in the sfx package. i hope this help.. i would have some pictures for you but i'm in the middle of reinstalling windows. setuperr.log is a windows log file. i found this out today
  3. she maybe right. i don't use nlite myself i found it slowed my install.
  4. i your case make sure your exe file is not corupted note when i create my sfx package i have it install in c:\temp\video make sure start/cmd is executed after extraction hide all and over write all files is selected then test it before you put it in the cd if you get the sleep box to appear your half way there just close it and then video player should appear. if that all works great put that file back in $OEM$ $1 INSTALL MPLAYER and you should be good. i don't know about most people but i've had problems if it runs before T33 make sure your sleep time ends after T33 another proble could be a bad cd. don't know just a hunch! http://aris-toolz.de/sleep.html hope this helps
  5. may be...havent tried to play flash files during setup!! well, it seems i have alot a time on my hands, if you go to c:\program files\macromedia\flash\player if you copy all those file and put them in a temp directory. and then place any .swf file you like in there,also. create a compressed file (sfx) like zecabra's and then call it up in your winnt.sif [GuiUnattended] DetachedProgram="%SYSTEMDRIVE%\Install\your.exe" "your.exe" is what everyou want to call it well you get the idea! my dos did not have sound .. my flash did.
  6. Wow this is great i opens up a whole lot of ideas. so, i tried and it worked. thank zecabra here is something else i got to work. i did not have soud but hey who cares? what a time waster but i put dosbox in there along with some dos games. i can play mario ( it's allittle slower running) but dosbox allows you to bump up the emulation speed. if anyone is intrested i used zecabra setup but i copied dosbox over and then the game and created the compressed file like zecabra.
  7. hey there from Washington State. i like this forum alot thanks to whom ever created it.
  8. i believe its set to function this way in order to have wpi minimized during installs i messed with the source code most of last night i hope this is okay. the original codelooks like this Dim $Flag ;default flag for installation If IniRead (@ScriptDir & "\config\config.ini", "config", "WindowMode" , "Minimize") = "Minimize" Then $Flag = @SW_MINIMIZE If IniRead (@ScriptDir & "\config\config.ini", "config", "WindowMode" , "Minimize") = "Maximize" Then $Flag = @SW_MAXIMIZE If IniRead (@ScriptDir & "\config\config.ini", "config", "WindowMode" , "Minimize") = "Hide" Then $Flag = @SW_HIDE i changed it to this Dim $Flag ;default flag for installation If IniRead (@ScriptDir & "\config\config.ini", "config", "WindowMode" , "Restore") = "Minimize" Then $Flag = @SW_MINIMIZE If IniRead (@ScriptDir & "\config\config.ini", "config", "WindowMode" , "Restore") = "Maximize" Then $Flag = @SW_MAXIMIZE If IniRead (@ScriptDir & "\config\config.ini", "config", "WindowMode" , "Restore") = "Hide" Then $Flag = @SW_HIDE If IniRead (@ScriptDir & "\config\config.ini", "config", "WindowMode" , "Restore") = "Restore" Then $Flag = @SW_RESTORE now it still does not conform to the config file but now i see my applications. i tried if statements and select statements none worked. i added the compiled .exe for anyone who wants restored windows. kTool.zip
  9. i finally got all this to work. but i have one question i setup a test run and had calc.exe, cmd.exe, and dxdiag.exe execute. just as a test run. every thing worked great except that cmd opened minimized and so did dxdiag. i would like to know if this is normal behaviour ( calc opened normal ). when i run my original wpi (without ktools) every thing opens normally. what would cause that? edit - i checked out the ktools thread- i configured my max\min\hide in my config.ifi file. but that still did not fix the windows minimizing. please help
  10. sorry about the previous post i relized that was just my background here is the screen shot.
  11. i found this picture about 2yrs ago and added the moon and the water reflections this is my fisrt try.
  12. i do not have the enterprise edition to offfice. i get an eror message that says this version dos not support transform. start /wait msiexec /i %systemdrive%\install\Applications\Office2003\pro11n.msi TRANSFORMS=unattended.mst i tries the /qb- and the /qb is there a way to do this just using office pro edition.
×
×
  • Create New...