I would like to reset this machine to a pre-release state.
I cleared out the registry key you mentioned, and also the temp folder is
clear of all guid folders. However, the failure persists. I do not have
the luxury of installing on a fresh machine.
Here is the new log file:
[13E8:08C8][201
Thanks Neil. I think it works as the compiler and linker didn't complain when I
used it. Will test it and respond if it doesn't.
Rob, I'm not sure how to go about updating the documentation.
-Original Message-
From: Rob Mensching [mailto:r...@robmensching.com]
Sent: Monday, January 14,
It would be great if someone added it to the documentation too.
On Mon, Jan 14, 2013 at 2:42 PM, Neil Sleightholm wrote:
> I think you can use NETFRAMEWORK45, it isn't documented but I found it in
> the source file "src\ext\NetFxExtension\wixlib\NetFx4.5.wxs" so I think it
> is correct.
>
> Nei
I think you can use NETFRAMEWORK45, it isn't documented but I found it in the
source file "src\ext\NetFxExtension\wixlib\NetFx4.5.wxs" so I think it is
correct.
Neil
-Original Message-
From: Sidharth Vijayachandran [mailto:sidharth.vijayachand...@microsoft.com]
Sent: 14 January 2013 22
You're talking about the PackageGroups - that is to bundle .net 4.5 as part of
the installation.
I just need to do a check for .net 4.5 and for this I need a property similar
to below, but for .net 4.5. That isn't present in the help documentation.
-Original Message-
From: Steve
Look at the WIX help file that was installed with your WIX version look for
NetFx45Redist
http://wix.sourceforge.net/manual-wix3/wixnetfxextension.htm
-Original Message-
From: Sidharth Vijayachandran [mailto:sidharth.vijayachand...@microsoft.com]
Sent: January-14-13 5:11 PM
To: wix-use
I couldn't find the propertyref for a .net 4.5 check in the documentation.
Does anyone know what it is?
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more.
I've been trying to do an upgrade of one of my products with the following WXS
file. As you can see from the bottom of it, there's an attempt to install a
Windows log source (so that a non-privileged user can use the application
without further ado). This looks correct; the similar auto-generati
hey all
I am using heat to harvest a directory like so
Which generates a *.wxs file like so
http://schemas.microsoft.com/wix/2006/wi";>
Is there a way to specify a include directive with Heat s
Hi,
I've got a WIX installer which should install a SSL certificate to a newly
created WebSite/WebApplication.
The WIX XML looks like this:
The following problems occur:
1) The certificate overwrites an already existing one although I set
"Overwrite" to "no"
2) The certificate is nam
Better question for wix-devs.
Short answer: second "execute" was probably supposed to be "rollback" then
considered not doing that and ended up leaving a redundant clause in the
if. Would have to walk through the code fully to know for sure.
On Mon, Jan 14, 2013 at 6:35 AM, Bruce Cran wrote:
Out of the box WixStdBA doesn't but if you were into doing a custom BA, you
could cache the state from OnDetectComplete. When switching to the success page
(WIXSTDBA_PAGE_SUCCESS) you would then want to hide or show the appropriate
text control based on the previously cached value.
-Origina
Are you using ProgId/Extenstion in your MSI? If so, Windows Installer "should"
take care of this for you.
To be safe, I think I'd place this inside the InstallExecute sequence after
InstallFinalize. This would ensure your binaries were on disk so any icons for
the new extensions would be avai
In plan.cpp:1166 there's a line of code with identical left and right
expressions. Is this a bug?
// If we are going to take any action on this package, add progress for it.
if (BOOTSTRAPPER_ACTION_STATE_NONE != pRelatedBundle->package.execute ||
BOOTSTRAPPER_ACTION_STATE_NONE != pRelatedBundle-
It sounds like you have an old installation that wasn't removed properly and
need to clean the following place in the registry:
HKEY_CLASSES_ROOT \ Installer \ Dependencies
You will probably find your packages here - go ahead and delete them. Burn
uses this place to store dependencies for upgrade
With the standard BA I don't think there is anyway to differentiate
between a successful install or uninstall. Looking at the code I am not
even sure if the burn engine supports this.
Neil
>As I have customized the xml's I have changed the static text:
>
>DisablePrefix="yes">#(loc.SuccessHeader
As I have customized the xml's I have changed the static text:
#(loc.SuccessHeader)
Your browser has been configured to work with xyz
systems. You must restart IE for configuration to take effect.
i.e. for 'SuccessHeader' from 'setup successful' to above message. The changed
text is shown on
Is there some way a full UI can be enabled when Repair is started from
ARP? Somehow Change runs with full UI and Repair only with minimum UI.
I'm using WiX 3.5.
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012,
18 matches
Mail list logo