Hi Manishshirsat,
I actually was able to do the prerequisite checking and it worked like a charm.
The part that was very odd to me was that the bundle was registering itself in
addition to my main application. So, if the user uninstalled my main
application from Add/Remove programs and then
On Jun 28, 2012; 1:17pm Rob Mensching-7 wrote:
/1. The "resuming" error message on Repair sounds like a bug. Can you make
sure you are on a very recent build of WiX v3.6 (things were fixed around
that area recently) and if that still happens, open a bug./
I've logged bug 3538817.
/2. " I get the
Hello,
I have some wix installer and i want to do some updater that will be
executing my custom action in phase before InstallFiles.
I try to do it in such way :
During instalation process i got an exception that my dll librany can not
by run. Is there any way to run custom action
I'll give my opinion...
I use a combination of WiX and InstallShield so Merge Modules are my only
viable choice as fragments only work internally to WiX. Generally, if
you are building the merge module in house and consuming it in house, then
I think merge modules have a valid place. Howev
On 21/06/2012 15:03, Brutvan, Michal wrote:
> Is Wix 3.6 fully backwards compatible with 3.5? If I upgraded my build server
> to use 3.6, will I be able to build some projects that are 3.5, or I will
> have to do some changes in the projects?
I think you'll need to update the SDK include and lib
I don't know but I do believe the Merge Modules were eventually
discontinued.
On Wed, Jun 27, 2012 at 2:26 PM, Don Walker wrote:
>
> Rob Mensching-7 wrote
> >
> > IIRC, there were bugs in WinSxS on Windows XP that did not handle
> > replacing
> > files in use well causing more reboots than neces
The BundleId is most like the PackageCode in MSI. It is unique for every
build. There is no way to set it (just like we're removing the ability to
set the MSI PackageCode... that was a design mistake).
Your BA will get OnDetectRelatedBundle() callbacks. If you have two bundles
with the same version
That is not supported today. Why would you need to do this?
On Wed, Jun 27, 2012 at 8:47 PM, Kannan24 wrote:
> Hi,
>
> I need to change the DisplayInternalUI at run time in BA. Unable to find
> the
> DisplayInternalUI property in BA. Please, how to set the DisplayInternalUI
> property in BA?
>
>
1. The "resuming" error message on Repair sounds like a bug. Can you make
sure you are on a very recent build of WiX v3.6 (things were fixed around
that area recently) and if that still happens, open a bug.
2. " I get the impression from what you are saying here and in other posts
that you are lea
PS: rollback is could be very tricky to handle. Think about that before
writing too much code.
On Thu, Jun 28, 2012 at 10:04 AM, Rob Mensching wrote:
> I would add it to the wix-contrib (http://wixcontrib.codeplex.com)
> project first and if it gets stable we can bring it into a future version
>
I would add it to the wix-contrib (http://wixcontrib.codeplex.com) project
first and if it gets stable we can bring it into a future version of WiX
toolset.
On Thu, Jun 28, 2012 at 9:40 AM, Michael Stoll wrote:
> Hi,
>
> I need a custom action that adds a security group to the system. AFAIK
> wix
That does not exist in the engine today. Burn attempts to access the source
as late as possible because there are so many things that can go wrong when
accessing media. Your BA could try to do it (but I would obviously not
recommen it :) You'll also want to think about the case when the engine is
a
Hi,
I need a custom action that adds a security group to the system. AFAIK
wix does not support that.
As that is a general purpose ca, I'm thinking of contributing it to the
wix source directly, instead of creating a private ca project.
Would such a contribution be welcome?
My appoach would be
That does seem like the bug fixed quite a while ago in WiX v3.6.
On Thu, Jun 28, 2012 at 9:16 AM, Darwin Baines wrote:
> I am having a problem with an uninstall that rolls back and crashes on 64
> bit Wix 3.5 setups.
>
> We get the following error message in the Event logs:
>
> 00 ntdll!RtlRepor
I am having a problem with an uninstall that rolls back and crashes on 64 bit
Wix 3.5 setups.
We get the following error message in the Event logs:
00 ntdll!RtlReportCriticalFailure(long StatusCode = 0n2, void * FailureInfo =
0x07fe`0023)+0x62 [d:\win7sp1_gdr\minkernel\ntos\rtl\rtlutil.
I've been getting similar errors, however when I build again they seem
to go. I had it on a build a few versions back but then it seemed to
go and now has come back. As it builds fine the second time, it's just
an irritation for me...
Richard Mayes
Blog: http://blog.slinkysoftware.com
Twitter: htt
On 28-Jun-12 09:10, Brian C wrote:
> More information...
>
> If I pass "/?" on XP or Win7, I get "ignored" as the command line argument.
> If I pass obvious variables (i.e. INSTALLDIR=), then those arguments
> are passed through along with the "ignored" string. The Command.CommandLine =
> "i
On 25-Jun-12 08:06, Luca Bottari wrote:
> Can I assign my path to WIXUI_INSTALLDIR, check for validation e re-assign
> back its value to my variable usign the Order property?
> I would not write custom actions...
I imagine so but I've never tried it.
--
sig://boB
http://joyofsetup.com/
--
On 26-Jun-12 13:01, Bruce Cran wrote:
> From reading CalculateFeatureAction() it looks like requesting a Local
> state in my BA via OnPlanMsiFeature() should trigger a reinstall, but
> the execute action remains None. Is this broken, or is there something
> I'm missing in the bundle or BA?
The e
On 25-Jun-12 15:29, Rob Mensching wrote:
> GetShortFileName seems to be failing. Not sure how to resolve it. Wonder if
> it is really necessary any longer.
It's used to fix up short paths written by self-reg, so yeah, still
necessary unless we can kill off all code written in the 90s.
--
sig://b
On 24-Jun-12 15:05, John H Bergman (XPedient) wrote:
> I only get these errors inside visual studio, when I build outside,
> everything builds fine.
Try cranking up the verbosity inside Visual Studio and compare command
lines. I can't imagine what would be different, but...
--
sig://boB
http://
.NET 4.0 doesn't exist on Win 7/Server 2008 R2. It has to be installed.
http://wix.sourceforge.net/manual-wix3/wixnetfxextension.htm
Palbinder Sandher
Software Platform Engineer
T: +44 (0) 141 945 8500
F: +44 (0) 141 945 8501
http://www.iesve.com
**Design, Simulate + Innovate with the **
In
Rob Mensching-7 wrote
>
> Save the values you need in a persisted Variable *before* calling Apply().
> When you come back after reboot, the values will still be there.
>
> Basically, in Burn we fixed the "problem" that MSI does not store Property
> values by allowing Variables to be persisted.
hii everyone,
I am also having same king of issue.
bootstrapper should enable .NET framework feature (for win7 and above)
rather than asking for installing it..
i have spent 2-3 days to figuring this out but found nothing.
Any help appreciated.
Thanx.
-Manish.
--
View this message in context
On 28/06/2012 14:10, Brian C wrote:
> More information...
>
> If I pass "/?" on XP or Win7, I get "ignored" as the command line argument.
> If I pass obvious variables (i.e. INSTALLDIR=), then those arguments
> are passed through along with the "ignored" string. The Command.CommandLine =
> "
More information...
If I pass "/?" on XP or Win7, I get "ignored" as the command line argument. If
I pass obvious variables (i.e. INSTALLDIR=), then those arguments are
passed through along with the "ignored" string. The Command.CommandLine =
"ignored INSTALLDIR=", so I could hard-code that i
Awesome, thank you very much. I think that it is all figured out now
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Creating-an-installer-through-the-command-line-tp7579149p7579177.html
Sent from the wix-users mailing list archive at Nabble.com.
--
hii Dave,
As you said u are looking for a way to create a boostrapper that checks
if the prerequisiites exist, installs any that are missing, and then
launches my setup.exe and gets out of the way.
You can achieve this by searching the values that let you know about the
prerequisiites are
I want to know how can i change or rather the computer changes the disk
cost in case of a per user or a per machine install.
I have an installer that is approximate 50 MB in size when i check in the
program files how ever when i am using the DiskCostDlg it shows me 96 MB ,
i am doing a per user an
Hello,
Is there any way to check which files that Burn needs to download before the
installation starts? E.g. a DVD installation where some of the files are
present on the DVD and some files will have to be downloaded.
As far as I can see the only information I can get today is files per
package
30 matches
Mail list logo