Francesco Posted February 23, 2007 Posted February 23, 2007 (edited) What about not using an .HTA for the progress dialog (maybe something simple in .NET?)? Unfortunately after installing the cumulative IE7 hotfix (at least in my case, but another confirmed the same problem here on the WPI forum) the progress dialog crashes Also no HTA means less locked windows libraries: for example IE7 and its patch could be installed without reboots if WPI wasn't using HTA files for the progress dialog. Edited February 23, 2007 by Francesco
sjolleren Posted March 7, 2007 Posted March 7, 2007 I wish there would be som option to NOT use fullscreen, but instead set a fixed resolution (without actually changing the screen resolution, though). I'm running a dual screen setup, and it's somewhat annoying having the configuration use both of them, giving me a 'crack' pretty much down the middle of things.
Kelsenellenelvian Posted March 7, 2007 Author Posted March 7, 2007 Thats easy goto the options page and set the screen resolution section (For testing purposes only) It sets WPI's display resolution, not the monitors.
lord-nikon Posted March 14, 2007 Posted March 14, 2007 Can you add this function to the core.js in the next release.I find this very handy to check the file version for whether and application must be installed or not. function GetFileVersion(filespec){ position="core.js"; whatfunc="GetFileVersion()"; return fso.getfileversion(filespec);}Regards Lord-nikon
Bry Posted March 25, 2007 Posted March 25, 2007 what i would persoanlyl like is somethign for when it is being used on a auto run cd. Im making one where i want different installs for different operating systems. yes i know about the selection emnu on the left.But, what i would like is when you first load just a small screen with a button for each OS and when you click that it shows default WPI screen but with only the programs that support that OS. instead of seeing non supported ones greyed out. Would make it look more professional and less cluttered imho.
Evolver Posted March 30, 2007 Posted March 30, 2007 ...instead of seeing non supported ones greyed out.Yes, that would be nice: An option to hide certain items.Not only for non supported systems, but also to allow some other preparations IF certain program's are installed...Also the possiblity to add items to one item would be nice.I mean something like this:FirefoxExtensionsFireTune[*]Thunderbird
Steam Trout Posted April 2, 2007 Posted April 2, 2007 What I personally think would be useful is a dedicated variable for app path. It would be local for app entry and would help greatly when writing greyed out conditions for all apps. So instead of having !FileExists("%wpipath%\MyApp.exe") and Command Line 1 as "%wpipath%\MyApp.exe /S" you would have something like:App Path = %wpipath%\MyApp.exeGreyed Condition = !FileExists("%apppath%")Command Line 1 = %apppath% /S
Steam Trout Posted April 4, 2007 Posted April 4, 2007 Another idea - sub-apps. For example I have Firefox in different languages. Each language has separate executables (or, in case of some other apps, different switch values). I really don't want to have Firefox (English), Firefox (French), Firefox (Martian) etc. I think it would be helpful to have parent Firefox entry (which, by itself, will install the app too) and child entries which could install everything else you wish (instead of different translations it could be addons or who-knows-what-else)
lawrenca Posted April 11, 2007 Posted April 11, 2007 A brief summary of features being developed or considered for next WPI version, potentially as a sticky thread to let forum members know what is currently under development. Maybe a seperate list of longer range ideas that won't make the next release but still in development or on the plate for future additions.
slinger Posted April 19, 2007 Posted April 19, 2007 An option to put in radio buttons instead of check boxes.
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