Re: [WiX-users] wix37.exe - offline installation

2013-12-01 Thread Jens Teutenberg
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 &

Re: [WiX-users] wix37.exe - offline installation

2013-11-30 Thread Jens Teutenberg
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,

[WiX-users] DTF managed custom action - session.doAction

2013-11-26 Thread Jens Teutenberg
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

[WiX-users] DTF managed custom action - temporary file

2013-11-26 Thread Jens Teutenberg
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

[WiX-users] WiX toolset license

2013-10-20 Thread Jens Teutenberg
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

Re: [WiX-users] wix37.exe unattended installation

2013-10-19 Thread Jens Teutenberg
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

[WiX-users] WiX Toolset installer (Wix36.exe, Wix37.exe)

2013-10-18 Thread Jens Teutenberg
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

[WiX-users] wix37.exe unattended installation

2013-10-17 Thread Jens Teutenberg
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

[WiX-users] wix37.exe - offline installation

2013-10-17 Thread Jens Teutenberg
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

[WiX-users] Request feature action in component condition

2012-06-16 Thread Jens Teutenberg
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

[WiX-users] DTF: Set component request state doesn't work

2012-06-16 Thread Jens Teutenberg
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.

[WiX-users] Define an attribute with one single blank (" ", space) character

2012-04-15 Thread Jens Teutenberg
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