Re: [WiX-users] Heat source path

2015-04-17 Thread Sam Boman
Yes! I then got: 2015-04-17 12:20 GMT+02:00 Nir Bar : > Have you tried not specifying a variable to heat? > > > > - > Nir Bar > Freelance Developer > Mail: nir@panel-sw.com > Web: www.panel-sw.com >- C++ On Windows, Linux and Embedded Platforms >- WiX & InstallShield > -- > View

[WiX-users] Heat source path

2015-04-17 Thread Sam Boman
Hello, I use heat.exe to harvest a folder located outside the Msi-project. This is my current output in the generated wxs-file. In this case I need to set up var.ThePath in the project as pre processor variable (or use WiX-variable set up in the project). Is there any way I can directly give he

[WiX-users] [ProductName]-magic

2014-11-27 Thread Sam Boman
I have the following in my WXS-file for the MSI-project: ... http://schemas.microsoft.com/wix/2006/wi";> ... I wonder how the [ProductName] connects to the - properyt? Where is it documented? I wonder where I can use [ProductName] instead of my defined variable: $(var.Pr

[WiX-users] Code Signing

2014-06-27 Thread Sam Boman
Hello, I'm looking for some best practices to sign our application with a .pfx certificate. This is what I have: * DLL's made by us * DLL's signed by others * DLL's made by others but not signed * EXE's made by us Those are packed into a MSI (Msi.wixproj) ( have one .CAB-file defined as Embedded)

[WiX-users] (no subject)

2013-12-06 Thread Sam Boman
I got this error from a user trying to install... Cannot find any specific information. i207: Planned related bundle: {22dba2f2-9705-4abd-a4ba-df065031d2de}, type: Upgrade, default requested: Absent, ba requested: Absent, execute: Uninstall, rollback: Install, dependency: None i299: Plan complete

Re: [WiX-users] Skip Bundle Condition

2013-05-08 Thread Sam Boman
e such a > concept. > > > On Wed, May 8, 2013 at 1:11 AM, Sam Boman wrote: > > > Is there any way to do like this when installing an application when > using > > Bundle bootstrapper: > > installer.exe /skip-conditions > > > > To make the ins

[WiX-users] Skip Bundle Condition

2013-05-08 Thread Sam Boman
Is there any way to do like this when installing an application when using Bundle bootstrapper: installer.exe /skip-conditions To make the installation run without checking the conditions (VersionNT, ServicePackLevel). Best regards, Sam Boman

Re: [WiX-users] Bundle - NET4.5 - WinXP(and other unsupported OS'es)

2013-05-08 Thread Sam Boman
d for .NET 4.5: Condition="(VersionNT = v6.0 AND ServicePackLevel >= 2) OR (VersionNT = v6.1 AND ServicePackLevel >= 1) OR (VersionNT = v6.1 AND NOT NTProductType = 1) OR (VersionNT >= v6.2)" //Sam On Thu, Apr 25, 2013 at 1:18 PM, Sam Boman wrote: > Using the: > > To

Re: [WiX-users] Bundle - NET4.5 - WinXP(and other unsupported OS'es)

2013-04-25 Thread Sam Boman
it have got the same VersionNT set, but no ServicePackLevel. Thanks, Sam On Thu, Apr 25, 2013 at 9:41 AM, Sam Boman wrote: > I ask the same thing, any examples of the: "Bundle/@Condition attribute" > > //Sam > > > On Wed, Apr 24, 2013 at 3:41 PM, Nick Miller > w

Re: [WiX-users] Bundle - NET4.5 - WinXP(and other unsupported OS'es)

2013-04-25 Thread Sam Boman
dnesday, April 24, 2013 8:25 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Bundle - NET4.5 - WinXP(and other unsupported > OS'es) > > Use the Bundle/@Condition attribute. It was designed for this scenario. > > > On Wed, Apr

[WiX-users] Bundle - NET4.5 - WinXP(and other unsupported OS'es)

2013-04-24 Thread Sam Boman
Hello, Today we have a bootstrapper, taking care of first installing .NET 4.5, and then the MSI with the application. If the user runs Windows XP, or any OS/Sp-levels not supported by .NET 4.5 the installation fails with a error-code. How do I add a condition in the beginning of the bootstrapper,

[WiX-users] Bootstrapper PayloadGroupRef - .NET 4.5

2013-02-15 Thread Sam Boman
In the manual at: http://wix.sourceforge.net/manual-wix3/install_dotnet.htm Under Step 2 it says: "Add a PayloadGroupRef element to your bundle's chain that references the .Net package required by your application." The example are the just: How shuld the PayloadGroupReference be ad

Re: [WiX-users] Passing Location from Bootstrapper to MSI

2013-02-15 Thread Sam Boman
t path in the MSI > > > > > > > > -----Original Message- > From: Sam Boman [mailto:s...@samb.se] > Sent: 15 February 2013 10:32 > To: General discussion for Windows Installer XML toolset. > Subject: [WiX-users] Passing Location fr

[WiX-users] Passing Location from Bootstrapper to MSI

2013-02-15 Thread Sam Boman
I want to pass the Options Location in the Bootstrapper UI ( WixStandardBootstrapperApplication.RtfLicense) to the MSI: In Bundle: How to pickup this property in the MSI (I go for a MSI without a UI, and let the bootstrapper be the only visible UI to the user)?

Re: [WiX-users] Install Prerequisites (.NET Framework)

2013-02-13 Thread Sam Boman
egrated Environmental Solutions Limited. Registered in Scotland No. > SC151456 > Registered Office - Helix Building, West Of Scotland Science Park, Glasgow > G20 0SP > Email Disclaimer > > > > -Original Message- > From: Sam Boman [mailto:s...@samb.se] > Sen

Re: [WiX-users] Install Prerequisites (.NET Framework)

2013-02-13 Thread Sam Boman
Framework are present. Just like the old Visual Studio Setup/Deploy projects... //Sam On Wed, Feb 13, 2013 at 3:49 PM, Sam Boman wrote: > Thanks for this good explanations! > > Regarding this: > "You should probably set the Burn bundle as related to the MSI so when a > user u

Re: [WiX-users] Install Prerequisites (.NET Framework)

2013-02-13 Thread Sam Boman
red in Scotland No. > SC151456 > Registered Office - Helix Building, West Of Scotland Science Park, Glasgow > G20 0SP > Email Disclaimer > > > > -Original Message- > From: Sam Boman [mailto:s...@samb.se] > Sent: 12 February 2013 16:52 > To: General discussio

Re: [WiX-users] Install Prerequisites (.NET Framework)

2013-02-12 Thread Sam Boman
stered Office - Helix Building, West Of Scotland Science Park, Glasgow > G20 0SP > Email Disclaimer > > > > -Original Message- > From: Sam Boman [mailto:s...@samb.se] > Sent: 12 February 2013 14:29 > To: General discussion for Windows Installer XML toolset. &

Re: [WiX-users] Install Prerequisites (.NET Framework)

2013-02-12 Thread Sam Boman
binder variables e.g.: > > > In fact I get the version of the MSI from one of the files I install using > the same technique. > > Neil > > -Original Message- > From: Sam Boman [mailto:s...@samb.se] > Sent: 12 February 2013 14:23 > To: General discu

Re: [WiX-users] Install Prerequisites (.NET Framework)

2013-02-12 Thread Sam Boman
ement within the exepackage so if required, the .NET install is > downloaded THEN installed... > > Steve > > -Original Message- > From: Sam Boman [mailto:s...@samb.se] > Sent: February-12-13 9:03 AM > To: General discussion for Windows Installer XML toolset. > Subject:

Re: [WiX-users] Install Prerequisites (.NET Framework)

2013-02-12 Thread Sam Boman
uot;RedistServer\dotNetFx40_Full_x86_x64.exe" > InstallCommand="/passive /norestart" > DetectCondition="Netfx4FullVersion AND (NOT VersionNT64 > OR Netfx4x64FullVersion)" /> > > > > > > -Original Mes

Re: [WiX-users] Install Prerequisites (.NET Framework)

2013-02-12 Thread Sam Boman
But my original Wix UI then goes away. I just want the bootstrapper to check the .NET Framework. http://schemas.microsoft.com/wix/2006/wi";> On Tue, Feb 12, 2013 at 1:34 PM, Sam Boman wrote: > Thanks! Do this Bundle nee

Re: [WiX-users] Install Prerequisites (.NET Framework)

2013-02-12 Thread Sam Boman
Scotland Science Park, Glasgow > G20 0SP > Email Disclaimer > > > > -Original Message- > From: Sam Boman [mailto:s...@samb.se] > Sent: 12 February 2013 12:04 > To: General discussion for Windows Installer XML toolset. > Subject: [WiX-users] Install Prerequisites

[WiX-users] Install Prerequisites (.NET Framework)

2013-02-12 Thread Sam Boman
Hi! Where can I find a simple example of how to just ensure the installation will check if the user have got a specific version of .NET Framework installed, and if not, download from Microsoft.com? Have this with burn.exe to do? Or is it abandoned? //Sam -

Re: [WiX-users] Id for Component and File

2013-02-11 Thread Sam Boman
Ok, I also found the example in the documentation which uses same Id for Component and File... http://wix.sourceforge.net/manual-wix3/add_a_file.htm But they (Id's) seems to be required, so I can't skip them. Also, the Error: LGHT0216 Can I get a better / more detailed description? I have tried to

[WiX-users] Id for Component and File

2013-02-11 Thread Sam Boman
Hi, I just have a quick question, are these Id's valid (same on Component and File)... I guess they are in different tables. It have been working ok, but I have today got stuck by this error: LGHT0216: An unexpected Win32 exception with error code 0x65B occurred: Function failed during execution

[WiX-users] Heat-harvesting with subfolder in the -Source atribute

2013-02-06 Thread Sam Boman
Hi, I have a project structure which is like this: *C:\\SolutionDir\MyProject\MyDirectory* In a pre-build event I use this: *heat.exe dir "$(SolutionDir)MyProject\MyDirectory" -ag -sfrag -srd -var "var.MyProject.ProjectDir" -out $(ProjectDir)HarvestedFiles.wxs"* The output in HarvestedFiles