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


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

2014-05-09 Thread Supriya Khamesra
I want to develop a installer using WIX in which we want to run 3 set up
simultaneously: DB Script, Console application and Web service. I have
develop the WIX Installer solution using VS2012 and have insluded the
console application and webservice solutions too within the same solution.
So, when running the installer on the development machine installation is
successful as able to get the DB script file path,console application exe
and Web service files path.

Have used $(var.MyProject.TargetFileName) reference variable to get the exe
and other files path as mentioned in the project reference linkhttp://
wixtoolset.org/documentation/manual/v3/votive/votive_project_references.html
.

But when I take the bin folder of the installer to machine other than
development machine and execute it is not finding the file path and fails.

So,please help me how we can get the files and their path required during
the installation. I do not want to hard code the path .


Thanks  Regards

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