Hi
I want to create a few components with no ComponentIDs.
Can I do this even if the component is a versioned dll?
Thanks
Uma
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Downloa
I was able to build a while back when I had an x86 machine, but once I upgraded
to 64 bit I wasn't able to get a successful build done. I do remember the help
file giving a list of prerequisites, as well as a few late nights using your
favorite search engine to find random links with bits and pi
I have a .config file I need to change if the install running is the client
install and NOT the server install (we share the services between client and
server installations)
I have this code:
and I want to do something like this:
< ! [CDATA[CLIENT_INSTALL="1"] ] >
but
Thanks Jacob!
Is there a guide to hacking on wix36?
I haven't used nant in years... what should I be "nant'ng" (for toolsrc and
wix itself)?
Regard,
Rob
-Original Message-
From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com]
Sent: October-19-12 3:43 PM
To: General discussion for
3.6 is not meant to be built by Visual Studio and MSBuild. 3.6 is a mess of
Nant build scripts and is quite fragile. 3.7 is being redone to build using
just MSBuild or Visual Studio (though I haven't checked to see any of the
progress).
-Original Message-
From: Robert MacFadyen [mailt
Hey all,
I'm trying to build Wix in VS2010 and I'm having a problem.
I've downloaded the source from CodeProject using hg clone/hg update (to
wix36 tag).
The .sln appears to convert to vs2010 ok. Not sure why it was doing a
conversion though... should I be using vs2008?
When I try and build a s
Hi,
Is there any plans to release patches with bug fixes for already released
versions?.
It would be nice to receive a couple of updates before moving to next
version.
Thank you.
--
Regards,
Fyodor Koryazhkin..
--
Everyo
You can find verbose log file here:
http://kloke-witten.dyndns.org/~philipp/Temp/msi_log.zip
There are some lines about finding related products, where it says
"FindRelatedProducts: current install is per-machine. Related install for
product '{1CC8C271-A877-4DF0-B1DE-C1B7D83521BC}' is per-user.
I am now doing this but still not taking on the real port number:
-Original Message-
From: StevenOgilvie [mailto:sogil...@msn.com]
Sent: October-18-12 5:22 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Installing to inetpub\wwwroot...
Hi,
I am trying to instal
Check on the OnPackagePlan callbacks.
On Fri, Oct 19, 2012 at 5:19 AM, Hans ter Horst wrote:
> Hello, i have several simple installers that I would like group behind a
> Burn interface and start depending on the button clicked from the
> Bootstrapper interface I am designing which will have seve
Windows installer doesn't really work that way.
On Fri, Oct 19, 2012 at 3:22 AM, Chaitanya wrote:
> Hi
>
> I want merge files to one msi to another msi.
>
> I read an article
>
> http://wix.sourceforge.net/manual-wix2/authoring_merge_modules.htm
>
> but I don't want to use msm.i want to use msi.
If theUpgradeCode is stable then I don't see anything obvious. What does
verbose logfile for update show?
On Fri, Oct 19, 2012 at 9:05 AM, PKEuS wrote:
> Hello,
>
> First of all, sorry for posting this a second time, but my first post (via
> nabble) seems to have been rejected, because I hadn't
Hello,
I am a dev of the cppcheck project and I am trying to improve our installer.
We are using WiX, and the original installer was built using WiX 3.5. You
can see the original installer code here:
https://github.com/danmar/cppcheck/tree/master/win_installer
I switched to WiX 3.6(.3303), made t
Hello,
First of all, sorry for posting this a second time, but my first post (via
nabble) seems to have been rejected, because I hadn't received subscription
confirmation mail before.
I am a dev of the cppcheck project and I am trying to improve our installer.
We are using WiX, and the original i
Have a look at util:ProductSearch too.
-Original Message-
From: andy smith [mailto:andysmi...@gmail.com]
Sent: 18 October 2012 16:37
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Conditionally Installing Update MSI's in Burn
I have a burn installer, whereby the original instal
Hi Jacob,
I couldn't understand your "
Thanks..
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Conditionally-Installing-Update-MSI-s-in-Burn-tp7581445p7581472.html
Sent from the wix-users mailing list archive at Nabble.com.
Hello, i have several simple installers that I would like group behind a
Burn interface and start depending on the button clicked from the
Bootstrapper interface I am designing which will have several buttons.
For a simple bootstrapper I know
I can use Bootstrapper.Engine.Plan(LaunchAction.Install)
Opps, silly me. Thanks for all your help Neil, greatly appreciated.
-Original Message-
From: Neil Sleightholm [mailto:n...@x2systems.com]
Sent: 19 October 2012 11:21
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Registering DLL's properly
Why would you
You also have the option of using registry free COM, if the dlls are suited
to it.
-Original Message-
From: Natalie Carr [mailto:natalie.c...@measuresoft.com]
Sent: 19 October 2012 10:27
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Registering DLL's properly
Hi I have to reg
Hi
I want merge files to one msi to another msi.
I read an article
http://wix.sourceforge.net/manual-wix2/authoring_merge_modules.htm
but I don't want to use msm.i want to use msi.
And help me in upgrade also.
Regards
Chaitanya.
---
Why would you do that, if they are already installed then they should be
registered, if not you should be installing and registering them.
Neil
>Thanks, I think I will just use the SelfRegCost for now. I am trying to
>register DLL's that would be found on the target machine in their system
>fold
Thanks, I think I will just use the SelfRegCost for now. I am trying to
register DLL's that would be found on the target machine in their system
folder, would you have any idea how I would achieve this?
-Original Message-
From: Neil Sleightholm [mailto:n...@x2systems.com]
Sent: 19 October
I use heat as a starting point and then clean up the output.
SelfRegCost works ok but it calls DllRegisterServer/DllUnRegisterServer
which means it can be uncontrolled as you don't know what is happening in
those functions, as a replacement for your CA it should be identical. It
should work on 64
Is that using heat? Do you know what problems would occur if any using the
second method? And how these would work on 64 bit machines? Thanks
-Original Message-
From: Neil Sleightholm [mailto:n...@x2systems.com]
Sent: 19 October 2012 10:39
To: General discussion for Windows Installer XML
The "proper" way is to harvest the registry entries. The other way is to
set File/@SelfRegCost="1".
Neil
>Hi I have to register a lot of DLL and I currently have a custom action to
>do this, however I would like to know the proper MSI way of doing this?
>Can
>anyone guide me in the right directi
Hi I have to register a lot of DLL and I currently have a custom action to
do this, however I would like to know the proper MSI way of doing this? Can
anyone guide me in the right direction please? And also how to unregister
them on uninstall.
Kind Regards,
Natalie Carr
---
http://msdn.microsoft.com/en-us/library/windows/desktop/aa370543%28v=vs.85%29
.aspx
-Original Message-
From: Uma Harano [mailto:uhar...@esri.com]
Sent: 18 October 2012 22:30
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Properties in deferred sequence
Hi
Thanks Daniel, this is precisely what I needed!
On Fri, Oct 19, 2012 at 9:32 AM, Daniel Bruce wrote:
> To resolve Microsoft.Tools.WindowsInstallerXml.Bootstrapper, you need to
> add a reference to BootstrapperCore, which in my installation was located
> under C:\Program Files (x86)\WiX Toolset v3
To resolve Microsoft.Tools.WindowsInstallerXml.Bootstrapper, you need to add a
reference to BootstrapperCore, which in my installation was located under
C:\Program Files (x86)\WiX Toolset v3.7\SDK\BootstrapperCore.dll. You should be
able to find yours in a similar location.
You are correct that
Just in case others are wondering how to get started, this site did get me
started:
http://bryanpjohnston.wordpress.com/2012/09/28/custom-wix-managed-bootstrapper-application/
Hans
On Thu, Oct 18, 2012 at 5:43 PM, Hans ter Horst wrote:
> Hello, I would like to add an interface to the Wix bootst
Hello, could you please help me get started building my own bootstrappe
DLL? It is a Wix bootstrapper newbie question, but I guess there are plenty
of us around :-)
Thanks,
Hans
On Thu, Oct 18, 2012 at 5:43 PM, Hans ter Horst wrote:
> Hello, I would like to add an interface to the Wix bootstra
On 19/10/2012 00:26, Senthil Chandran wrote:
> That did not work either :(
> msiexec /i MyApplication.msi /qn WIXUI_LABNAME="TestSilent"
> WIXUI_LABOWNER="Me" WIXUI_LABDESCRIPTION="description" WIXUI_LABACCESS="1"
> did not work either.
Try it without the quotes round the values. Log the instal
32 matches
Mail list logo