MSFN Forum: WPI 5.2 Wish List - MSFN Forum

Jump to content



  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

WPI 5.2 Wish List For the future Rate Topic: -----

#1 User is offline   mritter 

  • WPI Co-Developer
  • Group: Developers
  • Posts: 1,088
  • Joined: 13-November 05

Posted 04 July 2006 - 01:07 PM

Post any ideas, requests, tweaks, etc., here for version 5.2


#2 User is offline   kof94 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 433
  • Joined: 28-November 05

Posted 07 July 2006 - 07:51 AM

1. Could there be an option to arrange the items in the left of the config window as install order instead of alphabetical.

Although I use a category install I still add install order numbers to keep track. I think you could probably do away with the Config Lister aswell if you implement this.

2. I don't know If you can do this but could there be a mini header for each catagory thats installing, not a biggie if you can't but it would be nice.

This post has been edited by kof94: 13 July 2006 - 02:45 PM


#3 User is offline   sonica 

  • Junior
  • Pip
  • Group: Members
  • Posts: 71
  • Joined: 01-September 04

Posted 09 July 2006 - 04:01 AM

hello!

i'd like to see 2 new features in wpi:

1) a checkbox in application configuration pale to disable a specific entry. at present i'm able to do that using the "flase" keyword in condition entry, but i think it would be more pratical and less mnemonical with a little checkbox

2) i have a couple of apps that force my system to rebbot... no flag can avoid this. but i'd like to add them to wpi, to give the opportunity to install. what i'm asking is a flag that make a entry not selected even if a user choose "select all". so i can install thos apps manually with wpi but i must not fear that a user can select it if i choose "select all"


thanks for your job

sonica

#4 User is offline   pretender69 

  • Junior
  • Pip
  • Group: Members
  • Posts: 76
  • Joined: 29-June 06

Posted 10 July 2006 - 12:51 AM

ability to be able to pause install script, like you can with ktool by a icon in systray or in installer maybe?

#5 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,756
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 10 July 2006 - 12:55 AM

The pause function is already being looked at.

#6 User is offline   Francesco 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 363
  • Joined: 20-March 04

Posted 10 July 2006 - 03:46 PM

Some of the features I'd like to see:
  • In the percentbar of the install dialog the percentage of each program should be proportional to the file size of the invoked setup (for example office should have a much bigger range on the percentbar than small programs like emule)
  • If possible a smooth percentbar animation, instead of the percentbar jumping from a value to another.
  • The ability of forcing all the windows opened by certain setups to stay minimized in background this can be done by tracking the handle that calls each process.
  • The "Begin install" button on the bottom-right side, like it is in the wizard that appear after windows has installed.
  • Windows installer integration with the install dialog to show what is currently the windows installer doing(this requires windows installer messages parsing and I don't know how hard it is to implement, see http://msdn.microsoft.com/library/default....r_messages.asp)


#7 User is offline   bober 

  • Member
  • PipPip
  • Group: Members
  • Posts: 141
  • Joined: 17-March 05

Posted 11 July 2006 - 03:28 PM

how about the ability to use WPI has a standalone cd without the need for i.e. and having to tell windows to go to C:\Windows\system32\mshta.exe to run WPI.hta or having to run a .reg file manually to register WPI.hta.

#8 User is offline   mritter 

  • WPI Co-Developer
  • Group: Developers
  • Posts: 1,088
  • Joined: 13-November 05

Posted 11 July 2006 - 04:16 PM

That would be great. But since it is HTML/JavaScript based it needs a browser front-end. That is where mshta.exe comes in. It would have to be ported to C to be a stand-alone program. Then all the custom user modifying would be elimated, too.

#9 User is offline   bober 

  • Member
  • PipPip
  • Group: Members
  • Posts: 141
  • Joined: 17-March 05

Posted 11 July 2006 - 05:24 PM

so there is no way that WPI.hta can be "pointed" to mshta.exe with a script or .cmd file? mshta.exe is still in my system32 folder.

#10 User is offline   Francesco 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 363
  • Joined: 20-March 04

Posted 11 July 2006 - 05:49 PM

View Postbober, on Jul 11 2006, 10:28 PM, said:

how about the ability to use WPI has a standalone cd without the need for i.e. and having to tell windows to go to C:\Windows\system32\mshta.exe to run WPI.hta or having to run a .reg file manually to register WPI.hta.


IE can be launched as standalone but I think that including IE binaries inside WPI archive would violate just a few hundred copyright laws.

#11 User is offline   mritter 

  • WPI Co-Developer
  • Group: Developers
  • Posts: 1,088
  • Joined: 13-November 05

Posted 12 July 2006 - 04:08 PM

I have never had a problem with mshta.exe not launching WPI direct. If you do, do something like this in your .cmd file:
mshta.exe wpi.hta

That will launch it.

#12 User is offline   oneless 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 374
  • Joined: 07-January 05

Posted 13 July 2006 - 03:54 PM

1. comment : pause button can be nice. something like , if you press this button , the entry in use will be finish
the next entries will be ignored (+/- execute after ??)

2. on topic : maybe for 5.3 , but
if we have tool tips , why cannot see them in install window ???
...somewhere somehow... i have 1024x768 pixels
if a program is installed , during this,
its tool tips can be showed, somewhere the text , someelse the image...

3. on topic : a scrolled window pointed to a file info_ro, info_en..., in lang golder (or other names)
info_xx , containing tips ... like

Quote

<!-- Buttons bar -->
<td width="235" valign="top" nowrap>
and others .
position of this window : Interface tab ( a lot of space there).

#13 User is offline   mritter 

  • WPI Co-Developer
  • Group: Developers
  • Posts: 1,088
  • Joined: 13-November 05

Posted 13 July 2006 - 10:06 PM

The abort feature has been on the drawing board for quite some time now. Just recently the installer has been updated to have a Pause and Abort buttons. Stay tuned for that.........in final testing stage.

The tool tips in the installer: I doubt it. If you don't mind using extra space for a text box to show the tips (not a true tool tip popup), then possibly. But not reallyh necessary since it is supposed to be "unattended".

I am not sure what you mean in #3. More details.

#14 User is offline   billjrm 

  • Newbie
  • Group: Members
  • Posts: 23
  • Joined: 08-February 04

Posted 14 July 2006 - 11:53 AM

use different wpi.htm for different resolution

e.g.
use wpi_600.htm for 800x600
use wpi_768.htm for 1024x768
use wpi.htm if wpi_xxx.htm not exist

This post has been edited by billjrm: 14 July 2006 - 12:10 PM


#15 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,756
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 15 July 2006 - 04:53 AM

View Postbilljrm, on Jul 14 2006, 10:53 AM, said:

use different wpi.htm for different resolution

e.g.
use wpi_600.htm for 800x600
use wpi_768.htm for 1024x768
use wpi.htm if wpi_xxx.htm not exist


What would be the purpose of this when you can program all of the changes and values for each resolution into one wpi.htm...

#16 User is offline   Solid as a rock 

  • So solid as a rock is
  • PipPipPipPipPip
  • Group: Members
  • Posts: 718
  • Joined: 30-May 04

Posted 15 July 2006 - 04:54 AM

I would like to see the Glossy theme is changed to what we see every day (at MSN or Winrar or Torrent and and and)

Think at FOOOD, a good creator of art. http://www.iconaholi.../downloads.html

Scroll down and see the arts. This will WPI look newer and better (even itsnt better :lol: )

Or are there people who dislike this art?

Edit: i have take a look in the themestopic. I really like the jh_2000 Ultimatetheme (for this moment it will be the standard theme in my WPI). But i like to see more artistic themes like foood do.

This post has been edited by Solid as a rock: 15 July 2006 - 05:10 AM


#17 User is offline   billjrm 

  • Newbie
  • Group: Members
  • Posts: 23
  • Joined: 08-February 04

Posted 15 July 2006 - 10:42 AM

Original thought is "different theme for different resolution".

Themes
   |
   +--- Glossy (dir)
		  |
		  +--- default (dir)
		  |
		  +--- 600 (dir)
		  |
		  +--- 768 (dir)
		  .
		  .

I consider that there will be many duplicate files, so I reduce to "different wpi.htm for different resoulation".

Now I feel that "different wpi.htm for different resoulation" is not a good idea and "different theme for different resolution" is my wish.

View PostKelsenellenelvian, on Jul 15 2006, 04:53 AM, said:

program all of the changes and values for each resolution into one wpi.htm...

It's OK to do this, but structure of this wpi.htm will not be same as the current provided wpi.htm.

I think the general form of this wpi.htm will be complicated, so "wpi.htm per resoulation" is easyer to accomplish.

This post has been edited by billjrm: 15 July 2006 - 10:51 AM


#18 User is offline   mritter 

  • WPI Co-Developer
  • Group: Developers
  • Posts: 1,088
  • Joined: 13-November 05

Posted 15 July 2006 - 05:56 PM

The problem people run into with themes on different resolutions is that they try to use 1 huge wallpaper image and try to line everything up based on their current resolution. As soon as you switch, or someone else with a different resolution uses it, the wallpaper gets scaled up or down to match. This throws off all the visual alignments.
The best way to avoid this is to keep using the table that Glossy is based on. Put your title up at top, the bottom bar at the bottom, and your wallpaper in the center <td> frame. Then only the widths will be changed, not the heights, of the top and bottom bars. The main display will scale x,y but should affect how the MediaPlayer blends in, for example.
So, if you line up elements vertically then you can not use one huge wallpaper. Break it up into pieces and use the table.

#19 User is offline   wixfigura 

  • Junior
  • Pip
  • Group: Members
  • Posts: 65
  • Joined: 27-October 05

Posted 19 July 2006 - 11:03 AM

An EXiT Button for installer would be great!!! The close Window button doesnt shut the mshta.

This post has been edited by wixfigura: 19 July 2006 - 11:04 AM


#20 User is offline   mritter 

  • WPI Co-Developer
  • Group: Developers
  • Posts: 1,088
  • Joined: 13-November 05

Posted 20 July 2006 - 08:48 AM

There are now Pause and Abort buttons in the installer. I wanted that from day one but had code problems. Dje figured it out. 5.2 will be out soon to cure the installer problem and some new features.

Share this topic:


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy