Hi,
   
  I am using a Wix installer. Generally from command promt I run following 
command...
   
  msiexec /qn /i AgentSetup.msi TARGETDIR=D:\Agent\Install FIRSTBACKUP=0 
REBOOT=R OPENFILEHANDLER=0 EMAILADDRESS="[EMAIL PROTECTED]" 
PASSWORD="1connected" /log log.txt
   
  We have a following condition mentioned in WXS file which take care of BLANK 
entry of argument like PASSWORD...
   
  <Condition Message='$(loc.UndefinedByCommandLine)'><![CDATA[Installed OR 
INSTALLED7XAGENT OR (EMAILADDRESS<>0 AND EMAILADDRESS<>"" AND PASSWORD<>0 AND 
PASSWORD<>"")]]></Condition>
   
  But what i want to do is, validate the PASSWORD string. My reuirement is that 
PASSWORD should not be BLANK as well as should not be less than 6 character in 
length.
   
  Could anyone please guilde me on how to do this?... 
   
  Thanks in advance!
   
  Regards,
  Nikhil More

 __________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to