[WiX-users] Error installing VSTO from MS web-site

2014-05-11 Thread Verbuk, Artem
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


Re: [WiX-users] Error installing VSTO from MS web-site

2014-05-11 Thread b . rasing
Dit mailadres is niet meer in gebruik. Mail kan je voortaan sturen naar 
basti...@careercontrol.nl.



--
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


Re: [WiX-users] Problem in Getting the path of executable file and scripts in WIX Installer

2014-05-11 Thread Supriya Khamesra
Hi Nick,

Thanks for looking into the issue.   $(var.MyProject.TargetMachine) is used
in the solution to set the file path . It is not related to compling or
execution of the installer.

My concern is that if I am executing the installer from my development
machine where I have developed the installer using VS2012 the installer is
working fine. But if running on machine other than development then getting
error related to file not found.

So,please help him how I can get the path of various files needed for
 installer.



Regards

Supriya


On Fri, May 9, 2014 at 7:27 PM, Nick Ramirez nickra...@hotmail.com wrote:

 I don't understand. The $(var.MyProject.TargetMachine) is only used while
 compiling the installer and not while using the installer. After compiling
 the solution you should get one MSI file. You only need to deploy the MSI
 file to the machine where you want to install.



 --
 View this message in context:
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Problem-in-Getting-the-path-of-executable-file-and-scripts-in-WIX-Installer-tp7594628p7594630.html
 Sent from the wix-users mailing list archive at Nabble.com.


 --
 Is your legacy SCM system holding you back? Join Perforce May 7 to find
 out:
 • 3 signs your SCM is hindering your productivity
 • Requirements for releasing software faster
 • 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




-- 
Thanks  Regards

Supriya
--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Problem in Getting the path of executable file and scripts in WIX Installer

2014-05-11 Thread b . rasing
Dit mailadres is niet meer in gebruik. Mail kan je voortaan sturen naar 
basti...@careercontrol.nl.



--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users