Igor Lemsky wrote:
> We have installer UI and we have dialogs there. In left upper corner
> of dialogs we have small icon, and the same icon also is shown in task
> panel. Is it possible to customize it?
This just came up on the list a few days ago. Short answer: No. You can
change the icon sho
Davut Karabay wrote:
> I have a WIX based installer which currently installs the product on down
> level XP and Win2K3. In the next version I want to support Vista, where
> product binaries will change cosiderably.
>
> How can I achieve installing on downlevel and Vista with a single WIX?
>
Y
Sandeep Karanth wrote:
We have a set of binaries that need to be deployed in a couple of
places as part of our install (same msi). Currently, we are
duplicating the files in 2 components. This is a maintenance nightmare
as devs may add a binary to one component and forget to add it to another
fiordean dacian <[EMAIL PROTECTED]> writes:
> I guess this is rather a system problem than Windows Installer. The quick
> answer is yes, you can install your printer monitor and driver from one
> installer file.
Ok, if that does work how?
> Is this accepted by the system?
Problem: the port moni
We have installer UI and we have dialogs there. In left upper corner of
dialogs we have small icon, and the same icon also is shown in task panel.
Is it possible to customize it?
-
Take Surveys. Earn Cash. Influence the Future
I've never written or installed performance counters so, I'm not sure I
can help much. You might want to take a look at the WiX
element. I think it's for unmanaged perf counters but, I could be
wrong. You could also look into what the managed installer class is
really doing. For example, the P
I totally agree, and in fact it was one of the points I brought up. But my
boss wants it to do this specifically. Lucky our users are locked in eh...
:/
--
View this message in context:
http://www.nabble.com/setting-computer-regional-time-format-tf3509715.html#a9828848
Sent from the wix-user
Hello,
I have a WIX based installer which currently installs the product on down
level XP and Win2K3. In the next version I want to support Vista, where
product binaries will change cosiderably.
How can I achieve installing on downlevel and Vista with a single WIX?
Regards,
Davut
I am sorry to hear that but now I know. Thank you.
If I do it on my own how do I let MSI/Wix know about the installed
performance counters so they will be uninstalled with the application
uninstall?
From: John Vottero [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 03, 2007 5:13 PM
To: Kevi
So, I managed to find the core issue. I don't know if this is the right
answer but it seems to work.
The problem laid in Light's function of removing unused entities, or not
included unreferenced entities. In the example I gave notworking.wxs had
included only a FeatureRef link to a Feature eleme
The short answer is, you can't do it.
Visual Studio uses InstallUtilLib.dll which is an MSI custom action that
installs Installer based classes. As far as I know, it's not documented
and not redistributable. Someone did reverse engineer InstallUtilLib
and they wrote a blog post about how to g
I want to add some performance counters to my .NET Windows Service. There is
a performance class installer but I am not sure how this class derived from
the Installer class interacts with the Wix/Msi installation process. Anyone
able to shed some light on this?
Thank you.
Kevin
---
Hi,
We have a set of binaries that need to be deployed in a couple of places as
part of our install (same msi). Currently, we are duplicating the files in 2
components. This is a maintenance nightmare as devs may add a binary to one
component and forget to add it to another.
Please can someone
How does the bootstrapper launch the MSI? I'm guessing it's using
something that doesn't cause the MSI to run elevated. If you're using
CreateProcess I'd be suspicious.
Phil Wilson
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Chuck
Sent: T
Phil,
In my initial post is said " I am wrapping the msi in a setup.exe boot
strapper
that has a manifest with requestedExecutionLevel
level="requireAdministrator"." When the setup.exe is run it does prompt
for an Administrators password. However, the CA is still not running as
Administrator.
I just thought I would let you know that I developed a tool call hallow. It
generates wxs content for WiX 3.0. It's got a lot more features than tallow
or mallow, such as regular expression inclusion/exclusion of directories and
files.
You can checkout the source code from
https://origo.ethz.ch/e
I've been trying to solve this one for at least a full day. I do not
understand why content in a wxs, which is present in the resulting wixobj,
is not linked into an MSI.
I'm using Votive for development, but that doesn't matter because it happens
on the command line also. In one wxs fragment fil
Thanks a lot,
It works now
Igor M
--
View this message in context:
http://www.nabble.com/Setting-icons-to-shortcut%2C-works-with-exe-but-not-with-ico-tf3509122.html#a9821546
Sent from the wix-users mailing list archive at Nabble.com.
--
It works,
Thank you,
Igor Maslov wrote:
>
> Hello,
>
> I'm trying to do quite simple thing - set a shortcut to installed
> executable. It works and if my icon is embedded in executable I can see
> icon image displayed on the shortcut:
>
> This works fine:
>
> Source="C:\src\notepad.exe"
Thanks agains Dan!, we are already using Mallow in other parts of the
project but we can't use it in this one. I will try to figure out what it's
happening and if I am able to find some solution I will back to this thread
to tell you what I found.
Thanks,
-Adrian
On 4/3/07, [EMAIL PROTECTED] <[E
If you do this with code, C++, the GetShortPathName API works on
directories. You'd do this after the directory has in fact been created.
Phil Wilson
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Tuesday, April 03, 2007
On Tue, 3 Apr 2007 13:16:42 +0200, Jacek Blaszczynski wrote:
Rob,
> Similar problem was raised by me several months ago and the
> authoritative answer of one of MSFT WiX developers was that utf-8
> is supported by windows installer database and can be used to
> support multiple cultures but the f
I suspect you're misunderstanding something, assuming I understand your
point 4. Neither AdminUser nor Privileged will cause your CA to run
elevated. They're typically used as LaunchConditions, and they also
happen to be unreliable in Vista in the UI sequence. To get your CA to
run elevated in the
Is there a way to prevent installing to certain media types or paths? I
scanned the schema and didn't see anything that looked appropriate. Thank you.
JVE
-
Take Surveys. Earn Cash. Influence the Future of IT
Join Sourc
I guess this is rather a system problem than Windows Installer. The quick
answer is yes, you can install your printer monitor and driver from one
installer file. Is this accepted by the system? You will have to check that
yourself.
Dacian
- Original Message
From: Friedrich Dominicu
[EMAIL PROTECTED] wrote:
> That sounds pretty inconvenient if you want to recursively remove every
> file in every directory, which I would have guessed was a fairly common
> thing to want to do.
That's not really an MSI thing -- in MSI, you're carefully controlling
and describing the compositi
See the last paragraph in the Icon Table documentation [1]:
---
However, Icon files that are associated with shortcuts must be in the
EXE binary format and must be named such that their extension matches
the extension of the target. The shortcut will not work if this rule is
not followed. For exa
Ok, here we go again. Is there anothe way to install a port monitor
and a printer driver from one installer file. Or do one has to write
setup program which internally first run msiexec on the port monitor
and afterwards the printer driver, in which one then can run a custom
action to add the Print
Hi,...
First of all - I do not know how to create short directory name (you
can try to write custom action).
But for [!FileId] - it is feature of MSI but it is related only to
files. It means that you cannot use it to create the 8.3 format of
directory.
I would use the Custom action which will
I'm trying to set an environment variable to be the value of INSTALLDIR,
but I need it to be the 8.3 style path.
I saw an old mailing list thread about this topic that Rob responded to
with:
>You could always just use "[!FileId]" to get the short name of
a file.
This thread was in
>RemoveFolder maps to the RemoveFile table, which only removes empty
>folders. So you need both RemoveFile and RemoveFolder.
That sounds pretty inconvenient if you want to recursively remove every
file in every directory, which I would have guessed was a fairly common
thing to want to do. Is the
Hello!
Similar problem was raised by me several months ago and the authoritative
answer of one of MSFT WiX developers was that utf-8 is supported by windows
installer database and can be used to support multiple cultures but the
feature is not documented. Unfortunately as far as I remember no spec
On Mon, 2 Apr 2007 11:07:26 -0400, Huck, Jacob wrote:
Huck,
> Is there a common codepage that works with most languages and
> Windows Installer? Such as utf-8 (65001)?
Unfortunately, not. No Unicode in any shape or form. You're limited to the
existing set of codepages (as listed in the MSDN).
On Mon, 2 Apr 2007 21:15:40 -0700 (PDT), Some user wrote:
Hello,
> During the installation. Our program does not run unless the
> regional time format is at a particular setting.
I can only agree with the others. Your program is seriously broken, you need to
fix it first. I would never buy a p
Simon Dahlbacka wrote:
> that seems like a Bad Idea(tm) to me, as a user in a locale that's
> usually affected by "hardcoded decimal point programming" I definately
> do *not* want a random installer go fiddle with my regional settings
> just because the programmers didn't get it right. Fix your
Morning Adrian!
We originally saw the problem using mallow and during our problem hunting we
tried tallow just to try and narrow down the problem. One thing I noticed
today is that our build server had reset NtfsDisable8dot3NameCreation back to 1
so looks like we have a policy that is resetti
36 matches
Mail list logo