Jump to content

WPI - Config Screen


Recommended Posts

Hello pals

1. Where do i disable or enable the config application in wpi.hta?

2. How do i make the wpi.hta multiple sites.. if i have more programs.. and one screen doesnt cover it all.. or doesnt have enough space to show it all (unless i use very tiny font size) .. can i do next to show the remaining.. software.. like 1,2,3 sites

regards

Link to comment
Share on other sites


1. Where do i disable or enable the config application in wpi.hta?
I think you are asking where to find the option to hide or show the config button. If so click on options, got to "Mis. tab", and check option "Show Config Button".
2. How do i make the wpi.hta multiple sites.. if i have more programs.. and one screen doesnt cover it all.. or doesnt have enough space to show it all (unless i use very tiny font size) .. can i do next to show the remaining.. software.. like 1,2,3 sites

Again I think the answer you are looking for is again by clicking options and going to the "Installer tab" here you have the option "Number of columns" and Show Scroll Bar".

Hope this helps, if not try and be a little more detailed and or show screen shots.

Link to comment
Share on other sites

hi

yes u are right..

but i want to know this aswell..

i have an example here

and i want to active config option.. which is hidden.. and in the *.js files i cant find nothing about the config activate or deactivate.

Link to comment
Share on other sites

Either you aren't reading the Options wizard very closely or you have it turned off. Go into useroptions.js at the bottom:

ShowMultiDefault=true;

ShowOptionsButton=true;

ShowConfigButton=true;

ShowSourceButton=false;

ShowManualButton=false;

Set accordingly.

Link to comment
Share on other sites

Hi Mritter,

the commands i tried.. doesnt work.. this is the code.

//
// User defined options
//
var numCols=2;
var appsPerInstallWindow=10;
var secs=60;
var language='en';
var load_checks='default';
var discPath='';
var timer='off';
var ReallyForce='no';
var sorting=true;
var debugOn=false;
var debugLevel=2;
var alwaysUseScrollbar=true;
var dontSplitCats=true;
var disableOnDepsNotMet=true;
var showOptBtn=false;
var FiltersEnabled=false;
var installByCategory=false;
var sortorder=['Required','Tools','Multimedia','Office','Security','Internet'];
var bgpicture='intro.jpg';
var resolution=0;
var theme='default';
Style[0]=["black","black","#FFb200","#FFD980","","","","","","","","","","",200,"",2,2,10,10,51,0.4,0,"",""];

Link to comment
Share on other sites

Are you using v5.0 or earlyer. that options screen looks prior to v5.0.

You should update to v5.0.

I thought that was the version you were using. If you are using v5.0 delete your "useroptions.js" file and run wpi open options. Should give you a error (That is a good thing) it will create a new "useroptions.js" file that is v5.0 and then it will reload wpi. This will give you the correct file needed and should solve your problem.

Link to comment
Share on other sites

yes it was older version prior v5.0 .. i just liked the design on it.. but deleting useroptions.js worked fine.. thanks alot.

now i need to reconfigure it with version v5.02rc

Link to comment
Share on other sites

  • 3 weeks later...
Either you aren't reading the Options wizard very closely or you have it turned off. Go into useroptions.js at the bottom:

ShowMultiDefault=true;

ShowOptionsButton=true;

ShowConfigButton=true;

ShowSourceButton=false;

ShowManualButton=false;

Set accordingly.

well that just sorted my silly mistake out, i was kicking myself - thanx for this nice program and ther time you spend on it :thumbup

bexx

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...