Jump to content

ICANIT

Member
  • Posts

    42
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Denmark

About ICANIT

  • Birthday 10/05/1966

Contact Methods

  • MSN
    tbs@icanit.dk
  • Website URL
    http://www.icanit.dk
  • ICQ
    33848945
  • Yahoo
    toobadbs

ICANIT's Achievements

0

Reputation

  1. Hi, I have a little isue with gcond; in my useroptions, i have DisableifdoGray=true. lets say i have these three programs: ProgA excl=ProgB ProgB gcond=something ProgC gcond=something If Graycondition is met on both ProgB and ProgC, they are both gray and I can't click ProgC. But I can click ProgB because it is on the exclusionlist of ProgA. I would like to have programs grayed out and unclickable, if condition is met, no matter if its on exclusionlist on other programs (entries in config.js) can this be solved?
  2. in your config file, add this for program "ABC": deps[pn]=['xxx']; When you mark ABC, program with UID=xxx will be marked too.
  3. Try without the " this works for me: cmds[pn]=['%ROOT%\\Master\\office2k7uk\\setup.exe /adminfile User.msp'];
  4. Hi Davidville, this is what i did: cmds[pn]=['lpksetup /i da-dk /r /p %ROOT%\\Install\\System-Tools\\Language\\lp64.cab']; cond[pn]=['getBits()==64 && getOSver()==Win7" && getOSlang()!="DAN&quot]; have in mind that it only works on the Ultimate version, not Pro.
  5. Colornokia: Your Avast is set to Exclude an hidden entry. you can't do that, only exclude shown entries. Its not a bug. :-)
  6. you can use: cond[pn]=['getBits()==32']; and so on....
×
×
  • Create New...