From: "Blair Murri"
Sent: Saturday, December 07, 2013 9:51 PM
To: "General discussion about the WiX toolset."
Subject: Re: [WiX-users] How to execute CA after path is applied
Don't let the name "Major Upgrade" fool you. Major upgrades are the
easiest/
dvanced Windows Installer features. Major upgrades should be your starting
point, and for the vast majority of products, will always be the superior
choice.
-Blair
> Date: Fri, 6 Dec 2013 15:49:12 -0200
> From: nicolas.alva...@gmail.com
> To: wix-users@lists.sourceforge.net
> Subje
El viernes, 6 de diciembre de 2013, Smagin Alexander escribió:
>
> I do not want make a Major update due to it's difficult for end users.
> it's necessary to uninstall previous version and then install new one. I
> would want to run one file without special command line that make change
> only one
assemblies contain an
>> embedded tlb (but regasm generates one).
>>
>> -Original Message-----
>> From: Smagin Alexander [mailto:kf-...@list.ru]
>> Sent: Thursday, December 05, 2013 1:44 PM
>> To: General discussion about the WiX toolset.
>> Subject: Re:
d to deploy the tlb files with
> your installer as I don't believe that managed assemblies contain an
> embedded tlb (but regasm generates one).
>
> -Original Message-
> From: Smagin Alexander [mailto:kf-...@list.ru]
> Sent: Thursday, December 05, 2013 1:44 PM
> To: Ge
iX toolset.
Subject: Re: [WiX-users] How to execute CA after path is applied
Yes, I register library by executing regasm.exe "library" /silent /codebase /tl
in CA during original install
It was made
before me by previous developer. During uninstalling the library deregistered
in the
Yes, I register library by executing regasm.exe "library" /silent /codebase /tl
in CA during original install
It was made before me by previous developer. During uninstalling the library
deregistered in the same way. I did not change interface of the library in last
change but simple patchi
If you registered that type library with a CA in the original install that
may not have been the best option, TLB entries are basically just a bunch
of HKLM\Interface entries that can be put in the registry (Heat may even
extract them) so there is no need to run any code at all. So it matters how
y
I have created a path (msp file) as difference beetwen small update 1.0.0.0 to
1.0.0.1. One dll is changes. this dll is .Net assembly (COM Object). So I need
to reregister it ( generate new tbl file) after the patch is applied. Does the
path supported to perform some custom actions such as run
9 matches
Mail list logo