t.
Subject: Re: [WiX-users] wix37.exe - offline installation
Did you ever report it in the bug tracker?
El sábado, 30 de noviembre de 2013, Jens Teutenberg escribió:
> The bug still exists in the released new version 3.8!
>
> -Ursprüngliche Nachricht-
> From: Rob Mensching
&
The bug still exists in the released new version 3.8!
-Ursprüngliche Nachricht-
From: Rob Mensching
Sent: Friday, October 18, 2013 6:36 PM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] wix37.exe - offline installation
Well there is the bug then.
On Fri, Oct 18,
I wrote a immediate custom action and a deferred custom action.
The immediate custom action will be executed after InstallFiles and the
deferred custom action is executed with the command “session.doAction” in the
immediate custom action.
When in the sequence the deferred custom action is execute
I want to use a temporary file to transfer data between my immediate custom
action and my deferred custom action (Impersonate="no"). I use the method
“Path.GetTempFileName()” to create a unique file in the immediate CA. The file
will be created but the deferred CA cannot see this file.
Where I
We deliver our customers a DeveloperKit.
The customer makes his modifications, builds the application and creates a
setup.
At the moment we are using a pre-configured setup based on install4j.
Because some customers want to have a MSI setup we want to change to the WiX
toolset.
Is it allowed to d
Is it possible to define a logfile?
-Ursprüngliche Nachricht-
From: Phill Hogland
Sent: Friday, October 18, 2013 7:46 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] wix37.exe unattended installation
wix37.exe /quiet
--
View this message in context:
http://windows-ins
I don’t like the installer which is used since V3.6 (Wix36.exe, Wix37.exe).
Why it isn’t possible to release a MSI file as used before V3.6 (Wix2.msi,
Wix3.msi, Wix35.msi)?
--
October Webinars: Code for Performance
Free In
How is it possible to install “wix37.exe” without any internet connection and
manually interaction (unattended)?
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance
I used “wix37.exe /layout” to get an offline installer.
That’s worked fine.
But the folder “redist” contains the file “dotNetFx40_Full_setup.exe” which is
a web installer.
Because of that it isn’t possible to install “wix37.exe” without an internet
connection.
Is there any solution to get a real
I want to install a component only if two defined features will be installed. I
defined a component condition which requests the feature actions. Because the
feature action will have the correct status after the CostFinalize action I
wrote my own CustomAction which calls the CostInitialize and C
I wrote a DTF CustomAction to change the request state of a component to Local:
session.Components[component].RequestState = InstallState.Local;
But this doesn’t work. The request state is the same as before the command.
The CustomAction is running after CostFinalize and InstallValidate.
I wrote my own compiler extension with my own table. The table contains one
column which should be not nullable.
In my XML I define the attribute in the way =” “ because I want to insert
one single blank character into the column.
If I do this I get an error the the column is empty. It seems that
12 matches
Mail list logo