Jump to content

Only 4 Geeks.


Recommended Posts

01. Can u tell me how to change the text circled below in the picture?

http://www.msfn.org/board/index.php?act=Attach&type=post&id=15190

02. How to use the Grayed condition, pls give one example, i have used

FileExists('%programfiles%\')

, but i don't know what's its function is.

03. Also give the example of "Dependent of" condition with these conditions

A is checked, then B is also selected and with "NOT" condition also.
A is checked, then B can't be checked and also not deselected

04. Also tell me how to restart WPI from the previous state

after a certain installation which resarts pc automatically

Plz reply to all of them and also if you tell me to search then rather saying that, give me the

link to exact page as m in slow connection speed.

post-113768-1163090759_thumb.jpg

Edited by vaempire4wii
Link to comment
Share on other sites


01. Can u tell me how to change the text circled below in the picture?

http://www.msfn.org/board/index.php?act=Attach&type=post&id=15190

well for this just edit the lang file that you use

[code]02. [b]How to use the Grayed condition, pls give one example, i have used[/b] 
[code]FileExists('%programfiles%\'), but i don't know what's its function is.

03. Also give the example of "Dependent of" condition with these conditions

A is checked, then B is also selected and with "NOT" condition also.
A is checked, then B can't be checked and also not deselected

cant really tell you because i really never use it

04. [b]Also tell me how to restart WPI from the previous state
after a certain installation which resarts pc automatically[/b]

normally wpi continues on after its restarted on where it left off on a installation, but you really should kill / prevent all apps from restarting during your unattendeds, until the full installs ar finished

Edited by Lost Soul
Link to comment
Share on other sites

2. Check if an application is already installed, and if it then the box becomes in checkable for example MSN Messenger

gcond[pn]=['FileExists("%Programfiles%\\MSN Messenger\\msnmsgr.exe")']

that line is all u need, edit that match your path to your app

3. Again Using MSN, my disc had MSN 7 and Windows Live Messenger this is how is stop them both from being check in WPI

prog[pn]=['MSN Messenger 7.5']
picf[pn]=['MSN.PNG']
picw[pn]=['128']
pich[pn]=['128']
desc[pn]=['Talk online, in real time, with friends, family, and colleagues. It\\s faster than e-mail, more discreet than a phone call, and best of all – its free!']
textl[pn]=['Bottom']
texti[pn]=['1']
cmd1[pn]=['%CDROM%\\software\\ChatandIM\\MSN\\7\\MsnMsgs.msi /QB-!']
cmd3[pn]=['pskill.exe msiexec.exe']
cat[pn]=['Chat & IM']
ordr[pn]=[49]
uid[pn]=['MSN7']
excl[pn]=['MSN8']
pn++

prog[pn]=['Windows Live Messenger 8.0']
picf[pn]=['Windows-Live-Messenger-Icon.png']
picw[pn]=['128']
pich[pn]=['128']
desc[pn]=['Windows Live Messenger lets you chat online via text, voice or even video conversation - in real time - with your friends, family or colleagues. Its faster than e-mail and is a great choice for conversations and the perfect alternative when you cant be there in person.']
textl[pn]=['Bottom']
texti[pn]=['1']
cmd1[pn]=['%CDROM%\\software\\ChatandIM\\MSN\\8\\livemess.exe']
cmd3[pn]=['pskill.exe msiexec.exe']
cat[pn]=['Chat & IM']
ordr[pn]=[50]
uid[pn]=['MSN8']
excl[pn]=['MSN7']
gcond[pn]=['FileExists("%Programfiles%\\MSN Messenger\\msnmsgr.exe")']
pn++

notcie MSN 7 , its UID is (uid[pn]=['MSN7']) so in Windows Live Messenger 8.0 i add the line EXCL which tells WPI is if check MSN 7 I can't Tick Windows Live Messenger aswell . Its earling and im rushing i hope you understand

Edited by glent
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...