Re: [WiX-users] SourceProperty of CopyFile-element changed after execution

2014-08-25 Thread Ingo Fischer
w.firegiant.com/ > > -Original Message- > From: Ingo Fischer [mailto:ingoderfisc...@hotmail.com] > Sent: Monday, August 25, 2014 6:31 AM > To: General discussion about the WiX toolset. > Subject: [WiX-users] SourceProperty of CopyFile-element changed after > execution >

[WiX-users] SourceProperty of CopyFile-element changed after execution

2014-08-25 Thread Ingo Fischer
Hello, I have following CopyFile element in my Product.wxs: My bootstrapper application passes the MY_SOURCE property in to the msi-file. The value of MY_SOURCE is "C:\someDir\someFile.txt". It includes the filename and extension! Some CA that executes after CreateFiles uses the property:

[WiX-users] Get ProductVersion of Installation Package in a bootstrapper

2014-05-28 Thread Ingo Fischer
My understanding was, you can read the ProductVersion of each MSI of a bootstrapper in the event: DetectPackageBegin(object sender, DetectPackageBeginEventArgs e) or in the event DetectPackageCompleted(object sender, DetectPackageCompleteEventArgs e) something like: e.ProductVersion but I c

Re: [WiX-users] Bundle update hangs - cause found

2014-03-07 Thread Ingo Fischer
after installing V1.1.0.0 the V1.0.0.0 gets removed silent and that was not supported in my code. ( MyBA.Plan(Uninstall) was never called ) > From: ingoderfisc...@hotmail.com > To: wix-users@lists.sourceforge.net > Date: Fri, 7 Mar 2014 11:46:03 +0100 > Subject: [WiX-users] Bundle update hangs >

[WiX-users] Bundle update hangs

2014-03-07 Thread Ingo Fischer
Hello, I have a Bundle (DeviceCareSetup V 1.0.0.0) that contains one MSI-File (CDI_CommDTM V 1.0.0.0). Installation works fine. I increase version of MSI-File to V 2.0.0.0 and the version of the Bundle to V1.1.0.0 and run the bootstrapper again. It updates the MSI and also the Bundle, but it

[WiX-users] path to payload-file

2013-12-17 Thread Ingo Fischer
Hello, I would like to install SQL Express using a ConfigurationFile.ini I add the ConfigurationFile.ini to the payload: I have the SQL-ExePackage unsing the following: InstallCommand="/configurationfile=[PayloadPath]\ConfigurationFile.ini" How do I know where the ConfigurationFile.ini is,

[WiX-users] png as IconSourceFile causes Arithmetic operation resulted in an overflow.

2013-08-19 Thread Ingo Fischer
Not sure if this is right place for this post but it took me some time to find the cause of the error: light.exe(0,0): error LGHT0001: Arithmetic operation resulted in an overflow. I put a png-file to the IconSourceFile-Property in stead of an ico-file. ( copy/paste mistake )

[WiX-users] Some events of BootstrapperApplication not reached

2013-02-28 Thread Ingo Fischer
Hello, this is the constructor of my viewmodel: public InstallationPackageBundleBaViewModel(BootstrapperApplication bootstrapper) { Bootstrapper = bootstrapper; Bootstrapper.DetectBegin += BootstrapperDetectBegin; Bootstrapper.DetectPackageBegin += Boot

[WiX-users] Lost INSTALLDIR on uninstall if no Component as child of Directory

2012-11-15 Thread Ingo Fischer
Hello, I use CustomActions like ... ExeCommand='DoSomethingWith [INSTALLDIR]someFile.txt'they are called on installation and uninstallation...After='InstallFinalize'>NOT REMOVE <= for install ...Before='RemoveFiles'>Installed AND NOT REINSTALL<= for uninstall my Direct

Re: [WiX-users] Installation options for features in selectionTree - sorry, bad format

2012-11-02 Thread Ingo Fischer
sorry, first try was bad formated and hard to read Hello, I read lots about how to show or remove installation options for features in the selectionTree. As I understood, it is not possible to have only: * Will be installed on local hard drive * Entire feature will be unavailable I just can

[WiX-users] Installation options for features in selectionTree

2012-11-02 Thread Ingo Fischer
Hello, I read lots about how to show or remove installation options for features in the selectionTree.As I understood, it is not possible to have only:* Will be installed on local hard drive* Entire feature will be unavailable I just can not get rid of:* Entire feature will be installed on local

[WiX-users] Strategy for 3rd party Merge Modules

2012-10-22 Thread Ingo Fischer
Hello, what is the strategy if a 3rd-party Merge Module does not install correctly?With 3rd-party I mean, I have the files of the Merge Module, only the msm file. In my case, if I put the msm in a VS-Installer made msi, it works.If it is in a WIX made msi, some dll ( COM ) are not registered ri

[WiX-users] ListView list features, user (multi)selects features to be installed

2012-09-07 Thread Ingo Fischer
Toutch-Screens ( according to my boss ). ListView (IconSize = 48) would be ok. Thanks for support Ingo Fischer -- Live Security Virtual Conference Exclusive live event will cover all the

Re: [WiX-users] modify CheckBox control

2012-09-05 Thread Ingo Fischer
the installer > UI." > > If you require a flexible custom installer UI you need to create an external > UI, which is also described in the MSDN but is a non-trivial exercise. > Bootstrappers such as DotNetInstaller and Burn allow you to wrap a custom UI > around

Re: [WiX-users] modify CheckBox control

2012-09-05 Thread Ingo Fischer
nd Science Park, Glasgow > G20 0SP > Email Disclaimer > > -Original Message- > From: Ingo Fischer [mailto:ingoderfisc...@hotmail.com] > Sent: 05 September 2012 12:08 > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] modify CheckBox control > > > Dea

[WiX-users] modify CheckBox control

2012-09-05 Thread Ingo Fischer
Dear Friends, how can I change / modify the CheckBox control. Or in general a control comming with the Wix toolset. I suppose I have to modify the downloaded Wix sources ..? For example, if a checkbox is checked, it should appear on a blue background. If it is not checked, the background shou