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
>
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:
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
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
>
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
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,
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 )
Hello, this is the constructor of my viewmodel: public
InstallationPackageBundleBaViewModel(BootstrapperApplication bootstrapper)
{
Bootstrapper = bootstrapper;
Bootstrapper.DetectBegin += BootstrapperDetectBegin;
Bootstrapper.DetectPackageBegin += Boot
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
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
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
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
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
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
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
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
16 matches
Mail list logo