Re: [WiX-users] COM+ / RegAsm

2011-04-15 Thread mislimcane
Does you found solution? Thanks, Milan -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/COM-RegAsm-tp701883p6275601.html Sent from the wix-users mailing list archive at Nabble.com.

[WiX-users] unsubscribe

2011-04-15 Thread Chip Groder
Chip Groder 603 339 8190 (cell) 603 434 8977 (home) -- Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top

[WiX-users] RadioButtonGroup property help

2011-04-15 Thread lokanath devineni
Hi All, I have a wix dialog box having radiobuttongroup control and property declared as bellow in Dialogs library Property Id=IAPPS_INSTALL_TYPEQuick/Property Control Id=rbInstallType Type=RadioButtonGroup X=27 Y=58 Width=150 Height=142 Property=IAPPS_INSTALL_TYPE          

Re: [WiX-users] Multi-Instance Major Upgrades

2011-04-15 Thread Tyler Walters
FINALLY! And naturally it didn't end up being very complicated. :p So here is what i did. 1. In my .wxs I made an upgrade element to upgrade the product like you normally would EXCEPT I made the upgrade code a random guid (NOT one i am using). This was the only way I could get wix to

[WiX-users] Files In Use Problem

2011-04-15 Thread Michael Tissington
I have a problem with an upgrade from an Install Shield package to a Wix package Both packages install the FlexNet product from InstallShield and the update (major upgrade) Wix package is pushed to the client using the installed FlexNet. The Wix upgrade does a RemoveExistingProducts and correctly

Re: [WiX-users] WiX-users Digest, Vol 59, Issue 45

2011-04-15 Thread lokanath devineni
Hi Peter,,   Thanks for replying   I will get the following error if i remove the first property   Error 26 Unresolved reference to symbol 'Property:INSTALL_TYPE' in section 'Fragment:'.   thanks, loknath --- On Fri, 4/15/11, wix-users-requ...@lists.sourceforge.net

Re: [WiX-users] Multi-Instance Major Upgrades

2011-04-15 Thread jhennessey
If you want to avoid having to make a bogus upgrade element just use the EnsureTable element for the Upgrade table. Then you would be able to add your custom rows with no problems (since the empty table will be in the MSI). -- View this message in context:

Re: [WiX-users] Multi-Instance Major Upgrades

2011-04-15 Thread Tyler Walters
Oh cool! Thanks. I hadn't come across that one. On Fri, Apr 15, 2011 at 12:56 PM, jhennessey jack.hennes...@hyland.comwrote: If you want to avoid having to make a bogus upgrade element just use the EnsureTable element for the Upgrade table. Then you would be able to add your custom rows with

Re: [WiX-users] WiX 3.6 Burn ExePackage Problem -- How to run EXE in place instead of caching?

2011-04-15 Thread Rune Moberg
On Fri, Apr 15, 2011 at 6:15 AM, Bob Arnson b...@joyofsetup.com wrote: The idea(l) is that the files are extracted then moved, so that only complete and verified files are in the cache. When TMP and appdata are on the same volume, it should be a move, afaik. Definitely a bug if the files are