Re: [WiX-users] Burn FileSearch in 64 bit system folder

2014-09-10 Thread Arthur, Christopher
Hi Dave, I have done this with a different Approach. I have used an Msi Product Check to Check for existing redist Packages. To make sure the 64Bit Versions are not installed set the 64Bit flag within burn. I search for product ids with Microsofts Old Manifest bootstrap Editor. Don't know if

[WiX-users] HowTo check for pressed Cancel Button in Custom Action

2014-04-22 Thread Arthur, Christopher
Hi, HowTo check for pressed Cancel Button in Custom Action ? Wichtiger Hinweis: Diese E-Mail und etwa angeh?ngte Dateien k?nnen vertrauliche Informationen enthalten und sind ausschlie?lich f?r den/die Adressaten bestimmt. Sollten Sie irrt?mlich diese E-Mail erhalten haben, bitten wir Sie, uns

[WiX-users] Strange Beahaviour while installing previous Version

2014-04-15 Thread Arthur, Christopher
Hi, currently I'm updating all of our Visual Studio 2010 projects and choosed Wix to support Visual Studio 2012. Now all installers are running with Wix and are doing their job fine in Testing environment. Our AQ Department asked me to implement Updates as well. One of our custom Installer

Re: [WiX-users] Strange Beahaviour while installing previous Version

2014-04-15 Thread Arthur, Christopher
to anyone who has the previous version installed, and instruct them to (1) install dummy, (2) uninstall old main product, (3) uninstall dummy, and (4) install new version of main product, in that order. Hope this helps, Mike Arthur, Christopher wrote One of our custom Installer has got

Re: [WiX-users] Strange Beahaviour while installing previous Version

2014-04-15 Thread Arthur, Christopher
, (2) uninstall old main product, (3) uninstall dummy, and (4) install new version of main product, in that order. Hope this helps, Mike Arthur, Christopher wrote One of our custom Installer has got an CustomAction during Uninstall. When I try to Update this installer the Custom Action

Re: [WiX-users] Strange Beahaviour while installing previous Version

2014-04-15 Thread Arthur, Christopher
. Regards, Mike Arthur, Christopher wrote Thx for the answer. The uninstallation of the previous Version is working fine. The error is ocuring only during Upgrade within the wix installer. The strange thing the CustomAction.dll is searched within the default targetdir of the wix installer

[WiX-users] Set Defaultversion via Heat.exe

2014-04-14 Thread Arthur, Christopher
Hi, I'am creating an Installer for an Apache Perl CGIi Project. Sometimes the server files are edited by a User. In this case the File is not overwritten. I Need to overwrite these files during Installation process. My File / Component List is automatically created by Heat.exe. Is there any

[WiX-users] Best Practice for Updating UI from Custom Action

2014-04-11 Thread Arthur, Christopher
Hi, I would like to know, what's the best Way for Updating PeogressBar and StatusText From c# Custom Action. Sincerly Chris Wichtiger Hinweis: Diese E-Mail und etwa angehängte Dateien können vertrauliche Informationen enthalten und sind ausschließlich für den/die Adressaten bestimmt. Sollten

[WiX-users] Change Language of Bootstrapper

2014-04-09 Thread Arthur, Christopher
Hi, is there any way to change the Bootstrappers default dialogs language ? Sincerely Chris Wichtiger Hinweis: Diese E-Mail und etwa angeh?ngte Dateien k?nnen vertrauliche Informationen enthalten und sind ausschlie?lich f?r den/die Adressaten bestimmt. Sollten Sie irrt?mlich diese E-Mail

Re: [WiX-users] Display Windows Select User Dialog

2014-03-13 Thread Arthur, Christopher
to avoid Pointer Exceptions. The needed changes can be found at http://adui.codeplex.com/workitem/list/basic Bye Chris -Ursprüngliche Nachricht- Von: Arthur, Christopher [mailto:christopher.art...@vaps.de] Gesendet: Mittwoch, 12. März 2014 20:57 An: wix-users@lists.sourceforge.net Betreff

[WiX-users] Display Windows Select User Dialog

2014-03-12 Thread Arthur, Christopher
Hi, Is there any possibility to show Windows default Dialog to search user within Windows within custom Dialog. Bye Wichtiger Hinweis: Diese E-Mail und etwa angehängte Dateien können vertrauliche Informationen enthalten und sind ausschließlich für den/die Adressaten bestimmt. Sollten Sie

Re: [WiX-users] Installing HP LaserJet 4 Printer Driver on FILE instead of LPT1

2014-03-11 Thread Arthur, Christopher
/desktop/dd183343%28v=vs.85%29.aspx -Original Message- From: Arthur, Christopher [mailto:christopher.art...@vaps.de] Sent: Monday, March 10, 2014 10:04 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Installing HP LaserJet 4 Printer Driver on FILE instead of LPT1 Hi, what's

Re: [WiX-users] Installing HP LaserJet 4 Printer Driver on FILE instead of LPT1

2014-03-11 Thread Arthur, Christopher
with the OS. See AddPrinter: http://msdn.microsoft.com/en-us/library/windows/desktop/dd183343%28v=vs.85%29.aspx -Original Message- From: Arthur, Christopher [mailto:christopher.art...@vaps.de] Sent: Monday, March 10, 2014 10:04 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users

Re: [WiX-users] Installing HP LaserJet 4 Printer Driver on FILE instead of LPT1

2014-03-11 Thread Arthur, Christopher
Thx, will give it a try,... Christopher Arthur -Ursprüngliche Nachricht- Von: Phill Hogland [mailto:phogl...@rimage.com] Gesendet: Dienstag, 11. März 2014 13:37 An: wix-users@lists.sourceforge.net Betreff: Re: [WiX-users] Installing HP LaserJet 4 Printer Driver on FILE instead of LPT1

[WiX-users] Installing HP LaserJet 4 Printer Driver on FILE instead of LPT1

2014-03-10 Thread Arthur, Christopher
Hi, what's the best way of Installing HP LaserJet 4 with wix ? I've found no straight forward documentation to achieve my goal. Sincerly Christopher Arthur Wichtiger Hinweis: Diese E-Mail und etwa angeh?ngte Dateien k?nnen vertrauliche Informationen enthalten und sind ausschlie?lich f?r

[WiX-users] Create Subfolder for each Element in Bootstrapper Chain

2014-01-28 Thread Arthur, Christopher
Hi, we are currently switching from Visual Studio 2010 to Visual Studio 2012. Our deployment projects are not longer supported by Visual Studio 2012. So we decided to switch to Wix Toolset. We've got an Bootstrapper project with lots of elements in the installation chain. One of the

Re: [WiX-users] [SPAM] Re: Create Subfolder for each Element in Bootstrapper Chain

2014-01-28 Thread Arthur, Christopher
Hi, Thx. Works Fine. I've already used the Name Parameter, but i used a slash instead of a backslash which leeds to a compiler error. Chris Am 28.01.2014 um 16:51 schrieb Phill Hogland phogl...@rimage.com: Use MsiPackage/@Name or ExePackage/@Name and specify the folder tree. MsiPackage

Re: [WiX-users] 0x80096005: timestamp signature and/or certificate could not be verified

2014-01-28 Thread Arthur, Christopher
Mit freundlichen Grüßen i. A. Christopher Arthur Entwicklung VAPS EDV-Service Vertrieb GmbH Kollberg 9, D-30916 Isernhagen Telefon: +49 5136 898-6000 E-Mail: christopher.art...@vaps.demailto:christopher.art...@vaps.de Internet: www.vaps.dehttp://www.vaps.de

Re: [WiX-users] 0x80096005: timestamp signature and/or certificate could not be verified

2014-01-28 Thread Arthur, Christopher
Hi, I think it has nothing to do with the wix installer. I've seen Problems like this when the date on the Target machine is not set correct or the machine has some Problems validating certs. Mit freundlichen Grüßen i. A. Christopher Arthur Entwicklung VAPS EDV-Service Vertrieb GmbH