Kelsenellenelvian
Jul 28 2009, 12:03 AM
Lets hope there are none, huh?
AlBundy33
Jul 29 2009, 02:28 PM
Some configurations are now in config.js and not in useroptions.js
CODE
// Configurations tab
Configurations=[''];
ShowMultiDefault=false;
CheckOnLoad='none';
// ---
SortOrder=['PreInstall','Allgemein','Brenner','Development','Handy-Tools','Hardware','Internet','Microsoft','Multimedia','Office','Radio & TV','Sicherheit','Spiele','Toolz','VAIO','PostInstall'];
Is this a bug?
--> I create these files automatically - so I want to put the config in the right files. ;-)
Al
chaoticyeshua
Jul 29 2009, 03:02 PM
That's likely not a bug. The category sort order is available in the config menu now under the Configurations tab. I imagine they wanted all "config"-based entries to be kept seperate from the options. It took me a little bit to find it, but I think overall it's a good change.
Kelsenellenelvian
Jul 29 2009, 03:05 PM
No bug those option were moved on purpose.
mritter
Jul 29 2009, 08:51 PM
I moved them because you could have multiple config.js files, but you are then limited to one options file (unless specify a different one). By moving those options each config file will be 100% independant of the options file. This will also bear more importance with the next version.
condor
Aug 26 2009, 01:23 AM
When I try to add an aplication I receive this

When try to make update this:

How can solve?
mritter
Aug 26 2009, 07:01 AM
When you first run the latest WPI, it should open an alert like above. Make a backup of config.js and then let WPI update your config file. It will actually do it twice.
The number of commands was raised from 10 to unlimited, so the format has been changed a bit.
Wesmosis
Aug 28 2009, 09:59 AM
Avira showed RunWPI.exe as trojan
I know it's a false positive, but can't you get another way to run WPI from the CD
and also it's a 1.8mbs !!
wazer
Sep 14 2009, 02:48 PM
Only bug i have found is.
The translation requested does not exist. Check your installation!.
Im running windows 7 danish.
even tho i have set it to english and saved. Then it would still come if i exit and start wpi up again and go into options the dialog is comin again..
I even tryed to select danish save and then select english again save then exit and start again. Comes up everytime

.
Is it me or will autoit files not work with wpi when trying to launch them at first logon?
And another thing. Is it just me or does wpi hangs abit? i dont have any cd/dvd insetted. im using wpi with usb stick.
After i got a mixup with WPI trying to set my frequency to 999. I had to go to safemode remove nvidia drivers and go into normal mode again. i had to go to useroptions.js and find the values and changes them back to system default, after that i started wpi and suddenly it was crazy fast without my graphic drivers installed. Whats with that?.
after installing nvidia drivers. rebooting. Launching wpi its abit slow again.
mritter
Sep 14 2009, 04:22 PM
Never got any reports about the language problem you have. Set it to the first choice, system default, and see if it works. It could also be because the original translators had the wrong country codes for some languages. I have them all fixed.
What version are you using?
As far as the graphics being faster, if you are still using IE6, then yes, it will be slow.
wazer
Sep 14 2009, 05:31 PM
Im running windows 7 with all updates applied and ofcouse ie 8.0.
And iv always used the newest version of WPI afaik v7.7.0
its not the graphic loading faster its overall with wpi everything in wpi ran fast when i didnt have installed drivers
Comp specs. Tho shudnt be a problem there.
cpu: q9550 quadcore
ram: 4giga patriot
gfx: nvidia 260 GTX
hdd: velochi raptors.
freeAppz
Sep 21 2009, 11:33 PM
QUOTE (wazer @ Sep 15 2009, 01:31 AM)

Im running windows 7 with all updates applied and ofcouse ie 8.0.
And iv always used the newest version of WPI afaik v7.7.0
its not the graphic loading faster its overall with wpi everything in wpi ran fast when i didnt have installed drivers
Comp specs. Tho shudnt be a problem there.
cpu: q9550 quadcore
ram: 4giga patriot
gfx: nvidia 260 GTX
hdd: velochi raptors.
Hi
Try "Sysinternal" tools like Process Explorer.exe or Process Monitor.exe to find out what process that hangs when you run WPI with nVidia drivers installed. (just an idea)
A link to sysinternals suite.
http://technet.microsoft.com/en-us/sysinte...s/bb842062.aspxBest regards
AlBundy33
Sep 25 2009, 08:17 PM
In installer window "%USERNAME%" is displayed instead of the value of the variable.
Al
mritter
Sep 25 2009, 09:27 PM
Has always worked fine for me. Type it in to a command prompt. It should say
'Mark' is not recognized as an .......
but your name instead, of course.
AlBundy33
Sep 26 2009, 07:45 AM
It's also a problem in main-WPI-window (screenshot bottom right).
mritter
Sep 26 2009, 11:49 AM
Is this during an install when maybe no user accounts have been set up yet? Or is this on your desktop?
Did you do the command prompt test?
AlBundy33
Sep 26 2009, 02:37 PM
QUOTE (mritter @ Sep 26 2009, 11:49 AM)

Is this during an install when maybe no user accounts have been set up yet? Or is this on your desktop?
Did you do the command prompt test?
Of course
CODE
echo %USERNAME%
shows my username and I tried it on my running system.
Al
ZEUS__
Oct 23 2009, 08:01 AM
Hi,
there is encode problem with chars Turkish file>lang_tr.js.
now:
CODE
lblProgBarsSkin[lang] = ['İşlem çubuğu'];
shoul be:
CODE
lblProgBarsSkin[lang] = ['İşlem çubuğu'];
I have face this problem with 7.7.0, not old ones.
also language selectbox has bug i think..
I opened optionswizard_languagecombo.js with notepad++ and saved with UTF-8 not UTF-8 without BOM and now it's correct.
I attached corrected files.
Click to view attachmentClick to view attachment mritter
Oct 24 2009, 12:37 PM
Thanks
ZEUS__
Nov 1 2009, 05:00 PM
you're welcome
midiboy
Nov 18 2009, 08:14 AM
Hi !
Two problems I found:
1. Commandline parameters seem to get ignored with the wpi.exe. They do work with the wpi.hta
2. Please don´t get rid of wpi.hta in favour of wpi.exe. I am starting WPI through a script that maps a drive using pushd, then starts wpi and stays open while wpi is installing apps. Then, when WPI closes, the script deletes the network drive using the popd command.
This works great with wpi.hta but with wpi.exe the script starts WPI and instantly continues and therefore deletes the network drive. Thats probably because WPI.exe only starts wpi.hta and then closes.
So for me this is no real solution. At least tell us what wpi.exe does so we can do that manually before starting wpi.hta or keep wpi.exe open or something :-)
Thanks !
Alex
mritter
Nov 18 2009, 09:30 AM
1) Works just fine locally, but with UNC paths they are not. Will get fixed.
\\ws29\c\wpi\wpi.exe theme=Windows
does not work
2) WPI.exe staying open was a topic from the start. Keeping it open is no problem.
midiboy
Nov 18 2009, 11:20 AM
Hi !
I see. Thanks for the info :-)
Then I am happy :-)
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.