[WiX-users] Installing Assembly to GAC installdir

2008-02-29 Thread Chris Weiss
I'm a little foggy on what the specific arguments are for installing .Net assemblies, our product requires that the assemblies be installed in both the GAC and INSTALLDIR. I've tried creating duplicate components, but am getting ICE30 errors during install. The component definitions look like

Re: [WiX-users] Forums...

2008-02-29 Thread Chris Weiss
I think if there was, someone would have spoken up. I've not seen any. Personally, I prefer the mailing list. Archives are there for the searching on the web and I subscribe to mailing lists on Gmail, so I never delete the old posts anyhow and the search is nice and fast. Overall, I feel it's

Re: [WiX-users] Installing 2 files w/same filename from diff features breaks ICE30?

2008-01-23 Thread Chris Weiss
On Jan 23, 2008 7:49 PM, Bob Arnson [EMAIL PROTECTED] wrote: Chris Weiss wrote: I've got two versions of an assembly installed based on whether the user is on a Terminal Services machine or not. The files are associated with two different mutually-exclusive features that are set

[WiX-users] Copying files to System32 subfolders

2008-01-21 Thread Chris Weiss
Is there some special voodoo that needs to occur to copy files into system32 subfolders? I've got the following (paraphrased) component definitions: Directory Id=TARGETDIR Name=SourceDir Directory Id=ProgramFilesFolder Directory Id=INSTALLLOCATION Name=Symyx Directory

[WiX-users] CustomAction DLL call return value into a property?

2008-01-18 Thread Chris Weiss
Is there a way to read the return of a DLL call CA into a property? I have a DLL that tracks down a particular printer driver and returns a path to the files. The DLL is pre-written, so I can't use MSISetProperty or any fun-ness like that. -- -Chris

Re: [WiX-users] NETFRAMEWORK35 returning incorrect results?

2008-01-12 Thread Chris Weiss
On Jan 12, 2008 11:15 AM, Bob Arnson [EMAIL PROTECTED] wrote: Chris Weiss wrote: Condition Message='This setup requires the .NET Framework 3.5 or higher.' NETFRAMEWORK35 /Condition I'm including the WixNetFxExtension v3.0.2925.0 Is NETFRAMEWORK35 not set? Are you

[WiX-users] NETFRAMEWORK35 returning incorrect results?

2008-01-08 Thread Chris Weiss
I'm in the process of implementing .Net Framework 3.5 checking in my WiX installer using the WixNetFxExtension, but the call seems to be returning incorrect results. My code check is pretty basic: Condition Message='This setup requires the .NET Framework 3.5 or higher.' NETFRAMEWORK35

Re: [WiX-users] How to create help file shortcut icon?

2008-01-08 Thread Chris Weiss
The point appears to be moot - For whatever reason, WiX is picking up the proper help icons correctly without needing any whacked shortcut associations. Not sure why InstallShield fails at this. On Jan 8, 2008 2:13 PM, Mike Dimmick [EMAIL PROTECTED] wrote: No you _can't_. That will embed hh.exe,

Re: [WiX-users] How to create help file shortcut icon?

2008-01-03 Thread Chris Weiss
On Jan 2, 2008 4:22 PM, Mike Dimmick [EMAIL PROTECTED] wrote: What you specify in the Icon elements gets incorporated in your .msi as a binary at build time, so it should be something you have control over, not attempting to use a system executable. The warning message is described in the

[WiX-users] Substitution for Fragments in MMs?

2008-01-02 Thread Chris Weiss
I'm trying to create a merge module with the file list as a separate file so that programmers can edit it while still exposing as little of the installer as possible. I'd planned to use a Fragment, but discovered that Fragments are no longer supported (why?). If this were not a merge module, I

[WiX-users] How to create help file shortcut icon?

2008-01-02 Thread Chris Weiss
When we created help file shortcuts in the start menu using InstallShield, we had to manually set the icon to System32\WinHlp32.exe. If I try to do this with WiX, it complains that the extension of icon 'xyz' for shortcut 'abc' does not match the extension of the Key File for component 'foo.chm'.