Jump to content

lionhrt

Member
  • Posts

    136
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Posts posted by lionhrt

  1. Also is there a way to group them in the start/Programs/Games/Action; Card; Strategy; Puzzle. and silently install each game to its particular genre?

    in the pic below is a lil more understanding of what i am trying to achieve:

    so surrounding the red box are the games that i would like to move over to the start\programs\games subfolder. If there is a way to catagorizes folders within the games subsection that would be even better.

    here is a sample of my config.js file and would like to know if there is a way to force the installer to install the games i have in that fashion.

    prog[pn]=['5 Card Slingo']
    uid[pn]=['5CARDSLINGO']
    desc[pn]=['<img src="./graphics/5slingo.jpg" width="257" height="192"><br>Are you ready to play 12 hands of poker at once!? 5 Card Slingo is the exciting game that combines the fast paced fun of Slingo with strategic poker playing action. It features 3 modes of game play, including the brand new Mixed Matrix mode. It also saves your best hand in each mode, keeps track of your top scores and has a top ten list to highlight all the big winners. Do you have what it takes to be one of them? Play 5 Card Slingo Today and get lucky!']
    ordr[pn]=[3]
    cmd1[pn]=['%cdrom%\\Install\\Games\\5CardSlingoSetup.exe /silent']
    rega[pn]=['%cdrom%\\Install\\RegFiles\\5cardslingo.reg']
    pn++

    Any help would be appreciated.

    EDIT: I have never done a cleanup.cmd so have no idea exactly how or way to direct the command to run.

    move "%allusersprofile%\Start Menu\Programs\Object%Desktop\" "%allusersprofile%\Start Menu\Programs\IconPackager"
    rmdir /S /Q "%allusersprofile%\Start Menu\Programs\Object%Desktop\"

    post-44350-1120764329_thumb.png

  2. On certain games I have stored some saved games file that i would like to be able to overwrite or move to their respective folders. can this be done by creating something something like winzip that will extract into their folders and overwrite if need be (silently of course).

    same situation with programs i would imaging for instance if i have a license file i need to place in a certain location.

    Edit: Imagine the string would be placed in Command 2 in the config.js?

  3. I have gotton recently the exact same thing. But it only happens when I try to run wpi.cmd. if i load manually with wpi.hta i dont get any errors.

    the reason for manually clicking on either file is that the system I was using today is running win98se and does not have/or willing does not have the option to autorun the cd.

    It there a way of manipulating the root so that hta will open automatically regardless if the machine is not autorun enabled?

  4. recently did an unattended, work was all done on and xp/sp2 system. Wanted to use same cd to install games onto a system the run win 98se but i find i am getting import errors. is this due to the creation of the reg file on xp and then trying to use them for a win98se system and getting incompatability error.

    Is there a solution to this problem.

  5. derernesto sorry d00d but kelsenellenelvian already said Go the the main site (the link can be found in my sig) and explore there: You have already spammed the first 4 threads i opened and asked the same questions. Please follow what he said and try to keep your question to one thread.

    Spamming threads with:

    how can i integrate wpi in a windows installation..e.g. an unattended installation???

    plz help me!!

    and

    i read a lot about wpi and im pretty impressed by its opportunities to improve windows installation,....

    but could somebody plz explain to me how i have to integrate it e.g. in an unattended installation and how to in invole wpi-themes

    im really lookin forward to your responses...

    already looks bad.

    since I and others are believing there is new information on a thread and fine that what we are seeing is the same questions by yourself.

    lionhrt

  6. It is quite possible that the themes were uploaded to a file host such as imageshack, etc and the file have recently been deleted. If there is a situation where the themes are no longer there and you are interested, you may Private Message the author and request they upload again if they still have a copy on hand.

    I would suggest posting in the thread but unsure whether kelsenellenelvian wants it free of anything but posts of theme locations or views.

    lionhrt

  7. @blinkdt:

    Since you mentioned using pgn files for the descript box. I not having the luxury of using wincustomine for the games i have since they would not be present.

    Is there a way to say use an icon imaging package that will extract the icon file and resize it to 128x128 pixels just still keep the clarity of the icon image. If so you know a good one that will produce png files from icons?

    Thanks in advance lionhrt

    UPDATE

    w00t I'm a Junior

  8. You need to extract the rar into your themes folder and then redirect the option in the useroptions.js to load that theme instead.

    after extraction edit your useroptions.js to read

    var theme='Vaio1280x1024';

    instead of var theme='Default';

    lionhrt

    I believe thats all you need to do.

  9. Can you explain a lil of what you are trying to do. You want to edit it. But what do you want to edit the image or the text lable?

    As for the exit button, you can modify it via your themes folder exit.gif or edit your wpi.htm in your themes folder. Found this, but not sure what your asking for so i will post this here:

    <tr>
    <td colspan="2" bgcolor="#1b1e27" height="10%">
     <!-- The exit button. -->
     <a href=""
      onMouseDown="document.exitbutton.src='./themes/Default/exitdown.gif';"
      onMouseOver="document.exitbutton.src='./themes/Default/exitover.gif';stm(getText(ttExit),Style[0]);"
      onMouseOut="document.exitbutton.src='./themes/Default/exit.gif'; htm()">
      <img
       src="./themes/Default/exit.gif"
       align="absmiddle"
        class="mainbtn"
       border="0"
       name="exitbutton"
       onClick="onExit()">
      </img>
      <font class="side" onClick="onExit()"><b><script>document.write(getText(lblExit));</script></b></font></a>
    </td>
    </tr>

  10. Also tried this but tends to run off the screen depending on where the scrollbar postion is and the anount of bullets/text.

    but take a look anyways see what i mean.

    desc[pn]=['<img src="./graphics/adware.jpg" width="250" height="150">
    <li>Ad-Aware is designed to provide advanced protection from known Data-mining, aggressive advertising, Parasites, Scumware, selected traditional Trojans, Dialers, Malware,
    <li>Ad-Aware is designed to provide advanced protection from known Data-mining, aggressive advertising, Parasites, Scumware, selected traditional Trojans, Dialers, Malware,
    <li>Ad-Aware is designed to provide advanced protection from known Data-mining, aggressive advertising, Parasites, Scumware, selected traditional Trojans, Dialers, Malware']

    Wow! OK, so WinCustomize has tons of 128x128 .png files for use with the ObjectDock. Most are transparent backgrounds, so a little Photoshop work to resize and add a white background produces this:

    Personally i like this idea myself.

  11. I Tried:

    desc[pn]=['<img src="./graphics/adware.jpg" width="250" height="150">
         Ad-Aware is designed to provide advanced protection from known Data-mining, aggressive advertising, Parasites, Scumware, selected traditional Trojans, Dialers, Malware, Browser hijackers, and tracking components. With the release of Ad-Aware SE Personal edition, Lavasoft takes the fight against Spyware to the next level..']

    I tried <li> but did not look right

    Just add as many   for the amount of spaces required 5-10 i would say

×
×
  • Create New...