Jump to content

TrooperMan

Member
  • Posts

    33
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

Everything posted by TrooperMan

  1. Ah, updated links Sorry, had a server migration...
  2. The PHPMENU is the same in general. Look at the INDEX-file, this should be showing how to create the menu dynamically. Of course you can change the background image or the programs you want to run. As long as you do that for private use, it is okay. Because of the cut-off: I don't remember the setting that you need to change, but it has to be somewhere in the following line: stm_bpx("p1","p0",[1,2,6,-2,2,3,0,0,100,"progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0,wipeStyle=1,motion=forward,enabled=0,Du ration=0.30)",5,"",-2,80]); @Hixin: As long as you do that within PHP there is no need for me to change anything. And I guess what you want to do IS possible. (As far as I got everything right...) But I cannot give that much support on PHP, just go to www.php.net and look for yourself I am not sure though if I would store the whole files in the database but the filenames and their locations on the network... (and then copy them via PHP) Lookup the flush() - command from php. With that it should be possible to create some neat installation routines with showing progresses etc.
  3. Lol Basically this could be done by copying the mysql libraries for PHP to the extensions directory (which should be the PHP\ directory) and enable that in your PHP.INI. Go and fetch a copy of the PHP binaries from php.net and you have the libraries you want. You might of course use other databases then if you want. PS: By the way, I'm using PHP version 4.x
  4. New Beta, added several things... 1) Added CMDS Command which can be used if you want to run several commands from one line. All commands have to be written within bracers. e.g. CMDS:(COMMAND1:PARAMETER1)(COMMAND2:PARAMETER2) I though this is neccessary for: 2) Added COPYKEY Command which copies a serial number or whatever to the Clipboard WITHOUT showing it. Additionally added blockwise paste via CTRL+B. This will help filling out serial-number boxes which are divided in blocks. The serial numbers will be split up at the minus character (-). 3) Added a configuration wizard which can be opened via ALT+E. With this wizard editing the configuration file should be much simpler. AUTORUN2B8.ZIP As always: Happy testing
  5. Not that I get angry or something like it, but my Autorun IS for installing software with the possibility to create ISO / DVD; but again: it is just an additional feature. So please: Read my thread, too. But I can see that someone wants a more leightweight autorun without all these gadgets and gizmos and that such people prefer yours. And also I like the idea of giving alternatives. So here's one suggestion: Try to make it possible to let the user switch between a ComboBox and a ListBox. A listbox will make it easier to find an select something.
  6. Drop me a line via PM (in german). I don't understand anything (besides:) And no: This is not from winboard.org. This isn't even an installer but a simple autorun. So why including my program in an unattended installation?
  7. Hmm... I will try to debug that a bit more. Although I don't think I will get the time for that today. But here's a little demo for PHP support. This code attached with PHPEngine=On should produce the same menu index page and is LOTS easier to maintain... (Right-click -> Save as...) INDEX.HTML
  8. hmm... it works for me... After the "save to.." dialog pops up and I choose a destination, debug tells me that it started cdimage. MKISO (SETTINGS): CDImagePath = TOOLS\CDIMAGE.EXE MKISO (SETTINGS): BOOTIMAGE -> LOADER.BIN MKISO (SETTINGS): IMAGELABEL -> WIN95C_DE MKISO (SETTINGS): ROOTPATH -> ISO\95C MKISO (SETTINGS): FILENAME -> Windows 95.iso MKISO (ACTION): CREATE ISO, BROWSE FOLDER... MKISO (ACTION): OUTPUTTING TO "C:\Windows 95.iso" MKISO (ACTION): STARTING COMMAND LINE: >>>>>>> TOOLS\CDIMAGE.EXE -lWIN95C_DE -t08/23/2001,09:00:00 -b"LOADER.BIN" -h -n -o -m "ISO\95C" "C:\Windows 95.iso"
  9. Okay a) Rewrote the whole MKIso function, which SHOULD work like before, but maybe needs some additional testing. I had to do this to give the possibility of changing the filename. Two things now: You may add a :<FILENAME> to your MKISO-Command (after ISOROOT) to set a default filename for the ISO-Image. If this is not set, the Label will be used (backward compatibility). Additional you may want to give the user the opportunity to change the filename. This is done by changing the option FilenameByUser=1 in the menu.ini. I added a new file COMMANDS.TXT holding all possible commands with descriptions. B) About DVDDecryp*er Simply google it. AUTORUN2B7.ZIP Sorry about creating a new version every day... Beta 7 --- lol. Hope you have fun testing, though. Will need to get full support for the BASS.DLL (playing single files) and an okay from you both for the MKISO-function so that I can release V2 finally.
  10. Nargh, I think I got it now... AUTORUN2B6.ZIP Its not that easy if you can't test it yourself, sorry
  11. Okay, hopefully fixed that as I can't test the MakeIso function atm. AUTORUN2B5.ZIP About PHP: it is possible to create dynamic menus and also add functions and stuff for menu creation which may be easier to maintain. Also you could do some scripting if it is needed...
  12. Okay, now I made the Parameters for CDImage changeable (see my menu.ini for details), the creation window should now close if the option to record the iso is not given. Also I've added the opportunity to change the default name / path of the menu.ini. This is done by calling AUTORUN.EXE -setinipath MYNEW.INI or AUTORUN.EXE -setinipath PATH\TO\MYNEW.INI This will create a new exe-file which will use the new path. Be careful since you cannot redo that, so keep a copy of the original exe-file. If you don't want that change within the exefile, you can start the menu with AUTORUN.EXE -inipath PATH\TO\MYNEW.INI or add that to your autorun.ini. Note: At the moment the autorun just supports ONE parameter, no matter what parameter it is. So -debug won't work atm together with setinipath or inipath. Version 2, Beta 4 Thanks for testing!
  13. Seems to be my fault... Updated: http://www.saydoo.com/AUTORUN2B3.ZIP @dillon: It should work properly without .dll, did you really update the exefile? If yes, then I will have to investigate a bit more and / or remove it till i find a good solution...
  14. Updated version so that it loads BASS dynamically. Same location. But at the moment bass.dll would work with Streams only, I'm working on full mp3 (etc) support. Also the "burn disc afterwards" will disappear if theres no dvdd****** found. Will improve that later in optical ways.
  15. I will try to make it work without bass.dll, then. @amd64lover: have you tried the debug-mode? it should tell you how cdimage is started. compare that to what you need and maybe run it manually to check the errors and tell me what happened. Maybe we can solve it that way.
  16. Download again pls. Just found a new bug with MKISO. Fixed it now. It didn't read out the label of the cd correctly.
  17. @AMD64LOVER The MKISO stuff is still in work but you may want to test the new version though. The language problems should be fixed now. Here's the changelog so far: Version 2.0beta + added debug-mode: Start with AUTORUN.EXE -debug to get extended debug information. With this you may find errors in paths etc... - fixes in PHP, workaround at the moment that should work in most environments NOTE: All files will be parsed by PHP if PHPEngine is set to ON (which is NOT bad) - fixes of RUN command, now supports parameters and start of almost every file through its default program (e.g. MSI-Files will be launched, JPEGs would result in opening it with your default graphic software) + added RUNEX command for executing several commands from one link (commands have to be seperated by |, e.g. runex:COMMAND1|COMMAND2) + added EXPLORE command to open a directory/folder in explorer (e.g. explore:C:/) - fixed two language-Strings from MKISO-Window to be exchangable LNG_ISOSAVETO LNG_ISOCANNOTRECORD - SHOWKEY command automatically copies the key to clipboard now + added support for BASS library to play different kind of music files & streams, therefore + added PLAY command, needs a filename or URL as parameter (e.g. play:mymp3file.mp3) + added STOP command (without parameter) (e.g. stop:) (INFO: BASS-Library can be downloaded from http://www.un4seen.com/ any must be copied to the same directory as the AUTORUN.EXE. You also have to activate BASS support in the INI-File via [BASS] BASSEngine=ON You may want to specify a file to be played on startup. This is done via AutoPlay=mymp3file.mp3 in [BASS]-Section. Download: Admin's Autorun v2ß2 Happy testing
  18. You will have to wait till i upload the new version, but yes, then it should do it. PHP is disabled by default.
  19. In most cases you don't need to change anything, it should be fully backward compatible. It automatically checks for parameters and it also should be able to start msi packages directly. I've tested that.
  20. I'm updating the second version with PHP, but you don't need to activate PHP...
  21. Sorry that I let you down, guys! I have not been able to update the tool for health reasons. But now I will try to get things fixed really soon and maybe implement some new features if there are any needed. Currently I'm working on the PHP Issues but this is the current changelog, await an update within one day... - Fixed several "RUN" issues (including Parameter Handling) + Added support for multiple RUN commands via RUNEX (commands have to be seperated by "|", e.g. runex:DOTHIS|DOTHAT - Fixed MKISO command by adding some " to the commandline the tool starts, so that problems like wrong output dirs should not longer occur (e.g. C:\DOCUMENTS as filename) ( gnarrrg, sorry )
  22. Hmm... you're right. I will fix that asap. To run an external app via PHP use popen("dir", "r"); or if you want the dosbox to stay open popen("start dir", "r"); That should work. I don't know what happened to the run: command, will check that.
  23. @fingers: I ran into the same problem as you did and this is because I just can push the PHP output to the Browser (which is an IE instance, right) and can NOT modify the Address the browser thinks it is showing. Basically the Browser is located at about:blank when showing PHP results. I don't have much time at the moment but I will fix that as soon as possible (if it IS possible) I will also create a dynamic Version of that DHTML Menu I used, so that one can use an INI-File (or XML or whatever) rather than playing with the JavaScript source, which can be very disturbing. Anyway: I would like to see some more Designs. Anyone made something new and wants to post it?
  24. By the way... I just finished the first Beta-Version of the Autorun including PHP-Support. So this would be a lot easier to create some more dynamic menus. I think I will create a new thread for it later on, but here's the link if you want to give it a try: Administrator's Autorun V2 Beta1
  25. @LiquidSage: Hmm, about the serial stuff... I think I'll try and get that in later on, okay? If you don't want to use the Background, just change the browser boundaries. (Left & Top to 0; Width, Height to your window dimensions). Fixed the Beenden, thanks And: I don't get what you mean by install the recovery console... sorry, can you explain pls? @N30M0D: You could add sound within the HTML the menu uses.
×
×
  • Create New...