Hi All,
Is there an equivalent logging command for bundles as there is for MSI files?
msiexec /i "C:\MyPackage\Example.msi" /L*V "C:\log\example.log"
Cheers,
James
LEGAL NOTICE
This message is intended for the use of the named recipient(s) only and may
contain confidential and / or privileged
http://robmensching.com/blog/posts/2010/8/2/The-first-thing-I-do-with-an-MSI-log
Thanks Rob, probably the most useful piece of info I've heard regarding MSI's.
I knew about the logs but not "value 3".
Cheers,
James
LEGAL NOTICE
This message is intended for the use of the named recipient(s) onl
Hey Dan,
Thanks for that, I just read the section on that just after posting to the
list. It works fine if I put it in the generated .wxs file but not if I put it
in the non-generated Product.wxs file so anytime someone reruns the batch file
this key bit of info will get obliterated ...
How c
Urgh! That sounds horrendous. That's a significant count of files!
-Original Message-
From: Daniel Madill [mailto:dan.mad...@quanser.com]
Sent: 16 January 2012 16:55
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Cab File
Hi James,
I have an idea ho
omponentGroupRef.
Otherwise I think you have to use a ComponentRef to refer to each component
individually ... and that would clearly be a drag. :-)
Dan
-----Original Message-
From: James Green [mailto:jgr...@mango-solutions.com]
Sent: January-16-12 11:11 AM
To: General discussion for
Hey Dan,
Yeah, I've just gotten all this working, thanks. Just trying to get the file
source path all configured and working now ... installer joy! And indeed that
would be a drag!
james
LEGAL NOTICE
This message is intended for the use of the named recipient(s) only and may
contain confide
and 650+ directories and then
add that WxS file to your installer.
Dan
-----Original Message-
From: James Green [mailto:jgr...@mango-solutions.com]
Sent: January-16-12 9:48 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Cab File
Hi Peter,
Not sure I
ted on the msdn at
http://msdn.microsoft.com/en-us/library/bb417343.aspx I dont see how that's any
different from doing it with a zip though.
-Original Message-
From: James Green [mailto:jgr...@mango-solutions.com]
Sent: 16 January 2012 14:48
To: General discussion for Windows Insta
compress the files into a cabinet inside it.
-Original Message-
From: James Green [mailto:jgr...@mango-solutions.com]
Sent: 16 January 2012 14:14
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Cab File
Hi All,
I have a large set of files to distribute with our installer (1100 files)
Hi All,
I have a large set of files to distribute with our installer (1100 files) and I
was hoping to be able to do this with a zip file but that doesn't seem possible
(nor a good idea) so I was wondering if it was possible to use a cab file
instead?
I'm wondering if the Cab will also be able
works. I agree this should work, I'm a little surprised
it doesn't.
What version of WIX toolset are you using?
On Wed, Jan 11, 2012 at 2:00 AM, James Green wrote:
> Hi Again,
>
> I spoke too soon.
>
> I've confirmed that .NET 4.0 isn't installed on
Hi Again,
I spoke too soon.
I've confirmed that .NET 4.0 isn't installed on the machine. My Bundle has an
install condition of:
FindDotNet40ClientInstallRegValue = 0
Which is a RegistrySearch:
[011C:0408][2012-01-11T09:44:42]: Condition 'FindDotNet40ClientInstallRegValue
= 0' evaluate
Hi,
Thanks for that Rob. Looked at the logs and solved that particular issue. The
only issue I have left now is that the Bundle itself appears in the Add/Remove
programs.
Is there a way to hide it? Or should I be thinking about "hiding" the
application and use the bundle as the UnInstaller?
d Science Park,
Glasgow G20 0SP
Email Disclaimer
-Original Message-----
From: James Green [mailto:james.gr...@lalpac.com]
Sent: 24 November 2010 09:22
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Setting ARPNOREPAIR/ARPNOMODIFYWhilst using
WixUI_Ins
in
allowing "Change"). However, I don't see ARPNOREPAIR being set there. You
should be able to set that one property and trust the other one is set.
The code for WixUI_InstallDir is found in the src\ext\UIExtension\wixlib
folder in the WixUI_InstallDir.wxs file.
-----Orig
Hi All,
I need to disable the Repair & Change options in an installer I'm working
on. However, when I enter these setting in my Product.wxs file WiX throws a
wobbly as these are already defined in the WixUI_InstallDir code.
Whats the best way to tackle this situation? Can I get at the cod
Hi All,
I created a Custom Action dll (.NET) for a test solution. In this solution
I have the CA project, a simple test app project and a WiX setup project.
This works fine. I'm now trying to take the CA dll produced by this test
solution into our live project. I've copied both dlls (the Dep
Hi All,
I've just followed this example
http://wix.sourceforge.net/manual-wix3/create_start_menu_shortcut.htm to the
letter in my own script but still no short cut. Do I need to be doing
something else for this to work on Windows 7?
Thanks,
James
LalPac Limited registered in England
Billiant, thanks Peter, all solved.
-Original Message-
From: wix-users-boun...@lists.sourceforge.net
[mailto:wix-users-boun...@lists.sourceforge.net] On Behalf Of Peter
Shirtcliffe
Sent: 05 July 2010 14:09
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] S
essage to show on the form one
the DB_CONNECTION_OK property is set to 1?
Kind regards,
James Green
.NET Developer
LalPac Limited registered in England No: 4211747
Partner in Licensing to over 120 UK local government authorities.
Temple Court, 8 The Causeway, Chippenham, Wiltshire, SN15 3B
Hi Palbinder,
That was the syntax I originally tried. There must be another issue I'm
overlooking at the moment.
Thanks,
James.
-Original Message-
From: wix-users-boun...@lists.sourceforge.net
[mailto:wix-users-boun...@lists.sourceforge.net] On Behalf Of Pally Sandher
Sent: 02 July 20
ext button should be enabled.
Any pointers would be great.
Kind regards,
James Green
.NET Developer
LalPac Limited registered in England No: 4211747
Partner in Licensing to over 120 UK local government authorities.
Temple Court, 8 The Causeway, Chippenham, Wiltshire, SN15 3BT, UK
Hi Again,
We have been doing a little more poking around with some test installers we
have created that make use of the WixIIsExtension library and we're seeing
some odd behaviour. The latest installer that I have been working on seems
to work as expected on IIS 5.1 (XP) and IIS 7 on Server 2008
I was just about to ask the same question!
-Original Message-
From: wix-users-boun...@lists.sourceforge.net
[mailto:wix-users-boun...@lists.sourceforge.net] On Behalf Of Stelios Kyprou
Sent: 01 July 2010 12:59
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-use
Thanks for this Rob, will check the logs if I see this again.
-Original Message-
From: wix-users-boun...@lists.sourceforge.net
[mailto:wix-users-boun...@lists.sourceforge.net] On Behalf Of Rob Mensching
Sent: 01 July 2010 06:25
To: General discussion for Windows Installer XML toolset.
Sub
nyone here?
Regards,
James.
-Original Message-
From: wix-users-boun...@lists.sourceforge.net
[mailto:wix-users-boun...@lists.sourceforge.net] On Behalf Of James Green
Sent: 30 June 2010 17:10
To: 'General discussion for Windows Installer XML toolset.'
Subject: [WiX-users] Removing
this still regarded as the best/only way to remove virtual directories
using WiX?
Kind regards,
James Green
.NET Developer
LalPac Limited registered in England No: 4211747
Partner in Licensing to over 120 UK local government authorities.
Temple Court, 8 The Causeway, Chippenham, Wiltshire, SN
is:
*.wxl
...
{\WixUI_Font_Title}Create Virtual
Directory
...
*.wxs
...
...
Hope this helps,
-- Yan
-Original Message-----
From: James Green [mailto:james.gr...@lalpac.com]
Sent: Wednesday, 30 June, 2010 17:53
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Bold Titles on Custom D
, West Of Scotland Science Park, Glasgow
G20 0SP Email Disclaimer
-Original Message-----
From: James Green [mailto:james.gr...@lalpac.com]
Sent: 30 June 2010 15:53
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Bold Titles on Custom Dialogs
Hi All,
I'm just creating my first Wi
e following set:
However, as opposed to the other dialogs this text isn't bold and I cannot
figure out how to set this. Any pointers would be great.
Kind regards,
James Green
.NET Developer
LalPac Limited registered in England No: 4211747
Partner in Licensing to over 120 UK local go
30 matches
Mail list logo