I can see this email. Do you see my rsponse.
On Tue, Mar 16, 2010 at 9:55 AM, Bill McCormick wrote:
> I've have configured my WiX list user account so that the list server
> should send back to me my own posts but it's not working. It's really
> annoying to not see my own posts in the thread on m
Thanks! That solved it.
Jeff
> If you want it to run during the UI you need to sequence it in
> InstallUISequence not InstallExecuteSequence. From that code it's not
> running at the end of installation, it's running at the start of the
> InstallExecuteSequence which is when Windows Installer ac
In my installer, at various times I'm getting a message which says,
"Please wait while the installer finishes determining your disk space
requirements" and then never goes away.
I've searched on this error and from what I've read, this happens when the
MSI doesn't have any components to install.
Oh, yes, I see what you mean now. Unfortunately, there is no way (yet) to
specify a separate target directory for each output group. The binaries project
output group contains just the binary outputs of the project and it would be
incorrect to assume "bin\" just as it would be incorrect to inclu
Thanks Bob
It sounds to me then that a type 2 CA is not the solution then.
I guess that gives rise to some more questions:
1) Where should I schedule this to ensure that rollbacks can be handled,
keeping in mind that the assemblies I installed are in the GAC before the CA
runs?
2) What options do
In creating a custom pre-processor function extension, I've run into trouble
getting it to evaluate other variables.
For example:
Instead of passing the target path of the project, my Foo function gets
"$(var.project.TargetPath)", on which it fails.
Is there a static method or other recommended
I could but I would expect all the .aspx,.ascx files, etc to move in there too.
Simplifying, this is what is currently generated:
.\default.aspx
.\web.config
.\webproject.dll
.\images\logo.jpg
And this is what it needs to be:
.\default.aspx
.\web.config
.\BIN\webproject.dll <--
.\images\logo.j
Can someone point me to the symbols for WIX 3.0 RTM sources? I don't see
anything related to that @ http://sourceforge.net/projects/wix/files/.
Thanks,
Sharat Janapareddy
~ 40269
--
Download Intel® Parallel Studio Eval
Can you change the "Directory ID" property on the project reference to the id
of a bin directory that you author in manually?
-Original Message-
From: Jason Stangroome [mailto:jason.stangro...@readify.net]
Sent: Tuesday, March 16, 2010 3:05 PM
To: wix-users@lists.sourceforge.net
Subject:
Hi all,
I have an ASP.NET MVC2 project in Visual Studio 2010 RC and added a WiX
v3.5.1419 Setup project to the solution. I added the MVC project as a reference
to the Setup project and ensured the reference properties were set to
Harvest=True and Project Output=BinariesContentSatellites. Duri
Ok, figured it out. Here it is in case someone else can benefit...
I had the combobox height set at 13 (the same as my other controls) but
that 13 applies to the whole control, including the dropdown portion, so
there was no room for the dropdown to be visible. The manual mentions
this...
"Heig
I guess wixcop doesn't update extension elements for you.
These errors are coming because all these elements have all been moved into
extensions of the wix toolset. Use wix.chm to see which element is part of
which extension. Then make sure you reference the appropriate extensions'
namespace in
Hi,
I've since been trying to strip my installer down to isolate the problem
but no luck so far. Is there something I need to know about comboboxes
and Windows 2000 Server?!
Thanks,
Kevin
On Mon, 2010-03-15 at 10:48 -0500, Kevin Garman wrote:
> Hi All,
>
> I've got a couple ComboBoxes each o
Thanks again. Running WixCop will help a lot but I am still having trouble
solving these errors:
1>src\setup\common\common.wxi(15) : error CNDL0005 : The Product element
contains an unexpected child element 'WebDirProperties'.
1>src\setup\common\common.wxi(18) : error CNDL0005 : The Product elem
Sorry if this is a repost, I can't figure out whether or not the first one went
through as it's not showing up on the archives. If it's a repost please
disregard.
I've been dropped into the deep end of Wix for the last couple of weeks and am
trying to come up with a way to make this work. I've
I made a pure per-user package using Wix 3.5 (InstallVersion="200"). The /a
parameter will of course not work:
C:\>msiexec /a Package.msi
You get this error:
"The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error
What does it mean to surpress COM elements? Some of my VB6 apps actually
have COM elements that other apps use.
Thanks,
Bill
Pally Sandher wrote:
> Yes.
> Remember to use -svb6 though.
>
>
> Palbinder Sandher
> Software Deployment & IT Administrator
> T: +44 (0) 141 945 8500
> F: +44 (0) 141 94
http://msdn.microsoft.com/en-us/library/aa369759.aspx
Use a type 51 custom action to set that & condition it with "PATCH AND
Installed".
Palbinder Sandher
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500
F: +44 (0) 141 945 8501
http://www.iesve.com
**Design, Simulate + Innovat
Works fine for me in all our MSI's & I don't do any special ARP property
settings for it unlike a lot of the other items on that dialog.
Are you setting the Version attribute correctly on your Product element?
It should be something like 1.2.3.4 & I think the maximum value you can
use for any of t
Verbose log will show what msiexec is doing between clicking "Repair" or
"Remove" & when it shows the Progress Dialog.
My guess is it's doing the stuff in InstallExecuteSequence before
"InstallInitialize" but I could be wrong. Since your installer appears to be
pretty large, checking all the st
Yes.
Remember to use -svb6 though.
Palbinder Sandher
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500
F: +44 (0) 141 945 8501
http://www.iesve.com
**Design, Simulate + Innovate with the **
Integrated Environmental Solutions Limited. Registered in Scotland No.
SC151456
Register
I've have configured my WiX list user account so that the list server
should send back to me my own posts but it's not working. It's really
annoying to not see my own posts in the thread on my reader. Can someone
help with this?
Thanks,
Bill
---
No.
What's the error heat.exe is giving you?
Palbinder Sandher
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500
F: +44 (0) 141 945 8501
http://www.iesve.com
**Design, Simulate + Innovate with the **
Integrated Environmental Solutions Limited. Registered in Scotland No.
SC151456
I forgot to mention, running "wixcop -f" on your authoring files should
automatically update your files from any schema changes from WiX 2.0 to WiX 3.0.
I can't guarantee it will fix everything, but it should fix a lot of trivial
things for you.
-Original Message-
From: Navid Azimi-Gara
Is the repair a WiX dialog? These are typically standard Windows Installer
dialogs.
Disk space:
http://blogs.msdn.com/heaths/archive/2008/07/24/why-windows-installer-may-require-so-much-disk-space.aspx
Phil Wilson
-Original Message-
From: Jacek Pospychała [mailto:jacek.pospych...@g
Hi:
I have a lot of files to copy under one directory. I ran "heat.exe" ,
but it is complaining that is too many files.
So I think there must be a simpler way,
Is there a way for Fix to copy the entire content of a directory?
---
Karen Li
"Heat is designed to allow a setup author to very quickly generate their setup
authoring the first time. From then onward, the authoring should be maintained
manually to ensure that guids and identifiers remain stable and component rules
are not broken. In order to use Heat to generate setup ev
can I use heat to melt a VB6 project?
Thanks,
Bill
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performa
I use the following command to auto create list of files for setup.
heat.exe dir C:\TEMP\Release\ -var var.DropPathRS -dr Test -gg -g1 -ke -cg
ComponentGroupName -nologo -srd -sfrag -template fragment -out
C:\TEMP\Out.wxs
It will create file like(see below). Then I just build project.
http://sc
Hi All,
could you please tell is there a ability to specify version
in Support Info dialog like it's done for e.g. Firefox - "Version: 3.6
(En-US)". To see Support Info you should go to Control Panel -> Add or
Remove Programs select Firefox and click on "Click here for support
i
I have a similar issue. I think you can use the "heat" tool to recursively
traverse the source directory and generate a fragment consisting of a set of
component/file definitions. I have read that this tool should only be used once
is not intended to be used as part of an automated build process
Heat is described here: http://www.tramontana.co.hu/wix/lesson6.php
heat dir folder -cg SampleGroup -out SampleGroup.wxs
> From: cameron.ker...@philips.com
> To: wix-users@lists.sourceforge.net
> Date: Tue, 16 Mar 2010 16:43:52 +0100
> Subject: Re: [WiX-users] Adding multiple files to compo
Yes, I understand that you can put multiple files in a component, but that
means I have to write the Source for each of the files, and spell out each file
xml element. I basically just want to set the Source to a directory and
include all files under that directory. Or some process that conver
you can try use heat to generate files index for you automatically.
There's more help about it in this tutorial lesson:
http://www.tramontana.co.hu/wix/lesson6.php
HTH
Jacek
On Tue, Mar 16, 2010 at 4:27 PM, Kerber, Cameron wrote:
> I'm sure this question has been asked before in some variety
hi Bill,
put all components from different directories into single ComponentGroup and
then refer to it instead of components.
HTH
Jacek
On Tue, Mar 16, 2010 at 4:08 PM, Bill McCormick wrote:
> Hello,
>
> I have a product user manual component (it's some legacy html
> documentation) that needs
Hi Cameron,
> I'm sure this question has been asked before in some variety
> but searching the mail archives on SourceForge is awful. I
> am also new to WIX
>
> Anyways, in my build process I am outputting a bunch of files
> to a directory. I want all those files added to a component
> in
I'm also a newbie, so my solution below could be "wrong". However, it works:
Something like that. However, I do remember that this technique is not
recommended - for some reason I don't know...
> From: cameron.ker...@philips.com
> To: WiX-users@lists.sourcefo
I'm sure this question has been asked before in some variety but searching the
mail archives on SourceForge is awful. I am also new to WIX
Anyways, in my build process I am outputting a bunch of files to a directory.
I want all those files added to a component in my WIX project. To build my
Hello,
I have a product user manual component (it's some legacy html
documentation) that needs to span multiple directories. Is there an
efficient way to handle this without making a component for each
directory of files?
Thanks,
Bill
-
> On 3/15/2010 4:11 PM, Steve Huston wrote:
> > Is there an easy way to do this? Can I somehow tell heat to process
> > multiple files, or to filter out specific files?
> >
>
> Yes: Use your build tool (e.g., MSBuild) to create a staging
> directory.
Ah, use the correct tool - thanks, Bob.
Sorry missed one of the command line options in a previous lesson in the
tutorial, but it is good to know WiX 3.5 will work with the tutorial.
Thanks,
Sam
On 3/15/2010 12:22 AM, Rob Mensching wrote:
> IIRC, the tutorials were updated to WiX v3.0. Since WiX v3.5 has no breaking
> changes the doc
Hi All,
I've created install for our product. Now I've created a path as described
here http://wix.sourceforge.net/manual-wix3/wix_patching.htm.
Is there way to hide user interface when MSP file is running by mouse double
click? I've used in WixUI_Mondo in my setup project.
Now when I run
hi WiXers,
I'd like to share with you my excitement that product I'm working with, has
almost ready MSI installer thanks to WiX!
I still have some questions though :-)
1. We noticed that when pressing "Repair" or "Remove" button - on the last
page of Repair and Remove wizards respectively, GUI han
See the CopyFile Element ->
http://wix.sourceforge.net/manual-wix3/wix_xsd_copyfile.htm
Palbinder Sandher
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500
F: +44 (0) 141 945 8501
http://www.iesve.com
**Design, Simulate + Innovate with the **
Integrated Environmental Solutions L
It's in the shell32.dll
I forget the exact command, but next time you have a USB virus, check
the autorun.inf for the info.
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling,
On Tue, Mar 16, 2010 at 05:13, Pally Sandher wrote:
> 5 - XP RTM & SP1 ship with Windows Installer 2.0. SP2 ships with Windows
> Installer 3.0. SP3 ships with Windows Installer 3.1. I know SP2 has Windows
> Installer 3.1 pushed to it by Windows Updates so it's fair to assume XP
> systems have W
I have a per-user installer that defaults the installation directory to
LocalAppData\Programs\ProductName. Hence, the MSI does not require elevation.
However, on Vista, if the user changes the installation directory to C:\Program
Files\ProductName and presses "Next", he is doomeed to get an
On 15/03/2010 23:21, Michael Osmond wrote:
> That is correct for a minor upgrade. You keep the UpgradeCode and
> ProductCode the same, and the PackageCode and Version must change (see the
> MSI SDK for details). FindRelatedProducts is not used for a minor upgrade.
OK, understood. I'll email t
Hi,
I wish to create an msi installer using wix such that most of the application
files will be embedded into the msi (in the usual way ). However, due to our
build process, I wish certain parts of the installation to be taken from a
folder relative to the msi. So after creation of the msi, I
Thank you very much!
I guess I'm best off creating two MSIs then - one "per-user" and one
"per-machine".
> Date: Tue, 16 Mar 2010 11:13:10 +
> From: pally.sand...@iesve.com
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] "Per-machine" and "Per-user" in the same package?
1 - correct but by Vista you actually mean Windows Installer 4.0/4.5 as this
also applies to Server 2008 (Vista/2k8 RTM & SP1 ship with Windows Installer
4.0, SP2 ships with Windows Installer 4.5).
2 - correct but again by Windows 7 you actually mean Windows Installer 5.0.
Same thing in practice
If you want it to run during the UI you need to sequence it in
InstallUISequence not InstallExecuteSequence. From that code it's not
running at the end of installation, it's running at the start of the
InstallExecuteSequence which is when Windows Installer actually does
your installation. See ->
ht
How do I check if a registry directory exists or not using
registrysearch?
Say I want
PATHEXIST = true if HKLM\SOFTWARE\MyProduct\MyVersion exists
PATHEXIST = false if HKLM\SOFTWARE\MyProduct
Would this work? I tried but both returning blanks
I know this is a trite topic, but I can't understand the whole idea. Please
clarify! :)
Correct me if I'm wrong, but what I've read is that:
1) On Vista: You cannot have ONE msi that allows for both "per-machine" and
"per-user" installation on Windows Vista.
2) On Windows 7: You cannot hav
We removed it from our installer, not WiX.
Rob
On 16/03/2010 01:01, John H. Bergman (XPedient Technologies) wrote:
> Really? You removed that option. Was that done in 3.5 or 3.0?
>
> I was able to specify the user that the service ran as, and it installed
> correctly. What I was unable to do
Ok, thanks for your help!
I noticed that using the same registry setting works, but I'm not sure what
this implies. Is this a bad idea?
> Date: Mon, 15 Mar 2010 20:44:02 -0400
> From: b...@joyofsetup.com
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] ICE038 - revised
>
>
56 matches
Mail list logo