Hi All,
How to display UAC message while launching MSI?
Currently, I am getting UAC message after Install action done in MSI.
Anyone please help me on this?
Thanks in advance...
--
Sponsored by Intel(R) XDK
Develop, te
OK, here's the real answer. Gimp and ImageMagik output a bmp in bmp version
4 format. ImageMagik does that as well but can also output version 3
format. The resulting version 3 file will display in the installer. So,
bmp splash screen files have to be version 3 format.
--
View this message i
Hi,
I'm using WiX 3.5 in VS 2010.
Some of my users are experiencing a problem after performing a major
upgrade of our product. One component (WiX for the component shown below)
seems to have it's file extension and mime type properly registered during
WriteRegistryValues, and then the registratio
Makes sense. I thought about the 'per user' scenario shortly after I sent
the email.
Thanks
On Tue, Dec 3, 2013 at 1:39 PM, Phil Wilson wrote:
> Being picky, the elevated deferred custom actions in a per system install
> run with the system account. If you have code that needs to do something
Something odd is going on with the splash screen image processing. A bmp
that is output from ImageMagik won't display either. (Although it will if I
open it in Paint, save and then rebuild the installer) I'm trying to change
the product version number at build time in the splash screen image.
Being picky, the elevated deferred custom actions in a per system install
run with the system account. If you have code that needs to do something on
behalf of the installing user (an example might be access/administer a
database or go to the network or a user profile mapped drive) the system
accou
For what it is worth, I haven't seen them from over here either.
Keith Douglas
Statistics Canada | 170 Tunney's Pasture Driveway, Ottawa ON K1A 0T6
Statistique Canada | 170, promenade Tunney's Pasture, Ottawa ON K1A 0T6
keith.doug...@statcan.gc.ca
Telephone | Téléphone 613-951-4405
Facsimile | Té
Blair, thank you for slarification.
But when I start building DevBundle, GenerateWixInclude.exe and docfromxsd.exe
have crashed.
There are exceptions which generated during building. Do you know how to fix
them?
Sorry for russian error messages, I can translate if it's necessary.
"d:\Install
My coworker supsects the shared hoster was comprised (either hack or $$$) and
that they were then injecting a script tag in the response.
From: "Rob Mensching"
Sent: Tuesday, December 03, 2013 9:41 AM
To: "General discussion about the WiX toolset."
Sub
Is there something in the logs that would indicate that an action is being
executed with/without this impersonate flag set?
It is nice that we have the options, but why would I want Impersonate set
to 'yes'? Isn't the whole point of deferred actions to run with system
privileges?
On Tue, Dec 3,
There should be *no* ads coming from wixtoolset.org. I've not seen them. If
someone captures a browser log showing where the ads are coming from I'd like
to dig into it.
Note: If all goes well, the FireGiant team is moving wixtoolset.org to a new
web hoster this month. Looking forward to that g
I saw them yesterday as well. I’m not seeing them this morning, though.
-Blair
From: Christopher Painter
Sent: Tuesday, December 03, 2013 6:28 AM
To: General discussion for Windows Installer XML toolset., General discussion
for Windows Installer XML toolset.
I don't s
You will need to first install .Net Framework 3.5, recent versions of Visual
Studio (2010 or newer), then build and install the DevBundle branch (you can
remove the DevBundle installer if you wish, all the components it installs are
marked "permanent"). If you install multiple versions of VS, it
Hi people,
I want to compile wix from source code, but I didn't find any readme files "how
to comlipe wix".
Could any one give suggestions which tools are used and where I can read anout
it?
Thanks,
Alex.
--
Rapidly t
I don't see it in Chrome but I do see it in IE. I see it on multiple
computers including clean snapshotted VM's so I don't think I'm infected on
my end.
At this point I'm thinking either this is intentional or the site has been
hacked.
From: "J
I would use firstSequence too. It has worked well for me in this scenario as I
do harvest data from one of my config files on upgrade. I have a table-driven
custom action that does a bunch of XML reads on XPATHs and stores them into
properties.
--
John Merryweather Cooper
Build & Install Engi
I have worked for three different software companies (including Microsoft).
Everybody does it very differently. Even within Microsoft, there were very
significant differences between the way MSN did things and the way some of the
other teams operated.
I would prefer a very secure approach, bu
I'm not seeing any adverts. On Chrome I do have AdBlockerPlus, but it
didn't report a blocked popup, and when I disabled it and refreshed I
didn't see anything.
Of course, it might be that you're hitting a different server than I am.
On 3 December 2013 13:44, Christopher Painter wrote:
>
> Is
Thank you all for the wonderful answers. I will try them out and see which one
we like better. On a side note I agree that this is user data and should be
handled differently, but this is one of our older installs that was done prior
to my arrival so we haven't done much with it because we are s
Is anyone else getting popup advertisements on wixtoolset.org?
Advertisements from "infinityads" are what I'm seeing.
--
Rapidly troubleshoot problems before they affect your business. Most IT
organizations don't have
Thanks.
On Tue, Dec 3, 2013 at 8:03 AM, Blair Murri wrote:
> msidbCustomActionTypeNoImpersonate in the Type column of the CustomAction
> table.
>
> http://msdn.microsoft.com/library/aa368069.aspx
>
> -Blair
>
> > Date: Tue, 3 Dec 2013 07:43:08 -0500
> > From: yellowjacketl...@gmail.com
> > To:
Its 0x0800 in CustomAction.Type
-Original Message-
From: Tony [mailto:yellowjacketl...@gmail.com]
Sent: 03 December 2013 12:43
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Deferred vs.
elevation
Thanks.
What flag/option get set in Windows Installer tables whe
msidbCustomActionTypeNoImpersonate in the Type column of the CustomAction table.
http://msdn.microsoft.com/library/aa368069.aspx
-Blair
> Date: Tue, 3 Dec 2013 07:43:08 -0500
> From: yellowjacketl...@gmail.com
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Deferred vs.
Thanks.
What flag/option get set in Windows Installer tables when @Impersonate is
set to 'no'?
On Mon, Dec 2, 2013 at 11:35 PM, Blair Murri wrote:
> @Impersonate='yes' is the default, so you do need to "turn off
> impersonation" by explicitly saying "no".
>
> -Blair
>
> > Date: Mon, 2 Dec 2013
A poll might be a good idea - at least then we / you know what the
situation is. If it turns out there's no sensible default because everyone
*is* doing everything a different way, then it's sensible to not provide a
default. If it turns out that actually a lot of people do it a similar way
then ma
Use not Hi All,
>
> How to add ListView control in themes file?
>
> I have create ListView control in HyperlinkTheme.xml
>
>
>
> "yes" TabStop="yes" ImageListGroupHeader="LVSIL_GROUPHEADER">
>
> Book1
>
> Book2
>
>
>
> "yes" FontId="0">Next
>
>
>
> Is building correctly.
>
> When I ran the
26 matches
Mail list logo