[WiX-users] Std Bootstrapper failed: Error 0x800b010a

2011-07-21 Thread Thomas . Deboben
Hello, I'm a new WiX-user and just try to build a bootstrapper to customize a PostgreSQL installation. I use WIX 3.6.1915.0 in VS2010. I've added two ExePackages into a chain (64bit and 32bit package). Later I will pass additional parameters to these packages given from custom dialogs. http:/

Re: [WiX-users] Std Bootstrapper failed: Error 0x800b010a

2011-07-21 Thread Thomas . Deboben
rapper to customize a > PostgreSQL installation. > I use WIX 3.6.1915.0 in VS2010. > > I've added two ExePackages into a chain (64bit and 32bit package). > Later I will pass additional parameters to these packages given from > custom dialogs. > > > http://schemas.micr

Re: [WiX-users] Std Bootstrapper failed: Error 0x800b010a

2011-07-22 Thread Thomas . Deboben
t; machine? > > On Thu, Jul 21, 2011 at 2:48 AM, wrote: > >> Hello, >> >> I'm a new WiX-user and just try to build a bootstrapper to customize a >> PostgreSQL installation. >> I use WIX 3.6.1915.0 in VS2010. >> >> I've added two

Re: [WiX-users] Std Bootstrapper failed: Error 0x800b010a

2011-07-28 Thread Thomas . Deboben
> >> > >> > >> > >> An > >> "General discussion for Windows Installer XML toolset." > >> > >> Kopie > >> > >> Thema > >> Re: [WiX-users] Std Bootstrapper failed: Error 0x800b010a > >> >

[WiX-users] Antwort: Re: Std Bootstrapper failed: Error 0x800b010a

2011-07-28 Thread Thomas . Deboben
ere a way to launch it on a system without internet connection? >> >> >> >> Thanks, >> >> Thomas >> >> >> >> >> >> >> >> Rob Mensching >> >> 21.07.2011 17:18 >> >> Bitte antwort

Re: [WiX-users] Changing registry key name for uninstall

2011-11-04 Thread Thomas . Deboben
Hi, I also would like to change the registry key under uninstall from the ProductID to the ProductName. We have a company wide tool to check for installed applications and it would be much easier to maintain when using the product name instead of the productcode. When I wrote msi setups for my

[WiX-users] What happend to minor upgrade using wix

2011-11-04 Thread Thomas . Deboben
Hi, I'm trying to get my installers to support minor upgrades. I will not change the productcode and also will not support major upgrades so I don't want to add an upgradecode which seams to break minor upgrades. But if I have installed version 1.0.0.1 with msiexec /i I neet to launch the versi

[WiX-users] Antwort: Re: What happend to minor upgrade using wix

2011-11-04 Thread Thomas . Deboben
Hi Mat, thanks for the hint with the tree version numbers. I will try by changing the third number. Just to clarify. I had used in InstallShield pure MSI packages. Cheers, Thomas Von:"Skildum, Mathew" An: "General discussion for Windows Installer XML toolset." Datum: 04.11.2011

[WiX-users] util:RemoveFolderEx with condition?

2011-11-15 Thread Thomas . Deboben
Hi, I'm just working on a task where I have to cleanup a folder where the application will create files and folders during runtime. There for I've added a RemoveFolderEx element. This works fine so far, but for one folder the user should be able to set in a dialog if this folder should be dele

[WiX-users] Major Upgrade - Ask user if he would like to upgrade

2011-11-16 Thread Thomas . Deboben
Hi, after some discussions I've changed my mind and have implemented the code to support major upgrades. But when I now launch the second package to upgrade the first I get no hint that this will be an upgrade installation. How could I bring up a message or change the welcome dialog to ask the

[WiX-users] Antwort: Re: util:RemoveFolderEx with condition?

2011-11-16 Thread Thomas . Deboben
Hi, I use a trick now and it works, but it's not the fine way, I think. In I have to place my property containing the full path to my folder. I have an action where I set this property. Now I have a second action where I clean this property, or set a stupid value. ;-) In the ExecuteSeq

[WiX-users] Component GUID * - same for two different builds

2011-12-02 Thread Thomas . Deboben
Hi, I have a problem with an automatic generated GUID. We use "" for our registry component. Now we build two different Versions on two different build systems but get the same GUID generated in both setups. :-( The problem is, that we can install both versions side by side. The registry key c

[WiX-users] ComboBox - display mismatch between value and text

2011-12-02 Thread Thomas . Deboben
Hi, I'm in trouble with a combobox in a custom installer dialog. If I open the combobox I get a list filled with the text strings and the property will be set to the value string when leaving the dialog by pressing the next button. Fin

[WiX-users] Antwort: Re: ERROR1603

2012-01-26 Thread Thomas . Deboben
Hi, I've just posted the following comment to Rob's blog. -- Hi all, the first thing I do with an MSI log is to open with the Microsoft tool "Windows Installer Verbose Log Analyzer" (WiLogUtl.exe). One Problem is that WiLogUtl.exe support only MSI logs up to MSI version 3.0.0.0. So if I

Re: [WiX-users] Burn - InstallAnywhere ExePackage

2012-09-05 Thread Thomas . Deboben
Hi, I guess I have to go the same way for the PostgreSQL installer (made with bitrock). How do you have created the stub EXE? Is ther something within the WIX toolset or do I have to create a C# project? Best regards, Thomas Von:jhennessey An: wix-users@lists.sourceforge.net Datum

[WiX-users] ExecSecureObjects action need very long time

2015-06-17 Thread Thomas . Deboben . ext
Hi all, I'm having a time problem with my installer. On some systems (not all) the installer need very long time on the Action ExecSecureObjects. >From the trace I only see MSI (s) (0C:EC) [14:13:47:715]: Executing op: ActionStart(Name=ExecSecureObjects,,) MSI (s) (0C:EC) [14:13:47:715]: Execu

Re: [WiX-users] ExecSecureObjects action need very long time

2015-07-02 Thread Thomas . Deboben . ext
Hi, no one there who could give me a hint? Best regards, Thomas -Original Message- [WiX-users] ExecSecureObjects action need very long time From: Thomas.D - 2015-06-17 12:26:11 Hi all, I'm having a time problem with my installer. On some systems (not all) the installer need very lon

Re: [WiX-users] ExecSecureObjects action need very long time

2015-07-02 Thread Thomas . Deboben . ext
Hi Rob, on one system yes 1.3 million files so the installer run 40 min. After removing these files the installer performed fine again. On the other system where I added the trace infos onle 215 files with 55MB. Cheers, Thomas Von:Rob Mensching An: General discussion about the WiX

Re: [WiX-users] ExecSecureObjects action need very long time

2015-07-06 Thread Thomas . Deboben . ext
Hi Rob, in the scenarion where the QA has reported this behaviour my setAccessRights action had a bug and did not do anything, so no ACLs where changed :-( But how is setAccessRightsinvolved and what will this action do? If I could find a way to set a condition for the setAccessRights action to

Re: [WiX-users] ExecSecureObjects action need very long time

2015-07-06 Thread Thomas . Deboben . ext
I just added a false condition to my setAccessRights action so the action was skipped., but still the ExecSecureObjects action does took much longer with many files in my ProgramData folder. :-( How can I control ExecSecureObjects? Thanks, Thomas Von:thomas.deboben@rohde-schwarz.c

Re: [WiX-users] ExecSecureObjects action need very long time

2015-07-06 Thread Thomas . Deboben . ext
Hi, I'm one step further. The action setAccessRights is not involved - I had removed it for my tests. So I just found A colleague has introduced the PermissionEx util :-) Is there a way to exclude some special subfolders? Thanks, Thomas Von:thom