Hi all,

My package isn't passing validation now with the following:
PID_TEMPLATE value in Summary Information Stream is not valid. It must be of 
the form "Platform,Platform,...;LangID,LangID,...".

I'm using wixv2 (v2.0.4701.0) - here's the product & package elements from my 
WiX. I've replaced the guids and names.
<Product Id="/guid/"
         UpgradeCode="/guid/"
         Name="/name/"
         Language="1033"
         Version="$(env.BUILDVERSION)"
         Manufacturer="/company/">

  <Package Id="????????-????-????-????-????????????"
           Description="/desc/"
           Manufacturer="/company/"
           Comments="/division/"
           InstallerVersion="200"
           Compressed="yes"
           Platforms="$(env.TARGET_PLATFORM)"  // Evaluates to "x86"
           Languages="1033"/>

Any ideas? This is not a good time in our product cycle for errors. :P

Thanks!
Jon
-------------------------------------------------------------------------
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