Re: [WiX-users] Install .Net Framework 4

2010-06-18 Thread Jason Ding
ll EXE-ZIP the entire resulting target directory and when double-clicked the self-extract exe will run the setup.exe. Bootstrappers run all installation packages one-by-one, with your MSI simply being one of the packages (usually the last one). -Original Message----- From: Jason Ding [mailto:

Re: [WiX-users] Install .Net Framework 4

2010-06-17 Thread Jason Ding
ges before launching your MSI. Thus, your original launch condition looks appropriate. However, launching the MSI does not run the bootstrapper, as the MSI can't realistically install prerequisites. In your testing, are you launching the bootstrapper or the MSI? -Original Message----- F

Re: [WiX-users] Install .Net Framework 4

2010-06-17 Thread Jason Ding
ive.com] Sent: June 17, 2010 4:33 PM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Install .Net Framework 4 What specifically is your LaunchCondition associated with that error text? -Original Message- From: Jason Ding [mailto:jas...@geo-s

Re: [WiX-users] Install .Net Framework 4

2010-06-17 Thread Jason Ding
run, click the OK button below to install. Action ended 15:18:30: LaunchConditions. Return value 3. MSI (c) (6C:04) [15:18:30:996]: Doing action: FatalError -Original Message- From: Jason Ding [mailto:jas...@geo-slope.com] Sent: June 17, 2010 3:12 PM To: General

Re: [WiX-users] Install .Net Framework 4

2010-06-17 Thread Jason Ding
pp -- Installation failed. -Original Message- From: Jason Ding [mailto:jas...@geo-slope.com] Sent: June 17, 2010 12:11 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Install .Net Framework 4 Thanks Blair for pointing to the place. When I install o

Re: [WiX-users] Install .Net Framework 4

2010-06-17 Thread Jason Ding
si.com] Sent: June 16, 2010 5:03 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Install .Net Framework 4 This works for me: True .NET Framework 4.0 True > -Original Message- > From: Ja

Re: [WiX-users] Install .Net Framework 4

2010-06-17 Thread Jason Ding
Framework 4.0 True > -----Original Message- > From: Jason Ding [mailto:jas...@geo-slope.com] > Sent: Wednesday, June 16, 2010 6:51 PM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Install .Net Framework 4 > > I am tring to use Bootstrapper to install .N

[WiX-users] Install .Net Framework 4

2010-06-16 Thread Jason Ding
I am tring to use Bootstrapper to install .Net Framework 4.0 by using a sample from this site: http://wix.sourceforge.net/manual-wix3/install_dotnet.htm I got a message like this: warning MSB3155: Item 'Microsoft.Net.Framework.4.0' could not be located in 'C:\Program Files (x86)\Microsoft SDKs\

Re: [WiX-users] is wix project always in the same sln of application

2009-10-01 Thread Jason Ding
d a text editor), but the best "support" comes from within the same VS solution, as you noted. I'm not sure what you gain by having them be in separate solution files. Care to elaborate? -----Original Message- From: Jason Ding [mailto:jd...@geo-slope.com] Sent: Wednesday, Sept

[WiX-users] is wix project always in the same sln of application

2009-09-30 Thread Jason Ding
Hello, By design, is the wix project always in the same sln file as the application project? That is how the wix online help guides through how to create a setup, so when they are in a same sln, we can set the dependency to let the application built first before build the wix project. But is th

[WiX-users] x86 platform on wix project

2009-09-28 Thread Jason Ding
Hello, I have a problem to build my wix sln on the team build (tfs), hope anyone who has experience could help. The problem came after I made changes to our product vc++ projects. Before the change, the wix project, which platform is x86, was one of the projects included in our product sln,

[WiX-users] use wix variables

2008-12-12 Thread Jason Ding
Hi, My setup project is Setup.wixproj, in the .wxs file, can I use $(var.TargetDir) or $(var.ProjectDir) to refer to the related path? For the target directory, I have this section before I use the var.TargetDir so I assume I don't need to redefine TargetDir variable, is this correct?

Re: [WiX-users] cannot find VCProjectEngine

2008-12-02 Thread Jason Ding
] Sent: December 2, 2008 9:39 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] cannot find VCProjectEngine (again, ignore the previous one if it went through) Jason Ding wrote: > Yes, I have a .sln which contains the .wixproj for setup and other > .vcproj o

Re: [WiX-users] cannot find VCProjectEngine (again, ignore the previous one if it went through)

2008-12-02 Thread Jason Ding
, 2008 7:02 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] cannot find VCProjectEngine (again, ignore the previous one if it went through) Jason Ding wrote: > Thanks for the reply. > I guess you misunderstood my question - I am using VC2008 and .Net >

Re: [WiX-users] cannot find VCProjectEngine (again, ignore the previous one if it went through)

2008-12-01 Thread Jason Ding
g? By the way, I am using Wix 3.0.4513. -Original Message- From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: November 29, 2008 9:09 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] cannot find VCProjectEngine (again, ignore the previous one if it went through)

[WiX-users] cannot find VCProjectEngine (again, ignore the previous one if it went through)

2008-11-27 Thread Jason Ding
Hello, I got this warning when build the Wix project which was created by using Visual Studio 2008 and .Net Framework 3.5. It is looking for VCProjectEngine and Visual Studio 2005. C:\Program Files (x86)\MSBuild\Microsoft\WiX\v3.0\Wix.targets(0,0): warning MSB3421: Could not load the Visual

[WiX-users] cannot find VCProjectEngine

2008-11-27 Thread Jason Ding
Hello, I got this warning when build the Wix project which was created by using Visual Studio 2008 and .Net Framework 3.5. It is looking for VCProjectEngine and Visual Studio 2008. C:\Program Files (x86)\MSBuild\Microsoft\WiX\v3.0\Wix.targets(0,0): warning MSB3421: Could not load the Visual

Re: [WiX-users] Finish button on Exit dialog

2008-09-18 Thread Jason Ding
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Ding Sent: September 18, 2008 11:22 AM To: WiX-users@lists.sourceforge.net Subject: [WiX-users] Finish button on Exit dialog Hello All, Can Finish button on the

[WiX-users] Finish button on Exit dialog

2008-09-18 Thread Jason Ding
Hello All, Can Finish button on the Exit dialog trigger more than one action, such as Install a 3rd party application and Launch my own application? My application can be launched on the Exit dialog after I added into a checkbox and a custom action, I am just following the same way to add in an

Re: [WiX-users] create setup.exe

2008-09-17 Thread Jason Ding
line that we want to run. This way we can reuse the Setup.exe each time and just modify the setup.config to call a different command line. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Ding Sent: Wednesday, September 17, 2008 8:36 AM To: wix-

[WiX-users] create setup.exe

2008-09-17 Thread Jason Ding
Hello All, Small and minor upgrades cannot be run simply by clicking on the .msi file, Wix Tutorial recommends using a setup.exe to launch it which includes this command msiexec /i setup.msi REINSTALL=ALL REINSTALLMODE=vomus Could anyone give me a good reference about creat

[WiX-users] Check Windows Installer Runtime Version in Wix v3

2008-09-11 Thread Jason Ding
Hello All, Anyone has an idea about how to check Windows Installer Runtime Version in Wix v3 as an install condition? Thanks for help. Jason - This SF.Net email is sponsored by the Moblin Your Move Developer's challeng

Re: [WiX-users] Add reference to setup project in Visual Studio 2008

2008-09-09 Thread Jason Ding
Please ignore this question. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Ding Sent: September 9, 2008 8:58 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Add reference to setup project in Visual Studio 2008 Thanks Justin

Re: [WiX-users] Add reference to setup project in Visual Studio 2008

2008-09-09 Thread Jason Ding
a while. Sorry. :( Justin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Ding Sent: Monday, September 08, 2008 3:53 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Add reference to setup project in Visual Studio 2008 Hello, I am

[WiX-users] Add reference to setup project in Visual Studio 2008

2008-09-08 Thread Jason Ding
Hello, I am using Wix v3 in Visual Studio 2008 and trying to add my application project to the reference of my setup project by using Add Reference on the Reference node under My Setup project. The Wix 3 documentation gives an example on this by creating an new application with choosing t

[WiX-users] wxs front end?

2008-09-04 Thread Jason Ding
Hello, Does anyone know if there is a WXS front end available for use? I am wondering if we can save the effort working directly in the xml file, i.e., if there is one program with a friendly UI for user to type in the Files information, such as folder name and components, and then it creates