Oh hang on, I see. It's picking up the code page from the Product element.
So, to make a neutral package, I'd need to set Language to 0 on the Product
element and the Package element.
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/The-default-lang
I've been looking over the Windows Installer documentation and it says that
if you don't specify the Languages attribute (on the Package element), then
the language defaults to "neutral".
http://msdn.microsoft.com/en-us/library/Aa372070
In my own experiments, when I leave off that attribute and
I'm building the .sln in both cases. It works in Visual Studio but fails in the
command line.
I tried adding the false
to my .wixproj but the behavior didn't change. :-(
I can build the .sqlproj just fine from the command line (either by itself or
as part of the .sln).
Edwin G. Castro
Softwar
I’ve been struggling to get rid of the Files In Use dialog. Seems like
there’s no easy way out.
Ideally, I would like to execute my MSI with the /qb! mode, ie, showing
only the progress bar with modal dialog boxes enabled (for instance, the
reboot dialog at the end if needed for some reason).*
Thanks much, Bruce. I think I'll have these all fixed for the next build.
On Sun, Aug 19, 2012 at 2:07 AM, Bruce Cran wrote:
> On 19/08/2012 08:45, Bruce Cran wrote:
> > On 17/08/2012 23:29, Bruce Cran wrote:
> >> I noticed all the files in the WiX repository have been updated with
> >> "Copyrig
What if you add
false
To your .wixproj? I expect you're hitting an interplay between solutions
and projects. That MSBuild property disables Visual Studio from creating
magical properties only available when you build the .sln file. If that is
set and the build fails then my hypothesis i
Hello,
I am trying to track down why our installer generated using Wix 3.0
stopped writing the UninstallString value in
Software\Microsoft\Windows\CurrentVersion\Uninstall\ registry key. At
some point we must have changed some code that broke this behavior.
Where should I start troubleshooting th
Ruslan Albu kurtosys.com> writes:
>
> But it doesn't work when I build it using MSBuild task. In my build
> definition I use the following:
>
> Properties
> ="MsiInstallVersion=$(Major).$(Minor).$(Build).$(Revision);AutoBuild=Tru
> e"/>
>
> I'm getting this error when using MSBuild:
>
> Prod
Hello,
While doing a major upgrade, one of my components get removed when it's not
supposed to. It is the same component as the version before, nothing has
changed for that. I schedule the major upgrade at
"afterInstallExecuteAgain" I'm wondering why the component gets removed when
the installer
Thanks. I think that it is too late in that function, it seems the comparison
is in the engine. Looking at the code I think this might be a bug, in
registration.cpp there is this code:
case BOOTSTRAPPER_RELATION_UPGRADE:
if (pCommand)
I am attempting to customize my burn windows to match the theme I have in my
msi UI. I have created my there xml file from the RTFTheme.xml file in the wix
source download (3.6).
My problem is that when I attempt to change the background colors using hex
values, they don't come up the right col
The error is about the Component with only the FileShare elements. Add a
CreateFolder element there.
On Wed, Aug 22, 2012 at 4:42 AM, wrote:
>
> I will always be installing a file in that location. You can see that the
> two files 'abc.txt' and 'efg.txt' gets installed in that location. I have
>
Don't build .sln files. They haved all sorts of strange behavior w.r.t.
MSBuild. The .sln files are just "workspaces" that you can open in VS and
get a slice of the WiX toolset to work on.
Go to the root of the project and MSBuild the wix.proj. It's the only
project file there so you can just typ
I think you'll want to look at the OnDetectRelatedBundle() callback. It
should tell you there is another bunld with the same version on that would
be an upgrade.
On Tue, Aug 21, 2012 at 11:18 PM, Neil Sleightholm wrote:
> This is with the standard BA. With an MSI you can get the same behaviour
>
I will always be installing a file in that location. You can see that the two
files 'abc.txt' and 'efg.txt' gets installed in that location. I have even
tried putting it like this:
But, still it doesn't help. No matter what I do I am unable to get rid o
Normally directories are created automatically when a file is installed into
them. For some reason, the ICE checker thinks you might not install a file
into that location.I'm not sure how intelligent it is at calculating when
this can happen. If you are happy that there are valid situations where f
Hi,
In my setup, I want to install 2 files say 'abc.txt' and 'efg.txt' in a
separate location other than the default install location (INSTALLDIR). This
separate location is also user-specified and I am storing the path in a
property called 'NEWLOC1'. I also need to do a 'FileShare' of this loc
What version of WiX are you using? I have just tried with 3.6.3220.0 and
CLIENTUILEVEL=0 when DisplayInternalUI="yes".
Neil
-Original Message-
From: Christoffel le Roux [mailto:christoffe...@tech.flowcentric.com]
Sent: 22 August 2012 10:18
To: General discussion for Windows Installer XM
Hi,
If I try to build any of the 4 solutions in the 3.7 sources from a clean
VS2010 prompt, I get errors... is this expected?
e.g >msbuild.exe wix.sln
Thanks,
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/crc-error-on-wix-3-7-aditional-downlo
Yes I have, I tried to implement my own dialogs, had no problems up until
the error dialogs.
These are the five dialogs that are required. When I tried to edit them I
got duplicate errors and could not get around it so I decided to try and
create my own dialog set. Is there any other way around edi
Have you seen Neil's guide ?
http://neilsleightholm.blogspot.co.uk/2008/08/customised-uis-for-wix.html
-Original Message-
From: Natalie Carr [mailto:natalie.c...@measuresoft.com]
Sent: 22 August 2012 10:11
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Making my own Dialog set
Hi Niel, thanks for the reply. I've tried setting the DisplayInternalUI to yes,
but it seems to still try to execute the MSI using basic or min ui, in order
for the embedded ui to be initialized the command line arguments for the
package need to send a full UI request. At the moment what I can s
Hi,
Need some advice. I need to edit all the error dialogs etc. but when I do I
get errors of duplicate symbols, etc. I know this is a very meticulous job
so wondering would I be safer making my own complete set of dialogs starting
from scratch or is this a crazy idea?
Kind Regards,
N
Not sure if this is what you want but you can set
MsiPackage/@DisplayInternalUI="yes" to display your MSI UI.
Neil
-Original Message-
From: Christoffel le Roux [mailto:christoffe...@tech.flowcentric.com]
Sent: 22 August 2012 09:29
To: General discussion for Windows Installer XML toolset
On 21/08/2012 16:09, Natalie Carr wrote:
> Hi Rob,
>
> I finally figured that out, my only problem is now I run my custom action
> before="AppSearch" but it flashes up the WelcomeDlg for a few seconds before
> my CustomWelcomeDlg. Any ideas?
>
> Thanks
>
Is that an authored dialog? You should be
Seems to be a bug in PowerArchiver. I had the same issue and reverted to
Windows Explorer to extract the files...
Kind regards,
Henning
> -Original Message-
> From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk]
> Sent: Mittwoch, 22. August 2012 06:39
> To: wix-users@lists.sourceforge
Hi, What I need to achieve is displaying the Embedded UI in my MSI packages. I
know I could just create a custom BA UI and use that, but all my setup projects
needs to be able to install and manage the installation of multiple instances.
Since there's no way to ask burn to apply a transform to a
Hi guys, are there any way to set the CLIENTUILEVEL for a single bundled MSI
package during installation?, currently what I can see is no matter what I do
it default to CLIENTUILEVEL=0.
Thanks in advance.
Christoffel
-
28 matches
Mail list logo