[WiX-users] [WiX-Users] check for ASP.NET support?

2006-10-19 Thread Friedrich, Oliver
Hello Listmembers,   I`m new to WiX and crawl my way through our custom setup for our solution, and found a problem.   With the following condition one can check if the framework is installed in the right version:  

Re: [WiX-users] How to prompt to terminate process on uninstall

2006-10-27 Thread Friedrich, Oliver
Well, since you know the name of the process, you do not need to handle with custom actions for this simple task, just use the kill-program shipped with windows.   Try this out:  

[WiX-users] Howto optional install without gui

2006-10-30 Thread Friedrich, Oliver
entered to the GUI, with the commandline. Is it even possible to set some parameters on the commandline and trigger single dialogs with it?   Greetings Oliver Friedrich   Oliver Friedrich Consultant - Software Solutions prodot GmbH Carl-Peschken-Strasse 5d 47441 Moers Germany Phone   +49 (2841

[WiX-users] preprocessor variable $(var.Build)

2006-10-30 Thread Friedrich, Oliver
Again its me,   currently I`m trying to convert our V2 setup to V3 using a votive-project in our solution.   One of my problems now is, that we used the pre-processor variable “var.Build” in our setup for finding the final sourcepath of our apps. But votive won`t compile with it used li

Re: [WiX-users] Howto optional install without gui - solved

2006-10-30 Thread Friedrich, Oliver
Thank you for your helping, this list is great J   Greetings Oliver Friedrich   From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: Montag, 30. Oktober 2006 17:27 To: Friedrich, Oliver; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Howto optional install without gui

Re: [WiX-users] preprocessor variable $(var.Build)

2006-10-30 Thread Friedrich, Oliver
alk to my *shiver* Outlook as soon as I get some spare time... From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 31, 2006 1:52 AMTo: Friedrich, OliverCc: wix-users@lists.sourceforge.netSubject: Re: [WiX-users] preprocessor variable $(var.Build) Friedrich, Ol

Re: [WiX-users] preprocessor variable $(var.Build)

2006-10-31 Thread Friedrich, Oliver
-users] preprocessor variable $(var.Build) Friedrich, Oliver wrote: That`s the point, this variable is defined nowhere in the source.   We used WiXV2 manually written files added to a blank solution in vs2005, compiled via batch on post-build-action

Re: [WiX-users] preprocessor variable $(var.Build)

2006-11-06 Thread Friedrich, Oliver
: wix-users@lists.sourceforge.netSubject: Re: [WiX-users] preprocessor variable $(var.Build) Friedrich, Oliver wrote: No, we did not use Votive V2, just plain wxs-files that we added to a simple solution, we did not use Votive V2.Sorry, I'm not understanding. Are you

Re: [WiX-users] preprocessor variable $(var.Build)

2006-11-07 Thread Friedrich, Oliver
ECTED]Subject: Re: [WiX-users] preprocessor variable $(var.Build)   Friedrich, Oliver wrote: Alright, just found out, where this variable was set. It is set on the commandline while calling the batch-file to start the compilation of the setup.   The batch-file is called a

[WiX-users] Votive V3 and multiple .msi support?

2006-11-15 Thread Friedrich, Oliver
Title: [WiX-users] Votive V3 and multiple .msi support? Hello again, Using Votive V3 is pretty nice, though one thing is a little bit anoying... For our Solution we need to build 2 packages, one for the client and one for the server application. Those packages use pretty much the same cod

Re: [WiX-users] Votive V3 and multiple .msi support?

2006-11-16 Thread Friedrich, Oliver
liver From: Mike Dimmick [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 15, 2006 11:45 PM To: Friedrich, Oliver; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Votive V3 and multiple .msi support? I would imagine tha

Re: [WiX-users] .NET CustomAction dll - can I use .net to code mycustom action?

2007-02-15 Thread Friedrich, Oliver
Hi, you should check out for http://weblogs.asp.net/cibrax/archive/2005/04/14/400351.aspx there`s explained how to host an CLR from a small c++-Project and load your managed code into. It has some bugs still, but those can be easily fixed. As soon as I have time to spend for it, I'm going to u

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

2007-02-26 Thread Friedrich, Oliver
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 Solutions   -Original Message- From:

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

2007-02-26 Thread Friedrich, Oliver
13:53 To: Friedrich, Oliver; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] How long can be an String? Friedrich, Oliver schrieb: > AFAIR its not the Value, that is too long, but the identifier, that should > not be longer than 255. > > Qt_accessible_qtaccessibleco

[WiX-users] Use InstallUtil.exe from target system

2007-03-13 Thread Friedrich, Oliver
I do not understand why I need to package binary streams for using InstallUtil in my Setup. Since our setup installs an entire .NET-solution, the framework needs to be installed on the target system, and therefore InstallUtil is present on the target system. So I thought I just could use a fil

Re: [WiX-users] Use InstallUtil.exe from target system

2007-03-13 Thread Friedrich, Oliver
Hi Bob, >Have you tried the MMC extension in WiX? It already supports registering >snapins without you having to write any custom actions. I've heard about that extension, but in latest build of WiX3 I can't find anything about it, no documentation, no ".dll" to reference to. Please tell me m