> > Can you open a bug with this information in it? I'm not exactly sure what
> > we'll do about it but we should at least track the issue.
> Yes I will do when I'm back in work. I am a bit surprised nobody has seen
> this; I would have thought that there would be many other corporate users
> wi
Hi all,
I have this issue regarding the Managed Bootstrapper application :
- If I don't have .NET Framework 4 on Windows XP, it installs it and
then run my .NET WPF Installation Interface.
- If I don't have .NET Framework 4 on Windows 7, it installs it and
then displays again
Hello,
I am very new to Wix, having transitioned from Install Shield.
I did run into an issue(or probably my mistake) with Wix fragments. I used
heat.exe to generate 6 different Wix fragments. In each of
these Wix fragments, i used the same Id for ComponentGroup.
Later on, i wanted to include al
Yes, that's expected. The point of the Id attribute is to distinguish between
different ComponentGroups and so you can't have the same ID twice in one
installer.
If it helps, you can set the component group ID that heat creates using the
-cg switch on the command line.
-Original Message-
F
Right, finally got round to implementing what you mentioned, Thank-You for
your response, all is pretty much well, though the application is not
loading fully, the COM components appear to be reasonably happy with their
new home.
-Original Message-
From: Rob Mensching [mailto:r...@robmensc
Hi,
I have some problems with using the new "burn" feature. I want to create
a bootstrapper that checks for a particular .NET version and then
eventually installs the missing prerequisite before it installs my own
application.
If have two problems:
(1) The "DetectCondition" for my .NET Webins
Hi,
I have a wix project that places a shortcut in a subfolder in the users start
menu, when I change the source to set the ALLUSERS property to 1 I get the
shortcut in the correct place but the permissions of the shortcut are incorrect
resulting in users not having access to the shortcut. Only
So what is the correct usage of Localizable="no" as an attribute of String?
Are loc files not effectively just a string table, which are conveniently
localizable?
I too use localised version numbers, the reason being we release the same
software in different markets/countries under different name
We also reference the same localized string to write the version number to
the registry so we can query it as a potential launch condition for other
products, ie. "This package will only install if so and so is version x or
above." Hardcoding it requires a synchronized change in several places
rat
Hi, I have a merge module that was authored using the VisualStudio 2010
installer and this MSM installs a windows server and has a custom action
that registers the service using the InstallUtil program.
However, when I use that MSM in a MSI authored using WiX 3.5, I get the
following error on insta
[Sorry if you got this twice, I think I botched posting via Nabble the
previous time]
Hi,
I tried the patching example given at
http://wix.sourceforge.net/manual-wix3/wix_patching.htm but I changed it so
the source-path points to a single file in both versions (1.0 vs 1.1), and I
just change the
I have heard that there is an issue with VS 2010 merge modules where they
always install files to the Module Retargetable Folder instead of the intended
one. That may have something to do wth it. Other issues may occurr when
InstallUtilLib.dll is 32-bit and you attempt to use it on a 64-bit syst
David L. Beckwith wrote:
>
> Yes, unfortunately that is what the custom action in the msi is doing.
>
> I could have sworn I tried the payloads under the BootstapperApplication
> element, but I'll check again.
>
>
> Rob Mensching-7 wrote:
>>
>> I'm a little confused. Are you saying the custom
Hi,
I have an MSI Installer which is generated using Wix and the size of MSI
is >2GB so I have written multiple media tags having multiple embedded
cab files, no error are shown during generation of MSI.
But when I try to install MSI I am getting an error saying "the system
cannot open the dev
Indeed, ideally the merge module should be rebuilt. At the moment that
isn't possible, however with a bit of help from 'dark' and installation log
files I've found what appears to be a solution to the problem. MSMs built
with Visual Studio Deployment tool which use this InstallUtil (which
installs
I was looking at the wix installer for help on using burn however the
.net 4 prerequisite isn't working for me. It says it can't find the
source file when I have specified the download url. Is there something
I am missing?
Dieter Lunn
http://ubiety.ca
-
OK, I'm back where I started. Basically, heat does not create a PayloadGroup
with "-generate". If that option was available this thread would probably
not be here. The help says:
"Specify what elements to generate, one of: components, container,
payloadgroup, layout (default is components)."
Howe
On 02-Nov-11 17:37, Dieter Lunn wrote:
> I was looking at the wix installer for help on using burn however the
> .net 4 prerequisite isn't working for me. It says it can't find the
> source file when I have specified the download url. Is there something
> I am missing?
You still need to specify a l
On 01-Nov-11 21:35, Phong wrote:
> When I say fail, I mean the Chain_version2.exe will kick off the
> Chain_version1.exe (from cache, to do the uninstall?) and wait for users to
> click through the Chain_version1.exe steps of uninstall.
Burn (at least in the current version) asks the older bundle
On 02-Nov-11 11:43, Gareth wrote:
> So what is the correct usage of Localizable="no" as an attribute of String?
It might be helpful to quote a message you're replying to, especially
when it's 2.5 years old. @Localizable is ignored; it's documentation
for people doing the loc work.
> Perhaps thi
On 02-Nov-11 04:45, Nicolas Penin wrote:
> I have this issue regarding the Managed Bootstrapper application :
Which version of WiX are you using?
> In the log, the only information I have is : "Loading prerequisite
> bootstrapper application because managed host could not be loaded".
Is there a
On 31-Oct-11 09:00, Albert van Peppen wrote:
> When will the next (weekly release?) version appear on Codeplex?
Not for a while. We want people to use the beta, after all. And at the
moment, we need to figure out how to automate the weekly drops; I'm not
sure we want to put them all on Codeplex.
On 02-Nov-11 07:55, Mathias Bauer wrote:
> [0BBC:11CC][2011-11-02T12:47:18]: Setting string variable
> 'DotNet30InstallRegValue' to value '1'
> [0BBC:11CC][2011-11-02T12:47:18]: Setting string variable 'DotNet30Version'
> to value '3.0.30729.5420'
> [0BBC:11CC][2011-11-02T12:47:18]: Detected rel
On 02-Nov-11 13:44, john.burak wrote:
> Anyone know, is this simply a known characteristic of the hashing algorithm
> used to detect changes?
It's not a hash: If two files are the same length, the binder does a
byte-by-byte comparison. If you can repro this with a simple case,
please file a bug.
On 02-Nov-11 09:10, Kjartan Þór Kjartansson wrote:
> I have a wix project that places a shortcut in a subfolder in the users start
> menu, when I change the source to set the ALLUSERS property to 1 I get the
> shortcut in the correct place but the permissions of the shortcut are
> incorrect resu
On 02-Nov-11 19:28, David L. Beckwith wrote:
> I know the external files are automatically harvested in the msiPackage
> element. Is there a way to get this from heat?
No, they're entirely separate processes.
> Or is there an option with dark?
Not that I know of.
--
sig://boB
http://joyofsetup
On 02-Nov-11 17:25, Reddy, Narasimha wrote:
> I have an MSI Installer which is generated using Wix and the size of MSI
> is>2GB so I have written multiple media tags having multiple embedded
> cab files, no error are shown during generation of MSI.
I'm not sure you'll be able to get an .msi bigger
Thanks Bob, I do have my own custom bootstrapper application. Is there a
hook that I can use so that if the bootstrapper app was called to Uninstall
with the "-quiet" switch, I can just call Engine.Plan(Uninstall), then exit
before my UI code loads?
Thanks,
Phong
On Wed, Nov 2, 2011 at 6:14 PM,
Ok. I shall download and add it then.
Dieter Lunn
http://ubiety.ca
On Wed, Nov 2, 2011 at 8:27 PM, Bob Arnson wrote:
> On 02-Nov-11 17:37, Dieter Lunn wrote:
>> I was looking at the wix installer for help on using burn however the
>> .net 4 prerequisite isn't working for me. It says it can't fi
29 matches
Mail list logo