Hi,
I have just installed the latest Wix to find out that some of my existing
setups fail to install. Just notice that these setups work in the same
environment (Windows 2003 SP2) when built with previous version 3.5.4805.0.
Is there anything new in 4909 that broke compatibility and I need to cha
No, proxies are not possible to create programmatically, and thus the CA's
can't do it. The only way to do that is to export it from the COM+ catalog.
-Original Message-
From: fprince [mailto:frank_pri...@csgsystems.com]
Sent: Tuesday, January 13, 2009 8:28 AM
To: wix-users@lists.sourcefo
Resending after subscribing to the list.
From: Harrison Le
Sent: Tuesday, January 13, 2009 6:19 PM
To: 'wix-users@lists.sourceforge.net'
Subject: How to search the archive?
Hi,
I've just joined the wix-users list. I'd like to know if there's a way to
search the whole archive for some answers be
Actually I found the updated merge modules in the Fox Pro patch for the
same MS08-070 fix.
Thanks,
Mike Ballou
-Original Message-
Date: Mon, 12 Jan 2009 18:28:14 -0800
From: "Michael Ballou"
Subject: [WiX-users] VB6 Runtime Extended file merge modules?
To:
Message-ID:
Content
Ah, so it is. Thanks for the correction!
-Original Message-
From: Rob Mensching [mailto:rob.mensch...@microsoft.com]
Sent: Tuesday, January 13, 2009 6:06 PM
To: Rob Mensching; General discussion forWindows Installer XML toolset.
Subject: Re: [WiX-users] Bug with Component/@Guid="*"?
Act
Colin,
You can set an environment variable in the build process and then access
that inside wix as $(env.projectVersion)
Or you can set an Wix variable in the candle command line
"candle -dMyProject.Version="
Michael
-Original Message-
From: Colin Fox [mailto:greenene...@gmail.
Yes - our current release strategy is to always release major upgrades. The
entire MSI is under 10 megs so it's not a huge deal.
I'm relatively new to the company, and this process has been in place since
long before I got here, but part of the build process is to use a build tool
to set the versi
Thanks Rob. Much appreciated.
On Tue, Jan 13, 2009 at 5:51 PM, Rob Mensching
wrote:
> My reading of the MSI SDK says you need to provide a command-line for minor
> upgrades. Always made them pretty useless (unless you had a bootstrapper
> already) if you ask me.
>
> -Original Message-
Thanks Rob. Much appreciated.
Rob Mensching-2 wrote:
>
> My reading of the MSI SDK says you need to provide a command-line for
> minor upgrades. Always made them pretty useless (unless you had a
> bootstrapper already) if you ask me.
>
> -Original Message-
> From: cemiles [mailto:ch
Lewis Pringle wrote:
> I have a couple of problems with this. I think it would be less
> confusing to users install – if they were prompted at the BEGINNING of the
> installation process about the permissions requirements installed of the
> middle of the process. Apparently, someone at
Christopher Karper wrote:
> Can you use the uninstall string to run Windows Installer in non basic mode?
>
No, the shell ignores UninstallString if the package was installed by MSI.
--
sig://boB
http://joyofsetup.com/
Colin Fox wrote:
> I'd like go be able to set the version of my application in the assembly.cs
> file, and have it used in both the wix file and also in the wix file name.
>
However you set the version in the assembly source can set a variable to
be passed in to candle.exe and light.exe. That
Zachary Young wrote:
> I'm trying to configure an installer which allow the user to reinstall
> the same version of a product. This works satisfactorily when the MSI is
> used the Maintenance Dialog is displayed, and the options to Repair or
> Remove are available. This does not work when the EXE b
I have created a number of instance transforms in my WiX installer as
below:
Are you always going to release using Major Upgrades? If not, then you need to
keep the name constant. That fact is why you don't see many people putting the
version number in the MSI name. Not a common request thus not necessarily
simple to implement.
-Original Message-
From: Colin
Do you need to mark your MSI 64-bit? MSI does not allow you to have a package
that is marked both 32-bit and 64-bit (because they are the same bit ).
-Original Message-
From: Colin Fox [mailto:greenene...@gmail.com]
Sent: Tuesday, January 13, 2009 15:10
To: General discussion for Window
As an addendum to this issue: I'm installing a web service, and it needs to
be installable on both 64 bit and 32 bit systems.
Is it possible to build a wix that will install into both, or do I need to
build separate wix install projects?
Thanks,
cf
On Tue, Jan 13, 2009 at 3:03 PM, Rob Mensch
Actually, sorry, I was looking at the wrong part of the code. It looks like
ProgramFiles64Folder is correctly handled. Ahh, that's the bug. There is no
folder known as "ProgramFilesFolder64". Your authoring is incorrect.
-Original Message-
From: Rob Mensching
Sent: Tuesday, January
Yes, bug. 64 bit folders aren't evaluated. Please open it against "light"
"v3.0".
-Original Message-
From: Jeremy Lew [mailto:j...@liquidmachines.com]
Sent: Tuesday, January 13, 2009 13:50
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Bug with Component
Hi everyone.
I'd like go be able to set the version of my application in the assembly.cs
file, and have it used in both the wix file and also in the wix file name.
So if my app is version 1.2.3, I'd like the .msi file to be called
"MyAmazingApp_1_2_3.msi" or something equivalent.
I've seen some
I have a bunch of component/files rooted under ProgramFilesFolder64.
Using "*" for the Component's Guid gets me:
error LGHT0231: The component 'C__d8f4a26fe53142ebb42d1a9fdf527ac6' has
a key file with path 'TARGETDIR\lmdc
server\adminui\branchadmindisabled.aspx'. Since this path is not rooted
in
It's in the VS 2008 SP1 SKU... but not in the patches. Here's a workaround from
the Express team blog:
http://blogs.msdn.com/sqlexpress/archive/2008/09/12/faq-installing-the-sql-server-2008-express-clickonce-bootstrapper-for-visual-studio-2008-sp1.aspx
HTH, Arun.
-Original Message-
Fr
My reading of the MSI SDK says you need to provide a command-line for minor
upgrades. Always made them pretty useless (unless you had a bootstrapper
already) if you ask me.
-Original Message-
From: cemiles [mailto:chad.mi...@gmail.com]
Sent: Tuesday, January 13, 2009 14:02
To: wix-user
I have a minor upgrade msi that I want to be double-clickable, but when I try
it pops the dialog stating an existing product is already installed.
Understood and expected, and from reading up I'm seeing it's not really a
plausible solution, but I'm still curious if there's some way to do this
asi
You could try... but I'd be surprised if it worked.
-Original Message-
From: Christopher Karper [mailto:christopher.kar...@gmail.com]
Sent: Tuesday, January 13, 2009 11:11
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Uninstaller screens
Can you use th
I am looking for SQL Server 2008 and not SQL Server 2005.
Thanks,
Arun Perregattur
-Original Message-
From: Eitan Behar [mailto:ei...@baconao.net]
Sent: Tuesday, January 13, 2009 3:44 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] SQL Server 200
If you have Visual Studio it includes a Bootstrapper for SQL Server 2005
(C:\Program Files\Visual Studio 8\SDK\v2.0\Bootstrapper)
-Original Message-
From: Arun Perregatturv [mailto:aperregatt...@napcosecurity.com]
Sent: Tuesday, January 13, 2009 10:28 PM
To: General discussion for Window
Is there SQL Server 2008 Express Bootstrapper available.
http://wix.sourceforge.net/manual-wix3/install_dotnet.htm
the above link helped me to install Framework 3.5 and Windows Installer 3.1 now
I am looking to for SQL Server 2008 Express.
Please let me know where I can find one.
Thanks,
Arun
How can I give a user account permission to "log on as batch job" during setup?
ThanksRavi
--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadthe
On Tue, 13 Jan 2009 11:35:45 -0700, "Richard"
said:
>
> In article <1231871231.14692.1294570...@webmail.messagingengine.com>,
> "Curtis Jewell" writes:
>
> > Can I do something like this to hardcode the installation directory?
> > Or is there another way to do this?
>
> Hardcoding the instal
Can you use the uninstall string to run Windows Installer in non basic mode?
On Tue, Jan 13, 2009 at 1:32 PM, Richard wrote:
>
> In article <
> de33023b477fe44eaa71983f5279f6ce50fc39e...@na-exmsg-c102.redmond.corp.microsoft.com
> >,
> Rob Mensching writes:
>
> > Nope, ARP runs the Windows
(I replied offline to a separate query but I'll repeat here in case anyone else
is curious.)
The Inventory app is one of the DTF samples. It demonstrates how to use some of
the classes in the DTF Microsoft.Deployment.WindowsInstaller namespace to query
the state of installed products, features,
In article <1231871231.14692.1294570...@webmail.messagingengine.com>,
"Curtis Jewell" writes:
> Can I do something like this to hardcode the installation directory?
> Or is there another way to do this?
Hardcoding the installation directory is a bad idea. You can provide
defaults and a co
In article
,
Rob Mensching writes:
> Nope, ARP runs the Windows Installer in basic mode when clicking the uninstal
l button.
If you provide your own "uninstall" shortcut then you can run the
uninstall with a full UI, but the recommended Windows logo practice is
to use Add/Remove Programs
Can I do something like this to hardcode the installation directory?
Or is there another way to do this?
(Of course, I'm choosing a UI without the ability to select directories.
It has to be in a directory without spaces at the moment [I didn't
write said application], so it can't go in Program F
It doesn't seem to me that this will help you understand DTF. I believe this is
a tool that uses the standard MSI APIs to list products, features and
components installed on the system ("managed by MSI").
Phil Wilson
-Original Message-
From: tulasacra [mailto:tulasa...@gmail.com]
Sen
Is there any support for registering a COM+ application as proxy in Wix 3.0?
If not, any way to write a nifty custom action to support this. I have
already written a simple C# app to run through the Com Admin catalog and
print out a couple of component properties for each app using Reflection,
but
Nope, ARP runs the Windows Installer in basic mode when clicking the uninstall
button.
-Original Message-
From: Thorpe, Alan [mailto:atho...@bottomline.com]
Sent: Tuesday, January 13, 2009 05:52
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Uninstaller scr
Is it possible to have custom WiX uninstaller screens? For example, the
user selects to uninstall a product and they get what appears to be the
generic (and terse) MSI "Uninstalling" screen. Is it possible to present
custom screens to the user when the uninstaller is running so they get a
more "pos
It is probably the same problem. But this is the first time I run into this
with regards to packages I don't build myself
Kjartan
-Original Message-
From: Neil Sleightholm [mailto:n...@x2systems.com]
Sent: 13. janúar 2009 13:28
To: General discussion for Windows Installer XML toolset.
S
This sounds like this problem:
http://n2.nabble.com/Installer-hanging-while-doing-FileCost,-not-frequently-though.-td2116872.html#none
Neil
-Original Message-
From: Kjartan Þór Kjartansson [mailto:kjar...@eskill.is]
Sent: 13 January 2009 12:50
To: General discussion for Windows Installe
It seems attachments are not allowed so I'll paste the contents here.
=== Verbose logging started: 13.1.2009 10:54:12 Build type: SHIP UNICODE
4.05.6001.00 Calling process: C:\Windows\system32\msiexec.exe ===
MSI (c) (DC:58) [10:54:12:281]: Resetting cached policy values
MSI (c) (DC:58) [10:54
Hi,
I've been having a problem running the msi packages of the last two weekly
builds of WiX. It seems like it can't finish running the CostInitialize so the
wait for disk requierments dialog comes up and never finishes. I have looked at
the log file but can't see what is wrong there so I attac
In case someone wonders, this was resolved quite trivially. The
connection to a database was not dropped after attach script (for some
reason). I could see this by the database status (Normal instead of
Shutdown,Normal). Running a "SET OFFLINE" query before actual detach
solved the problem.
Discov
44 matches
Mail list logo