Re: [WiX-devs] Permanent assembly in GAC

2006-07-11 Thread Justin Rockwood
006 11:09 PM To: wix-devs@lists.sourceforge.net Subject: Re: [WiX-devs] Permanent assembly in GAC My GAC assembly contains user registration information and I don't want this information to be lost even if the program is uninstalled. -- View this message in context: http://www.nabble.com/Permanent-

Re: [WiX-devs] Permanent assembly in GAC

2006-07-10 Thread Treach
My GAC assembly contains user registration information and I don't want this information to be lost even if the program is uninstalled. -- View this message in context: http://www.nabble.com/Permanent-assembly-in-GAC-tf1904577.html#a5264263 Sent from the wix-devs forum at Nabble.com.

Re: [WiX-devs] Permanent assembly in GAC

2006-07-10 Thread Justin Rockwood
pplication won't be Windows Logo compliant if you care about that. Justin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Treach Sent: Thursday, July 06, 2006 11:32 PM To: wix-devs@lists.sourceforge.net Subject: [WiX-devs] Permanent assembly in GAC

[WiX-devs] Permanent assembly in GAC

2006-07-06 Thread Treach
Hi, I want to install an assembly into GAC only if the assembly is not there. If my assembly is already installed, it must be not replaced. Also I want the assembly to be permanent in GAC - even my program is uninstalled, the assembly must stay in the GAC. How this is done using WiX? -- View thi