Hi,
To more on this topic I have following .msm file in our project
I added VC++ redistributable in bootstrapper. Is it same one? (
Microsoft_VC90_MFC_x86.msm and Microsoft_VC90_CRT_x86.msm )
Thanks,
Rahul.
-Original Message-
From: rahul.ekb...@sungard.com [mailt
Hi Phil,
Thanks for answer. This is my updated code. I made the changes suggested
by you. Still I am getting the same error.
I will check the .log for the same because this code is working f
Hi,
My understanding about .msm is it contains the information to install
the mentioned product. Is it need to provide setup of the products with
our setup? Or it takes from net?
Please correct me if I am wrong.
Thanks,
Rahul.
-Original Message-
From: Wilson, Phil [mailto:phil.wil...@wond
I am trying to add a registry key that contains a property in the value data
section but every time I install it the property is not resolved. I have
even tested with the [ProductCode] property. The unusal thing is that I also
have properties set in the registry key path and these do get resolved.
Haven't used wix in a couple of months and just upgraded to a later version.
I'm pretty sure in the past I could use heat.exe to extract registry
information from an Assembly however now I get a warning saying something like
Could not harvest data from a file that is an Assembly or something to
First, you should understand the Component Rules to see if you are
violating them (probably are). Second, sharing the same file in two
different Merge Modules is very hard. It is easier to separate out the
common stuff into a "common Merge Module" and create dependencies from
the other Merge Mo
you'll need a simple immediate CustomAction. The Windows Installer
doesn't have math built in.
Jason Zhang wrote:
> Hi,
>
> I need set a wix property based on another property with basic math
> calculation, such as
>
> Mocked code:
>
>
> ...
>
>
> Can I do this in wix ? If yes, what's the synta
Thanks Richard. You are an invaluable source of information.
Richard-45 wrote:
>
>
> In article <1243888350711-3008461.p...@n2.nabble.com>,
> achandrapano writes:
>
>> > Height="30" Transparent="yes" NoPrefix="yes">
>>
>>
>> > Height="20" Transparent="
Hi
I have 2 merge modules that install have a common file x.dll
When I build my master setup I get the following error
light.exe(0,0): error LGHT0204: ICE30: Thetarget file
'oiowfjb-.dll|x.DLL' is installed in
'[ProgramFilesFolder]\Proximex\Services\Bin\' by two different
components on an LFN
Hi,
I need set a wix property based on another property with basic math
calculation, such as
Mocked code:
...
Can I do this in wix ? If yes, what's the syntax? If no, any better
suggestion ?
Basically I will get BASE_PORT property from user input, and I want to
automatically created the MY_P
you can add the necessary files to the resulting installer just fine, you
just cannot add the vcproj as a reference
On Tue, Jun 2, 2009 at 11:28 PM, karthik thiagarajan wrote:
>
> So what is the correct way to write an installer to install a windows
> service written in Manged C++?
>
> Karthik T
So what is the correct way to write an installer to install a windows service
written in Manged C++?
Karthik Thiagarajan
> From: edwin.cas...@fiserv.com
> To: wix-users@lists.sourceforge.net
> Date: Tue, 2 Jun 2009 15:23:01 -0400
> Subject: Re: [WiX-users] Add a .vcproj to Wix MergeModule
>
Hi,
Using Wix 3.0.5315.0 I'm trying to create my first real (non-sample) MSP
following the instructions here:
http://blogs.msdn.com/pmarcu/archive/2008/05/30/Patching-something-you-didnt-build-with-WiX-using-WiX-.aspx
I created the admin image from version 3.0.37 of my app, copied it, and
replace
.VCPROJ projects are not supported at this time because they are *not* MSBuild
based projects.
Edwin G. Castro
Software Developer - Staff
Electronic Banking Services
Fiserv
Office: 503-746-0643
Fax: 503-617-0291
www.fiserv.com
Please consider the environment before printing this e-mail
>
I get this error when I try to add a reference to a .VCPROJ to my .WIXPROJ
error : MSBuild cannot resolve the reference to the Visual C++ project
'..\XYZ\PQR.vcproj' when building a stan
d-alone MSBuild project. To correctly resolve this reference, please build the
solution file containing t
Hi
I have a Wix Merge module and I want to add a reference to a .VCPROJ to it. No
matter what I do, I am not able to set the reference correctly. When i try to
compile the Wix project, it complains of missing reference. When I try to add a
reference to .CSPROJ, things work correctly. How do
Well forget most of that . I'm probably looking at the wrong part of the
Xml!!! Where's that coffee.
Your actual error number is 1920, right? That "Verify that you " message is
from at least four types of error.
In the MSI file, look with Orca, it might be worth verifying that Name
It's already out. It just doesn't work very well right now.
Thomas Due wrote:
> And the next obvious question would then be:
>
> When is WiX v3.5 coming out? ;)
>
> /Thomas
>
> -Original Message-
> From: Rob Mensching [mailto:r...@wixtoolset.org]
> Sent: 28. maj 2009 17:56
> To: General di
You're not by any chance expecting the .msm file to be installed on the system
are you?
Phil Wilson
-Original Message-
From: rahul.ekb...@sungard.com [mailto:rahul.ekb...@sungard.com]
Sent: Tuesday, June 02, 2009 2:29 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Proble
Setting keypath=yes is a requirement of the underlying ServiceInstall table in
the MSI file, so that needs to be set always. WiX really should error out if
it's not set.
I think you've made a common mistake - the Name element is the name of the
service. I don't know whether it makes sense to n
Hi,
I found that the machine.config has something wrong. There are some statements
have no end . When I fixed the wrong machine.config, I can compile Wix
project.
Regards,
Chunyan
-Ursprüngliche Nachricht-
Von: Simon Dahlbacka [mailto:simon.dahlba...@gmail.com]
Gesendet: Dienstag, 2
I'm sorry for the short message with vague context. Yes, service dependencies.
Basically it's a product line chainer with use cases that involve different
sets of third party packages for different products where development wants the
service dependencies set as described depending on what get
And the next obvious question would then be:
When is WiX v3.5 coming out? ;)
/Thomas
-Original Message-
From: Rob Mensching [mailto:r...@wixtoolset.org]
Sent: 28. maj 2009 17:56
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Bootstrapper of .NET Fram
Andres Juarez wrote:
> So in my case, if I want to chage the PrepareDlg in the WixUI_InstallDir.wxs.
> I have to copy the whole PrepareDlg fragment into my project, rename it to
> WixUI_InstallDir.wxs from
You don't want to edit the WiX copy of anything. Think of it as a "copy
on write" opera
martin lavelle wrote:
> Thanks for always responding Bob. :)
>
It's what I'm...er, not paid to do.
> 1.38GB across 18 cabinets in high compression. Largest cabinet size is 234Mb,
> Cabinets are External to the .msi file, uncompressed size is 6.28 GB. Most of
> my installations are over 2GB.
Weber Stefan (IT) wrote:
> The Problem is the &Login and Visual Studio throws an error about illegal
> entity name and doesn't build the msi.
>
WiX is based on XML so you need to follow XML rules, one of which is
that & is the introductory character for an "entity." You need to
replace liter
Christopher Painter wrote:
> For package C, if A and/or B is installed, add A and/or B as dependencies of
> C.
As service dependencies?
--
sig://boB
http://joyofsetup.com/
--
OpenSolaris 2009.06 is a cutting edge o
troy hostetter wrote:
> File="[KCENTERPRISE.ROOT.WEBDIR]web.config" Action="delete" On="uninstall"
> ElementPath="//configuration/appSettings" Node="element"
> VerifyPath="add[...@key='SearchDefaultConfigSection'[\]]"
> Sequence="20" />
>
> And they do not s
Hi,
Also I am facing error when I am installing my product on fresh machine
Error= "Verify that you have sufficient privileges to start system
service"
On net I find that I have to set Keypath = yes however I already set it
to the service file.
Hello,
iam using Visual Studio to build MSIs with Wix 3.
I just stumpled upon an error when trying to write the following registry value
The Problem is the &Login and Visual Studio throws an error about illegal
entity name and doesn't build the msi.
Is it possible to build the Wix File someh
this most likely has nothing to do with wix per se, but open the file and
fix the validation error. You might get a clue to how it got corrupted by
looking at what part of the file needs fixing.
On Tue, Jun 2, 2009 at 12:08 PM, Jiang, Chunyan (GE Healthcare) <
chunyan.ji...@ge.com> wrote:
> Thank
Hi,
I have added merge module in my project. Please see the code from
Product.wxs. However the merge module are not getting install on target
machine.
Also I am using bootstrapper manifest for VS2008 utility for adding
bootstrapper for .net 3.5 sp1 and VC++ redistributable.
Please let me know w
Thank you for your hint!
Could you please tell me how to update or recover machine.config?
-Ursprüngliche Nachricht-
Von: Simon Dahlbacka [mailto:simon.dahlba...@gmail.com]
Gesendet: Dienstag, 2. Juni 2009 11:01
An: General discussion for Windows Installer XML toolset.
Betreff: Re: [WiX-
sounds like your machine.config is busted for whatever reason
On Tue, Jun 2, 2009 at 11:35 AM, Jiang, Chunyan (GE Healthcare) <
chunyan.ji...@ge.com> wrote:
> Hi wix-users,
>
> I am new for wix. I just try to use wix and generate the first sample
> wix project with visual studio. It is a simple w
Hi wix-users,
I am new for wix. I just try to use wix and generate the first sample
wix project with visual studio. It is a simple wix project and only one
file copied to ProgramFilesFolder. However, I got the following error
when compiling:
-- Build started: Project: WixProject, Configurat
35 matches
Mail list logo