Re: [WiX-users] How long can be an String?

2007-02-26 Thread Frank Büttner
Friedrich, Oliver schrieb: > Well, ICE03 claims following in Windows-SDK: > > The string's length is greater than the column width specified by the column > definition. Note that the installer does not internally limit the column > width to the specified value. See Column Definition Format. >

Re: [WiX-users] How long can be an String?

2007-02-26 Thread Frank Büttner
Friedrich, Oliver schrieb: > AFAIR its not the Value, that is too long, but the identifier, that should > not be longer than 255. > > Qt_accessible_qtaccessiblecompatwidgets1Modul.57F8AC9F_2E4B_4879_A18C_172F2EB1.0 > > Try to shorten it a bit. > > Oliver Friedrich > Consultant - Software So

[WiX-users] How long can be an String?

2007-02-26 Thread Frank Büttner
I will get this warning: ICE03 WARNING String overflow (greater than length permitted in column); Table: ModuleSignature, Column: ModuleID, Key(s): Qt_accessible_qtaccessiblecompatwidgets1Modul.57F8AC9F_2E4B_4879_A18C_172F2EB1.0 What is the maximum length for the fields? Thanks. smime.p7s

Re: [WiX-users] How to integarte an .cat file

2007-01-29 Thread Frank Büttner
Geoff Finger schrieb: > For me the assemblies are automatically removed on uninstall. I have > found however that during the testing process when i'm doing a lot of > installs and uninstalls in thre process of debuging my Wix code that > the state of things sometimes gets screwed up and files end u

[WiX-users] create an directory in the assembly cache

2007-01-29 Thread Frank Büttner
Hello, by default side-by-side assemblys are placed under %SystemRoot%\WinSxS\assembly... But I my case I need, that the assembly dll put under %SystemRoot%\WinSxS\assembly...\foodir Any idea's how I can make that? smime.p7s Description: S/MIME Cryptographic Signature

[WiX-users] Install files into the shared files dirctory

2007-01-29 Thread Frank Büttner
Hello, how can I do this, so that more apps can use this files. In my case it will be binary files. But no library files. smime.p7s Description: S/MIME Cryptographic Signature - Take Surveys. Earn Cash. Influence the Future

Re: [WiX-users] How to integarte an .cat file

2007-01-27 Thread Frank Büttner
Frank Büttner schrieb: > Geoff Finger schrieb: >> That looks correct for the final manifest file. Offhand the only >> possible problem I can is that manifest files may not be equiped to >> handle umlauts. Try using a different file name? > > Yes, but the same result.

Re: [WiX-users] How to integarte an .cat file

2007-01-27 Thread Frank Büttner
Geoff Finger schrieb: > That looks correct for the final manifest file. Offhand the only > possible problem I can is that manifest files may not be equiped to > handle umlauts. Try using a different file name? Yes, but the same result. Any other idea's? Frank smime.p7s Description: S/MIME Crypto

Re: [WiX-users] How to integarte an .cat file

2007-01-26 Thread Frank Büttner
Frank Büttner schrieb: > Geoff Finger schrieb: >> Wix doesn't check the validity of the keys, that happens when the file >> is actually installed into WinSxS. As far as I know it's not a bug >> although that would be some great added functionality for Wix. >>

Re: [WiX-users] How to integarte an .cat file

2007-01-26 Thread Frank Büttner
Geoff Finger schrieb: > Wix doesn't check the validity of the keys, that happens when the file > is actually installed into WinSxS. As far as I know it's not a bug > although that would be some great added functionality for Wix. > > The public key is what you get by running pktextract on the > cer

Re: [WiX-users] How to integarte an .cat file

2007-01-26 Thread Frank Büttner
Frank Büttner schrieb: > These steps has I all do. But the build fails with the error above. > Here is my file that I have tried: > > http://schemas.microsoft.com/wix/2006/wi";> > > InstallerVersion="300"/> > > >

Re: [WiX-users] How to integarte an .cat file

2007-01-26 Thread Frank Büttner
Geoff Finger schrieb: > I'm not sure what steps you've already completed so here's the entire > process I followed. In my case I was using MS VS 2005, obviously some > steps my have to be addapted depending on the enviroment you're > working under. > > First you have to create a key if you don't h

[WiX-users] How to integarte an .cat file

2007-01-25 Thread Frank Büttner
How can I integrate an .cat file in my merge module. This file is needed for my side-by-side assembly. Simple use the File Tag will get the error: error LGHT0104 : Not a valid manifest file; How can I do this?? smime.p7s Description: S/MIME Cryptographic Signature

[WiX-users] warning when build an SFPCatalog merge module

2007-01-25 Thread Frank Büttner
Hello, when I build this Wxs file: http://schemas.microsoft.com/wix/2006/wi";> I get this warning at light: light.exe : warning LGHT1079 : The cabinet 'MergeModule.CABinet' does not contain any files. If this installation contains no files, this warning can likely be s

[WiX-users] warning message LGHT1076 : ICE60

2007-01-23 Thread Frank Büttner
In my merge module I add an dll file. When I run light I get this waring: warning LGHT1076 : ICE60: The file qtassistentclientdll.37691951_BCAF_4845_BD35_8239BCA76DBC is not a Font, and its version is not a companion file reference. It should have a language specified in the Language column. what m

[WiX-users] Build an shared side-by-side assembly merge module

2007-01-17 Thread Frank Büttner
Hello, how can I build an merge module witch will be installed as shared side-by-side assembly under the WinSxS folder under the OS. The files that must installed are C++ files compiled with the VS C++ 2005 Express. So I thing it must be possible. But how. At first I have build an default merge mod

Re: [WiX-users] light freze

2006-11-16 Thread Frank Büttner
Bob Arnson schrieb: > Frank Büttner wrote: >> I have open an Bug report for some day on SF, but until now nobody has >> replay to it. >> > It will likely take a while to track down the cause of the bug. > Are some news about fixing plains for it? smime.p7s Descri

Re: [WiX-users] light freze

2006-09-16 Thread Frank Büttner
I have try it but the file is too big for an upload it is 1,43MB but SF only allow 250KB:( smime.p7s Description: S/MIME Cryptographic Signature - Using Tomcat but need to do more? Need to support web services, security? Get

Re: [WiX-users] light freze

2006-09-16 Thread Frank Büttner
Bob Arnson schrieb: > Frank Büttner wrote: >> Yes the sample that comes with WiX will build. But my own will fails:( >> > Can you attach your files in a bug at > http://sourceforge.net/tracker/?group_id=105970&atid=642714? We'll need > to be able to reproduce

Re: [WiX-users] light freze

2006-09-15 Thread Frank Büttner
Bob Arnson schrieb: >> > Interesting. It's binding at that point. Can you build any merge module? > Yes the sample that comes with WiX will build. But my own will fails:( smime.p7s Description: S/MIME Cryptographic Signature ---

Re: [WiX-users] light freze

2006-09-14 Thread Frank Büttner
Bob Arnson schrieb: >> but light will never return:( >> How can I debug this to find out what goes wrong?? >> > Start with -notidy and -v0 to see if you can pinpoint when it happens. > The only output I get is: Microsoft (R) Windows Installer Xml Linker version 2.0.4415.0 Copyright (C) Microso

[WiX-users] light freze

2006-09-13 Thread Frank Büttner
Hello, when I try to build my merge module light freeze. What I have try: candle -nologo -sw1044 *.wxs //to build all object's light -nologo .wixobj but light will never return:( How can I debug this to find out what goes wrong?? smime.p7s Description: S/MIME Cryptographic Signature -

[WiX-users] Build merge modules

2006-09-12 Thread Frank Büttner
Hello, I try build merge modules witch needs other merge modules. But when try to use it. The dependency's will not solved. Any ideas? smime.p7s Description: S/MIME Cryptographic Signature - Using Tomcat but need to do more?