November 9, 200619 yr 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=1519002. 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 deselected04. Also tell me how to restart WPI from the previous state after a certain installation which resarts pc automaticallyPlz 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. Edited November 9, 200619 yr by vaempire4wii
November 9, 200619 yr 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=15190well 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 deselectedcant really tell you because i really never use it04. [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 November 9, 200619 yr by Lost Soul
November 10, 200619 yr 2. Check if an application is already installed, and if it then the box becomes in checkable for example MSN Messengergcond[pn]=['FileExists("%Programfiles%\\MSN Messenger\\msnmsgr.exe")']that line is all u need, edit that match your path to your app3. Again Using MSN, my disc had MSN 7 and Windows Live Messenger this is how is stop them both from being check in WPIprog[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 November 12, 200619 yr by glent
Create an account or sign in to comment