almulder Posted June 9, 2006 Share Posted June 9, 2006 (edited) thern: & Kel: I am working on option# 3. should be done in about a month or so along with the rest of the Theme wizard. Edited June 9, 2006 by almulder Link to comment Share on other sites More sharing options...
sadicq Posted June 9, 2006 Share Posted June 9, 2006 I just thought about a new request: more control over the media player:* should it or shouldn't it autostart playing the melody?* should it loop? (eventually loops count)* volume level (which value should it start from?)I think these are easy to implement and useful. For wmp (greater than v7) these are really easy to implement using the MP Object Model. For mplayer2, they use different vars and methods, but I'm sure the loop count is easy to do, the autostart the same, only the volume could represent a problem in mp2. Link to comment Share on other sites More sharing options...
sadicq Posted June 10, 2006 Share Posted June 10, 2006 The problem with shell.run() is that it stays on that line until the installer is finished. There is no way to watch the diskspace being used for a progress bar. If shell.run() ran in the background, then yes it could be done. I really doubt the harddrive space will be displayed. I don't see any real reason. With today's huge harddrives, why would you really worry about running out of space?I'm starting working on this progressbar today. I just found out that I'll have some free time.I already solved the problem with the installer that stays in the current line very simple (it took less than 5 minutes):InstallShell.Run("cmd /c start program", 0, true) Link to comment Share on other sites More sharing options...
mritter Posted June 10, 2006 Share Posted June 10, 2006 You have to be careful with that 0 instead of 1 to wait. You have to make a loop to check for the install to finish or it will start the next install right away, and then the next, and the next........You could have 20 programs trying to install at the same time, eating your CPU time up. Even the wrong kind of loop will kill your CPU time. Link to comment Share on other sites More sharing options...
sadicq Posted June 10, 2006 Share Posted June 10, 2006 (edited) Actually when I posted that I was not intending to modify the WPI calls. I was going to start another program separately from the installer which would have monitored the progress and would have updated the progress bar.The problem was that the installer is a .hta, so it runs mshta.exe which I don't how to attach to.So I gave up on Autoit and started coding some VBscript. Right now I have no clue about how this can be done, but I hope I'll come up with a solution. Edited June 10, 2006 by sadicq Link to comment Share on other sites More sharing options...
oneless Posted June 10, 2006 Share Posted June 10, 2006 two things about WPI_Log.txt , both very easy to do1. if exist WPI_Log.txt , do not overwrite , apend insteadof course delimited somehow with graphicalnothing to loose with append way.2. all lines indented , except those with errorssimply to view errorsor other method to view easily errors Link to comment Share on other sites More sharing options...
Gawoozle Posted June 11, 2006 Share Posted June 11, 2006 Perhaps an option to integrate into an windows installation folder and building the iso using makeiso or something like it? A very big improvement by the way! WPI has changed my way of viewing a harddisk format !Many thanks to the projectmakers Link to comment Share on other sites More sharing options...
wixfigura Posted June 13, 2006 Share Posted June 13, 2006 (edited) WISH:an exit button in the installer, or functionable window-header. to interrupt the installation. now its only possible if I manually close the mshta process. Edited June 13, 2006 by wixfigura Link to comment Share on other sites More sharing options...
almulder Posted June 13, 2006 Share Posted June 13, 2006 Updated my wish list. Link to comment Share on other sites More sharing options...
Djé Posted June 14, 2006 Share Posted June 14, 2006 I'd like to have support for the %USERNAME% environment variable (maybe in the replpath() function of generate.js), for conditional restoring of user data. Link to comment Share on other sites More sharing options...
Wesmosis Posted June 18, 2006 Share Posted June 18, 2006 I wish the Keyboard only control and Begin Installation without mouseis it possible? Link to comment Share on other sites More sharing options...
AlBundy33 Posted June 19, 2006 Share Posted June 19, 2006 (edited) A Option to hide all commands would be very nice.For Example: I have a setup.cmd with lots of commands and I don't want to see the console if the Batch is called.Other example: Sometimes I have to uncompress a archive with 7za - which also shows a console window.I know that I can use CMDOW but an option in WPI like "suppress console windows" would be very nice. ;-)A hint like "Installing program 1 of 234" would be very nice on the installer window.GreetingsAl Edited June 19, 2006 by AlBundy33 Link to comment Share on other sites More sharing options...
mritter Posted June 19, 2006 Share Posted June 19, 2006 Keyboard shortcuts are possble. Getting them to work in every situation is proving difficult. Hope to figure them all out for 5.1Abort installation was tried at the beginning. Will put it back in. Link to comment Share on other sites More sharing options...
AlBundy33 Posted June 21, 2006 Share Posted June 21, 2006 An information about how many errors occured would be very nice at the end of the log.GreetingsAl Link to comment Share on other sites More sharing options...
kev_147 Posted June 26, 2006 Share Posted June 26, 2006 Dynaletik posted on May 31 2006, 09:17 AM in this post something about WPI stopping windows loading the shell and that he and I am sure loads of other people doesn't want WPI stopping windows from loading the shell.However there are some scenarios where you might want WPI to halt the loading of the shell until WPI has completed.Could this option be added to useroptions? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now