hi,
I need to associate a file extension to my executable and my directory
structure is generated by heat.
As heat would overwrite the generated fragment file on each build, is it
possible to add the following stuff elsewhere but not the generated fragment
file?
Thanks
-
I'm using WiX 3.5 to build installers for VS2005/2008/2010 extensions.
I'm working on an extension for VS11 and find that the nice macros for the
earlier versions of Visual Studio are not available for VS11 (of course).
Does anyone know if macros like VS11_ROOT_FOLDER, etc., will be
available in
John
Have a look at the Start command (help start) which can be used to start and
wait in batch files.
Michael
-Original Message-
From: John Bergman [mailto:john.berg...@xpedienttechnologies.com]
Sent: Tuesday, 4 October 2011 8:47 AM
To: General discussion for Windows Installer XML too
I am working through deploying our software for automated testing and appear to
have encountered an issue that I am not quite sure what the best way is to
solve.
I need to deploy multiple MSI files, my initial thought was that I could do
this with a batch file, but apparently, the process of ru
Hi,
I am trying to install a SSL website (on IIS 6.0, 7.0 and 7.5) using IIS
Extention with no success. I have tried using WiX 3.5 as well as the weekly
WiX build from 10/3/2011 (WiX 3.6.2201.0). It fails on all three IIS
platforms, so I must be doing something fundamentally wrong. I have attached
When you use a type 51 custom action it doesn't call MsiSetTargetPath because
you've told it you are setting a property and not a directory. Try using a
type 35 custom action (after CostFinalize) by using the Directory attribute
instead of Property.
--
View this message in context:
http://windows
Is there any list of know issues with Windows Installer 4.5/5.0? Occasionally,
I see zombie msiexec.exe processes. This occurs even on a successful installer
verbose log. It's not common, and it appears to be random. Killing the
msiexec.exe zombies usually works. Rebooting always works. Occ
Okay, now this is getting strange and I hope someone can help me figure out
what's going on here...
I just discovered that having a type 51 custom action to set TARGETDIR puts
half the directories in the wrong place when I copy the msi to a machine and
run it locally.
When I copy the msi to t
Just to follow up for future readers, it looks like there was no problem to
begin with. I tried smoke.exe and got no errors, except for on two merge
modules. I think that my merge modules are just in better shape than I
thought. Wow. :) I am used to getting some sort of output, at least Info
me
I think I found it after some searching. Just for those that also need it:
1. Go to wix.codeplex.com.
2. Select the Source tab.
3. Select the 3.5 branch from the drop-down list at the right.
4. Select the source code zip with the label "Associated with release:
W
I can't seem to find source code downloads for specific versions. Is there
only the latest source code download or am I looking in the wrong place?
Source code for 3.5 is the version I'm interested in.
Thanks.
> -Original Message-
> From: Bob Arnson [mailto:b...@joyofsetup.com]
> Sen
On 02-Oct-11 17:32, Dave Combs wrote:
> I've been asked to customize some WiX dialogs we're using, and one of the
> requests was to be able to highlight (bold) part of the text in a localized
> string. Specifically, they'd like to change the welcome text "The Setup
> Wizard installs [ProductName]
On 03-Oct-11 06:41, Igor Solodovnikov wrote:
> Here is my log. It looks like bootstrapper do found .NET framework but i
> still don't understand why it asks to install it again. Please give me some
> advice.
It can't load your custom BA; you need to diagnose your BA code and
configuration file.
On 03-Oct-11 11:12, Vadym Verba wrote:
> Thus I have a simple question: how to elevate BA?
That's not supported: The BA is always run at medium integrity level.
--
sig://boB
http://joyofsetup.com/
--
All the data cont
Hello.
Recently I ran against the same problem to launch my bundle exe elevated from
the beginning. I saw your discussion with some tips what to do, but even more
issues appeared.
1)>You can embed a custom manifest to a pre-built executable using the
MT.exe tool.
>mt.exe" -manifest "setup
On Sat, Oct 1, 2011 at 12:51 AM, Bob Arnson wrote:
> On 30-Sep-11 10:11, Igor Solodovnikov wrote:
> > Of course .Net 4.0 should not be installed if it is already on the target
> > machine. Unfortunately during my testing i found my bundle shows
> "Microsoft
> > .NET Framework required for applica
Hi all.
I have one very old installer file and 2 patches created with vb6 and
InstallShield. My task is to form a single, shiny new installer, without
using any of the original source code (which is AWOL).
I've started with a fresh XP virtual machine, using DefenseWall (a host
intrusion protectio
1. Don't install configuration data. Have the application or a configuration
utility create it when it's missing.
2. Add components to the installer that contain removeRegistry, removefile,
removefolder elements and which have a condition based on whether the user
chose to clean up or not.
3. It's
18 matches
Mail list logo