Thanks for the reply Mike. I will try you suggestion and will post the
result!!
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/OpeFileDialog-C-Custom-Action-tp5860149p5860913.html
Sent from the wix-users mailing list archive at Nabble.com.
-
You need to run it under a separate thread with a different aparatment state,
see details here.
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/OpenFileDialog-fails-in-Win7-td5538592.html#a5542494
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.
Hi there,
Following code works for me to remove a website created under Default Web
Site during Uninstall:
//Define following component in a Directory Element
//Add component to Feature element
Hope this helps!!
--
View this me
I want to display OpenFileDialog using C# custom Action(since WIX does not
support this). I tried this but CA is not getting fired,instead my installer
hangs. I also checked if the OpenFileDialog is hidden behind the installer
window..which is not the case.
If I comment the OpenFileDialog dialog =
Thank you all, guys! I must have been blind, but I didn't pay attention to
that topic.
-- Yan
On Wed, Dec 22, 2010 at 3:08 PM, Tobias S wrote:
> Help topic describing the configuration where the WiX environment is
> just fetched from the SC is here:
> http://wix.sourceforge.net/manual-wix3/dail
Help topic describing the configuration where the WiX environment is
just fetched from the SC is here:
http://wix.sourceforge.net/manual-wix3/daily_builds.htm
(Integrating WiX Projects Into Daily Builds)
Tobias
2010/12/22 jhennessey :
>
> All you need to do is check in the binaries as per WiX.c
All you need to do is check in the binaries as per WiX.chm. This was you can
have have as many versions of WiX as you want side-by-side.
The major problem though is that you can't have two different versions of
Votive (which I'll assume you're using) installed on your development
machines (this i
There are two topics in the help file describing how to setup build so that
you don't need to install wix on your build machine, that way you can set
up as many versions as you need side by side without conflict. Unfortunately
I don't have the exact names of the topics on my phone but I think you'
I'm sure there was a thread about this within the last few months but I
can't find it.
While you can't install 2 versions of Votive at the same time, you can
build both 3.0 and 3.5 by installing the respective wix versions and
calling their wix.targets in an msbuild project.
There is a little inf
Hello WiX Community,
I know it is not possible to install both WiX 3.0 and 3.5 on a single server
the usual way.
I face with the situation when part of my projects are on 3.0, another part
are on 3.5. And I can't upgrade all of them to 3.5 now for various reasons.
We have all projects on a single
10 matches
Mail list logo