Re: [WiX-users] setting computer regional time format

2007-04-03 Thread Simon Dahlbacka
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 software instead IMO. regards,

Re: [WiX-users] Tallow generates invalid names

2007-04-03 Thread daniel . gibbons
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

Re: [WiX-users] setting computer regional time format

2007-04-03 Thread Tony Hoyle
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

[WiX-users] setting computer regional time format

2007-04-03 Thread DE�K JAHN, G�bor
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

[WiX-users] multiple cultures and codepage error

2007-04-03 Thread DE�K JAHN, G�bor
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).

[WiX-users] How to get 8.3 path for INSTALLDIR

2007-04-03 Thread Chris.Rowland
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

Re: [WiX-users] How to get 8.3 path for INSTALLDIR

2007-04-03 Thread Stefan Pavlik
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

[WiX-users] Port monitor + printer driver

2007-04-03 Thread Friedrich Dominicus
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

Re: [WiX-users] Setting icons to shortcut, works with exe but not with ico

2007-04-03 Thread Arnette, Bill
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

Re: [WiX-users] Conditional RemoveFiles on Uninstall

2007-04-03 Thread Bob Arnson
[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 composition

Re: [WiX-users] Port monitor + printer driver

2007-04-03 Thread fiordean dacian
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

[WiX-users] Prevent install to network drive or removable media

2007-04-03 Thread Jason Van Eaton
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

Re: [WiX-users] CA with elevated privileges under Vista!

2007-04-03 Thread Wilson, Phil
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

[WiX-users] multiple cultures and codepage error

2007-04-03 Thread DE�K JAHN, G�bor
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

Re: [WiX-users] How to get 8.3 path for INSTALLDIR

2007-04-03 Thread Wilson, Phil
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

Re: [WiX-users] Tallow generates invalid names

2007-04-03 Thread Adrian Alonso
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]

Re: [WiX-users] Setting icons to shortcut, works with exe but not with ico

2007-04-03 Thread Igor Maslov
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: File Id=notepad_exe Compressed=no

Re: [WiX-users] Setting icons to shortcut, works with exe but not with ico

2007-04-03 Thread Igor Maslov
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.

[WiX-users] Light is ignoring content in wixobj files

2007-04-03 Thread es_paulb
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

[WiX-users] [Fwd: Re: CA with elevated privileges under Vista!]

2007-04-03 Thread Chuck
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.

Re: [WiX-users] [Fwd: Re: CA with elevated privileges under Vista!]

2007-04-03 Thread Wilson, Phil
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:

[WiX-users] Avoiding duplicating of binaries

2007-04-03 Thread Sandeep Karanth
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

[WiX-users] .NET Installer class and Wix/Msi interaction.

2007-04-03 Thread Kevin Burton
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

Re: [WiX-users] .NET Installer class and Wix/Msi interaction.

2007-04-03 Thread John Vottero
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

Re: [WiX-users] Light is ignoring content in wixobj files

2007-04-03 Thread Paul Bates
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

Re: [WiX-users] .NET Installer class and Wix/Msi interaction.

2007-04-03 Thread Kevin Burton
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:

[WiX-users] Single WIX to install multiple versions

2007-04-03 Thread Davut Karabay
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

Re: [WiX-users] setting computer regional time format

2007-04-03 Thread Some user
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

Re: [WiX-users] .NET Installer class and Wix/Msi interaction.

2007-04-03 Thread John Vottero
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 PerfCounter 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

[WiX-users] How to customize dialog window icon?

2007-04-03 Thread Igor Lemsky
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

Re: [WiX-users] Port monitor + printer driver

2007-04-03 Thread Friedrich Dominicus
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 monitor