I've yet to roll this into production but under my circumstances I went
with an alternate option of using Application and Assembly manifests.
This will not work with out of process (exe) COM servers, but it will
work with both native and managed assemblies.
The manifests leverage on SxS / RegFree
We use this... It seems to work well for us...
...
-Original Message-
From: Navid Azimi-Garakani [mailto:naz...@microsoft.com]
Sent: Wednesday, July 27, 2011 6:18 PM
To: Adam; General discussion for Windows Installer XML toolset.
Subject:
There's a lot of other stuff that needs doing for upgrades to work, and you
haven't said if you actually have it, such as upgrade specifications in your
WiX.
I'd look at all your FindRelatedProducts actions in your install to see if they
report anything about finding older versions of your pr
I based my code on this:
http://stackoverflow.com/questions/3287626/wix-installer-remove-files-on-uninstall-but-not-on-upgrade
I saw no complaints about the suggested answer so I assumed it worked. But when
I adapted to my code it does nothing.
In product.wxs:
1
And in my main installa
I don't see anything mentioned in IIS extension schema that would support this
(see http://wix.sourceforge.net/manual-wix3/iis_xsd_webapppool.htm). If the
documentation is out of date, then maybe someone can chime in. I believe you
might need to run appcmd.exe out-of-band or directly modify
app
Greetings all,
is it possible to set the "Enable 32-Bit Applications" flag for an apppool im
creating withing the msi ( under iis 7 ) via Wix?
--
Got Input? Slashdot Needs You.
Take our quick survey online. Come on, we
I'm building a bootstrapper using DTF. I'd like to set the messageFilter to
Installer.SetExternalUI() to be equivalent to the msiexec /l*v logging option
but I can't quite figure out which combination of InstallLogModes values to
use. At one point, I had nearly all values but I didn't see messag
Upon further research I zeroed in on the primary culprit for the difficulties
involving ADDLOCAL. The problem lies with the InstallUISequence itself,
particularly the location of CostFinalize in the sequence. Any sort of GUI with
multiple dialogs is very likely to require the Directory Manager.
If you allow users to browse to a different install folder, that changed path
usually applies to the ProgramFiles folders, so beware of changed locations. A
path to the exe based on [#file key] is more reliable because it works wherever
the file is installed.
Phil Wilson
-Original Messa
As I said I'm not clear on the details having never tried it, but your invalid
handle error suggests that you are not using an immediate custom action to do
this.
Phil Wilson
-Original Message-
From: Uma Harano [mailto:uhar...@esri.com]
Sent: Tuesday, July 26, 2011 8:54 AM
To: Gener
My installer has a dialog that lets the user choose a feature. Based on that
choice ADDLOCAL is modified via a custom action.
The problem seems to be that WiX has insufficient granularity with regards to
scheduling UI actions. The problem I can't seem to solve is precisely how to
schedule this
Hi Joseph,
Have a look at this link about adding the WiX project to your VS 2010
solution.
http://www.havecomputerwillcode.com/blog/?p=421
Cheers,
Anil.
On Tue, Jul 26, 2011 at 4:24 PM, Joe Tilley wrote:
> Hello,
>
> This is my first time using the mailing list, so please forgive any
> etiq
The wix.targets set this all up for you behind the scenes. You should see
them if you run MSBuild with a very verbose output.
On Wed, Jul 27, 2011 at 6:54 AM, Andreas Vestlund <
andreas.vestl...@sekonden.se> wrote:
> Hi,
>
> I have a large WiX project in visual studio 2010 and I am having trouble
Forgot to add that the element conatins the assignments of
properties to preprocessor variables.
Anil.
On Wed, Jul 27, 2011 at 2:54 PM, Andreas Vestlund <
andreas.vestl...@sekonden.se> wrote:
> Hi,
>
> I have a large WiX project in visual studio 2010 and I am having trouble
> finding where valu
Hi Andreas,
Unload your WiX project in VS 2010 (right click project) and then unload it.
Then select project again & right click select Edit
You should see a element and each sub-element within it, is
a property which can be referenced by eg $(Product)
You should find some values for Product & V
Hi,
I have a large WiX project in visual studio 2010 and I am having trouble
finding where values in preprocessor variables come from. When I go to Project
Properties -> Build and look at "Define preprocessor variables:" there are
variables in this format: "Product=$(Product);Version=$(Version
Ok I think I found the issue. The ExeCommand is wrong, it should actually be...
Damn paths. That then works as advertised.
D.
-Original Message-
From: Dominique Louis [mailto:dominique.lo...@amxeurope.com]
Sent: 27 July 2011 11:45
To: General discussion for Windows Installer XML tools
I haven't used the SQL custom actions. Have you tried generating a verbose
installation log ?
-Original Message-
From: Nangai [mailto:thangananga...@iinterchange.com]
Sent: 27 July 2011 12:44
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Unable to execute SQL script from pa
No. It is available in the base installer itself. I cant event execute the
sql script while installing the patch. I tried with sql string also. It is
not working.
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Unable-to-execute-SQL-script-from-patch
Hi all,
I have the following Custom Action, based on reading the docs...
And it is supposed to be called here...
NOT
Installed
But the CA_LaunchLicenceManager never seems to be called, so the exe never
starts.
Any ideas, suggestions?
Thanks,
DOMINIQUE LOUIS
##
Hi Daniel,
1) For a COM dll, heat should generate the appropriate registry data.
2) For a COM EXE server, heat will not generate the the registry data but
you can do the following.:
a) Use RegSpy2 to extract the registry data into a reg file.
So if my COM exe is called TestCOM.exe, you would i
21 matches
Mail list logo