Create and add a transform?
In general, CA dialogs have never been well supported in Windows Installer, and
the "standard" MSI UI has never been very complete. Thus, the recommendation is
to create and use a BA for all of your UI.
> From: alexey.lar...@jeppesen.com
> To: wix-users@lists.sourc
But maybe exist any another approach for shows only CA dialog (and hiding
standard)?
-Original Message-
From: Blair Murri [mailto:os...@live.com]
Sent: Tuesday, November 12, 2013 10:39 AM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Burn. How to set UILevel == 3
Hi Blair,
We are used the switch and property as below.
>C:\Temp\Setup.exe Install /LicenseKey:"34fc-332b-11cc-319a"
/InstallPath="C:\Program Files (x86)\Setup\"
Thanks,
Kannan
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Installation-failed
Sorry, nothing I could share at this time. Open a feature request and I could
work on it, but right now I've got other work ahead of it.
If some of you get together, I could push it to the top of my priority list.
> From: stephen.tun...@nuance.com
> To: wix-users@lists.sourceforge.net
> Date:
Looking at the interfaces between the engine and the BA, it appears that the
only way involves someone setting that command-line argument.
> From: alexey.lar...@jeppesen.com
> To: wix-users@lists.sourceforge.net
> Date: Tue, 12 Nov 2013 07:13:39 +0100
> Subject: Re: [WiX-users] Burn. How to set
Which switches and property arguments did you use?
> Date: Mon, 11 Nov 2013 22:06:55 -0800
> From: skan...@syncfusion.com
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Installation failed with Unelevated proccess
>
> Hi Support,
>
> I have developed the managed bootstrapper with
It's not assigned to anyone and it isn't marked for 3.8, so at this point it's
unlikely to be on the 3.8 train.
That's too bad, because it would be very useful. If you could get someone on
wix-devs to take it on very soon, it might make the 3.8 train, if it could be
done cleanly enough AND if
I explain: For certain MSI I like to show only dialog from CA and hide standard
GUI.
I did it by showing CA dialog in INSTALLUILEVEL_BASIC level. It is not correct
because INSTALLUILEVEL_BASIC should execute complete silently.
Please suggest how do it best with burn.
PS. INSTALLUILEVEL_REDUCED
Use a major upgrade (i.e. change the ProductCode) , change the component guids
for the files who's names are changing, and you should be fine.
> Date: Tue, 12 Nov 2013 11:04:50 +0530
> From: raviraj.callin...@gmail.com
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Wanted some sugg
This log is telling you that you have the product
{B92051A3-3ABB-4A26-A615-2298BE7CBC28} already installed, so by definition this
is NOT a major upgrade (maybe your bootstrapper doesn't property process
non-major upgrades?).
If you expected this to be a major upgrade, then you need to find out
Hi Support,
I have developed the managed bootstrapper with Wix 3.7.1224. We got the
error when try install the command line with the switches and property
arguments.
Error details:
[1F48:1F4C][2013-10-10T02:35:37]i001: Burn v3.7.1224.0, Windows v6.1 (Build
7601: Service Pack 1), path: C:\Temp\Set
Thank you all
Tony
On Tue, Nov 12, 2013 at 1:12 AM, Phil Wilson wrote:
> That particular CA is generated by Visual Studio and calls a proprietary
> Microsoft Dll related to web site creation. You need to use some other WiX
> based CA to do your website creation. That VS Dll and interface is
>
Probably it called "Reboot Checkpoints" http://wixtoolset.org/issues/4026/.
Will it close in 3.8 RTM?
-Original Message-
From: Rob Mensching [mailto:r...@robmensching.com]
Sent: Monday, November 11, 2013 11:48 PM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Bugs
This looks like http://wixtoolset.org/issues/3809/. You could look click
through to the sourceforge transcript of this bug and check out the email
threads referenced to see if there are any workarounds that could help you out
mentioned.
> From: surya6...@hotmail.com
> To: wix-users@lists.sourc
Hi,
I wanted some info/suggestion on MSI upgrade process.
My scenario is I created a msi v1.0.0.0 with few components (like some
text file and dlls). These DLLs will get installed in GAC.
Now I do have to create another MSI v2.0.0.0 with same number of files
(components) as used in earlier instal
Hello All,
I am running into a strange issue with a major upgrade of an installer.
I have a bootstrapper which has around 5 .msi packages embedded inside.
The bootstrapper is a VC++ .exe with the requested execution level being
set to "AsInvoker".
Let me explain my problem.
- I have "AlwaysIn
Unfortunately, we will not be able to move to v3.7 anytime soon. Is there any
alternatives?
Regards,Surya
> Date: Sun, 10 Nov 2013 14:53:51 -0500
> From: b...@joyofsetup.com
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] error CNDL0001 : Cannot set column 'SecureObject'
> with
There's a feature request open for that. I think it's has "Restart Boundary" in
the title or something like that.
-Original Message-
From: Alexey Larsky-RUS [mailto:alexey.lar...@jeppesen.com]
Sent: Monday, November 11, 2013 11:46 AM
To: General discussion about the WiX toolset.
Subject:
>> http://wixtoolset.org/issues/4019/
>> Burn defers reboots so won't reboot in the middle of a chain unless the
>> package forces it. Currently you would need a custom BA to force a reboot in
>> this case.
Can I detect (in burn chain) that reboot required after installing NetFX and
forcing reb
That particular CA is generated by Visual Studio and calls a proprietary
Microsoft Dll related to web site creation. You need to use some other WiX
based CA to do your website creation. That VS Dll and interface is
undocumented and probably not available for use outside Visual Studio
setups.
Phil
Master is currently "WiX v4.0". If you want WiX v3.8 you want "wix38" branch.
-Original Message-
From: SteveGoodman [mailto:sgood...@imeta.co.uk]
Sent: Monday, November 11, 2013 9:03 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Add text to final window in burn bootstrap
Use orca to examine the CustomAction table and recreate the WEBCA_CreateURLs CA
in the created sources?
Lots of things could have gone wrong. To truly help, someone would have to have
access to both the MSI and the results of the dark tool.
Blair
From: Tony Jose Mampilly
Sent: Sunda
http://wixtoolset.org/issues/4019/
Blair
From: Alexey Larsky-RUS
Sent: Monday, November 11, 2013 6:19 AM
To: General discussion for Windows Installer XML toolset.
Dear WiX developers,
I can't find bug from SourceForge (http://sourceforge.net/p/wix/bugs/3310/) in
the ne
Hi Guys.
I've had a look through the history and I can't see that this has been
submitted to the current master Wix branch - Have I managed to miss it?
Regards
Steve.
Bruce Cran-2 wrote
> On 30/08/2013 14:46, Steven Ogilvie wrote:
>> No sorry
>>
>> I am not using 3.8 I am using 3.7 with the Ex
Dear WiX developers,
I can't find bug from SourceForge (http://sourceforge.net/p/wix/bugs/3310/) in
the new bug tracker (http://wixtoolset.org/issues/).
Is it fixed and if yes - will fix included into WiX 3.8?
--
Novembe
Yes Walter, i need the MSI which exists in the .exe file.
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Where-the-msi-file-resides-while-setup-installation-created-by-wix-burn-bootstrapper-tp7590453p7590553.html
Sent from the wix-users mailing li
Hi Phil,
1) Yes correct. I would like to open the burn setup and get the msi files.
2) I am clear with adding prerequisites. We won't do any changes in MSI for
adding prerequisites.
Thanks
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Where-th
27 matches
Mail list logo