Greetings,
I just got bitten by this problem after updating to latest weekly
release of WiX.
Turned out to be the wixproj file not having the default Platform
property specified, which is easily fixed by adding:
...
x86
...
So it looks like MSBuild defaults to AnyCPU even though I didn'
You need to launch the msp using the command line and the properties
REINSTALL=ALL REINSTALLMODE=omus. If you want to be able to use your msp by
double clicking on it you need to add something like the following to your wix
sources so that those property values will get assigned automatically
In all likelihood, your problem is that your CA is being modularized when
compiled, but maybe not to the standard you're expecting. If you look at
your .msm in Orca, you'll see the actual name it's been given. I believe
you can suppress the modularization if that's your wish. Or you can at
leas
Can you show the authoring as well? Unfortunately, that's a very generic error
message.
-Original Message-
From: CHarker [mailto:[EMAIL PROTECTED]
Sent: Monday, September 22, 2008 15:09
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Has anybody got this to work??
Rob
OK
Excuse me while I have a short conversation with myself, with the hopes that
my posts to myself will in fact help another new user of the wix system...it
seems posting helps me find the stuff I need...
The "ConfigurableDirectory" property of Feature allows the user to Browse to
select a path for
My question has morphed
Say I have a Feature list as displayed in the WixUI_FeatureTree UI where you
can choose to install 1 or more components.
Can anyone shed some light on the general approach to allowing a user to
select an install directory for each of these features separately?
I su
Hi,
While Installing , I am passing One Data base server name along with One
property. But while uninstalling, It is giving error because it is looking for
data base name. So I want to save the value of the property so that I can use
the same on uninstallation.
Regards
Sandeep
-
Hi Michael,
I am actually creating the folder into which I place the .mdf and .ldf
files for SQL Server as a part of the install, and those directories are
definitely getting created. However, I found a clue on a the following
posting:
http://www.tech-archive.net/Archive/SQL-Server/microsoft.pub
The only thing I can see from decoding that error is that you are trying to
insert Null values into a column. Has the schema changed? I converted the
error code (-2147217900) into hex (80040E14), removed the sign
(80040E14) and got lots of Googles about Null insert issues (see
http://www.go
Rob
I have to Uninstall each time otherwise I get something along the lines of
"Application already installed". Also if I change the account info I get a
different SID not found for XXX where XXX is the new account I entered.
Without the PermissionEx I get "Permission denied" every time.
If
Rob
OK, I added the into the file (not which I
don't think should be reqd) created the MSI and tried to install on a
completely new laptop. I am admin on that too.
I get the same error
InstallFinalize
ExecServiceConfig Error 0x8007005 Cannot change service configuration. Error
Access den
Hello Amy,
My suspicion is that the folder structure created by SQL2008 is different to
SQL2005 (this was the case between 2000 and 2005). If the folder doesn't exist
then the Create Database command will fail.
Is there a need to actually set the paths to these folders? If you dont set
the
Hi All,
I have an install that has been working well for months against SQL
Server 2005. We recently upgraded one of our test servers to SQL Server
2008 and now the Wix Component to create my database no longer executes
correctly.
The error number I receive is 26201. I have searched for o
From: Tony Wallulis
Sent: Monday, September 22, 2008 1:42 PM
To: 'wix-users@lists.sourceforge.net'
Subject: Wix 2.0 issue
Hey I'm using Wix 2.0 to build an MSI that creates a web site and ideally
assigns a custom response header. I have the following code:
Hi,
Showing Browse / Install Directory with WixUI_FeatureTree or WixUI_Advanced or
WixUI_Mondo doesn't work? Is there anything that I need to do to allow the
Browse dialog to show? I can only get it to display only if I use
WixUI_InstallDir but in that case I can't have a feature selection dia
Hello,
I am new to WiX. I am trying to install the tool in MS Visual Studio 2005
Professional on a two different new systems.
I did install Visual Studio 2005 SP1 and the security updates for SP1 on each
of the systems.
I installed the following files:
ProjectAggregator2-3.0.4318.0.msi
Wix-3.0
That's irrelevant. It's like saying "my code worked on XP why doesn't it work
on Vista"? You have to give us more information than a fragment of code and
the assertion that it worked an old install but not in the new.
As Bob says, you must have an immediate custom action in your sequence that
Alex's blog entry at
http://blogs.technet.com/alexshev/archive/2008/02/15/from-msi-to-wix-part-8-major-upgrade.aspx
is a good starting point.
Neil
-Original Message-
From: Rob Mensching [mailto:[EMAIL PROTECTED]
Sent: Monday, September 22, 2008 10:40 AM
To: General discussion for Windo
Maybe this is not supported any more. Should I be able to have the main
installation code schedule a custom action that is defined within a merge
module? Any thoughts?
Thanks!
-Tina
On Fri, Sep 19, 2008 at 1:15 PM, Tina Basinger <[EMAIL PROTECTED]>wrote:
> Is there a trick to calling a custom
Ensure your Product/@Id, Product/@UpgradeCode and Upgrade elements follow the
MSI SDK suggestions for Major Upgrades.
-Original Message-
From: Nimisha Saboo [mailto:[EMAIL PROTECTED]
Sent: Monday, September 22, 2008 09:55
To: WiX-users@lists.sourceforge.net
Subject: [WiX-users] Need help
You can't nest MSI installs like that. See the archive for discussions about
'chainers'.
-Original Message-
From: sujanakar reddy [mailto:[EMAIL PROTECTED]
Sent: Monday, September 22, 2008 09:31
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Deploy SQLCMD Utility from msi
Hi,
fyi - in my wix sources I'm able to successfully set/use util:xmlfile
elementpath values with attribute search qualifiers using the following
escaping syntax.
You can use alternatively:
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Evans, J
Not all string are translated (especially in custom actions), I have found the
best solution is to allow the linker to pick up the English version if the
localised version is missing. To do this use the following command line option:
-cultures:de-de;en-us
Neil
-Original Message-
Hi,
I have a Wix project, which currently allows multiple installs of my
application,
although I have done nothing to enable this.
What this means is: I install my application, and then again click on the
msi.
Ideally, it should start an uninstall of my application, but currently it
starts anothe
Hi,
I am developing an MSI using WIX 3.x. I want to deploy the SQL Serve Command
line query tool from my installer package. I have downloaded the same from
http://www.microsoft.com/downloads/details.aspx?FamilyID=50B97994-8453-4998-8226-FA42EC403D17&displaylang=en&displaylang=en:
I got the er
When I double click on my msp file I get the welcome dialog, followed
by the maintenance dialog, giving me the choice to change, repair or
remove. Choosing repair or change, will cause the patch to show up in
add/remove programs, but the text file does not show the changes that I
made.
Problem
You should write into the german wxl (wixui_de-de.wxl) file lines like
these:
The installer failed to save the xml
file
(something like this,but in german of course)
--
Arthur Curvello
Convergência Latina
tel: +55 21 2494-5476
email: [EMAIL PROTECTED]
Confidencialidade: A informação contida nes
hi,
I am a new user of wix and i wanted to create an installer in german language.
I am also manupulating a create dynamicaly parts of a xml file.
So I add to my light command ... -cultures:de-de
i get the errors:
C:\delivery\Dev\wix_public\src\ext\UtilExtension\wixlib\UtilExtension.wxs(212)
:
Hi,
You can try the following -
1. Add a property IS_IT_ARPREPAIR and set its value to zero
2. Through your installer, when the installation is successful update
the following key's value
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{
GUID}\UninstallString
The defa
Hi guys,
How to distinguish between "full repair" from Add/Remove Programs and
"self-repair" started by the shortcut for each new user when the key
path of the shortcut is not found?
Is the difference in the value of REINSTALLMODE is robust enough?
REINSTALLMODE=ecmus -- full repair,
RE
30 matches
Mail list logo