So, I am trying to install VSTO by the following WIX code:

<ExePackage Id="VSTORuntime"
                  Name="VSTOFILEEXE"
                  Permanent="yes"
                  Vital="yes"
                  Cache="no"
                  Compressed="no"
                  DownloadUrl="http://go.microsoft.com/fwlink/?LinkId=158917";
                  PerMachine="yes"
                  InstallCommand="/q /norestart"
                  DetectCondition="VSTORFeature"
                  InstallCondition="NOT VSTORFeature OR NOT (VSTORVersionV4R 
>=v10.0.40303) OR NOT (VSTORVersionV4 >=v10.0.21022)" >

        <RemotePayload Description="Microsoft Visual Studio Tools for Office 
Runtime 2010"
                       ProductName="Microsoft Visual Studio Tools for Office 
Runtime 2010"
                       Version="10.0.40820.0"
                       Size="40051808"
                       Hash="D40DB6440BD2B5B5AA00DA63F408469FF22A9542"/>
      </ExePackage>

And I am getting the error since:
" You are using a general link from Microsoft to download VSTO.  This link does 
not download a specific version it downloads the most recent version of VSTO.  
Check it out because now VSTO is 10.0.50325.  Thus you will also need to get 
the Hash number for this version." 

Is it possible to create an installer that will take latest version and the 
correct hash for it?

If not - I would like to update my code to use current latest version(specific 
version, not the latest that is changed from time to time). So I've tried to 
browse the MS site.. and didn't get what is the link to it and what is the hash 
sum for the package? Is there some table that lists cash sums for vsto versions?
http://www.microsoft.com/en-us/download/confirmation.aspx?id=42513 - this 
appears to be the link... right? Or not? And what is the cash?


Thanks a lot


---------------------------------------------------------------------
A member of the Intel Corporation group of companies

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.


------------------------------------------------------------------------------
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
&#149; 3 signs your SCM is hindering your productivity
&#149; Requirements for releasing software faster
&#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to