Re: [WiX-users] Does all Vista OS's are same or different???

2008-02-18 Thread Meyrignac, Jean-Charles
>I am facing this problem since 20days, I didnt get the solution. Can any one >give an ideas/suggestions 20 days ! You are patient, and so we are ! The Wix mailing list is NOT the place where you'll get your solution, so please stop asking here ! Try a forum on Microsoft's site instead, presumably

Re: [WiX-users] upgrade dialog

2008-01-21 Thread Meyrignac, Jean-Charles
If you are new to Wix, I suggest the 3 following sites (outside of the official one): Wix tutorial (general help, mostly 2.0): http://www.tramontana.co.hu/wix/ Wix Wiki (more dedicated to UIs): http://www.wixwiki.com/index.php?title=Main_Page Another Wiki (gives details about the documentation

[WiX-users] Broken 3711 build

2008-01-14 Thread Meyrignac, Jean-Charles
The latest Wix3.msi : http://wix.sourceforge.net/releases/3.0.3711.0/ doesn't work anymore with Visual Studio 2008. When you compile a Wix project in VS2008, it opens a console window, and thus doesn't log the errors. Also, a second compilation gives you always a fatal error. Unins

Re: [WiX-users] Help on Service

2008-01-11 Thread Meyrignac, Jean-Charles
You should put Wait="yes" during StartService, since your service seems to take some time to start. JC -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Anidil Envoyé : vendredi 11 janvier 2008 10:09 À : wix-users@lists.sourceforge.net Objet : Re: [WiX-us

Re: [WiX-users] Help on Service

2008-01-11 Thread Meyrignac, Jean-Charles
Trying to guess, since the description of your problem is very poor... The problem is easy to locate: run the installer. When you get your error message, check if Service.exe has been copied. If it is not the case, remove the attribute Assembly=".net" on your entry. JC -Message d'origine

Re: [WiX-users] Problem Starting service on XP

2008-01-04 Thread Meyrignac, Jean-Charles
I have the exact same problem, but adding the line didn't solve it. The following line leads to the same problem (my service is a VB.NET EXE): But the problem disappear when I remove the Assembly attribute: JC -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De

[WiX-users] Retrieving WebSite Properties With a CustomAction

2007-12-20 Thread Meyrignac, Jean-Charles
My WIX setup needs to install a website into a folder. Since we have a lot of legacy installations where this folder has already been created, the script needs to retrieve the physical folder of a previous website, or propose to install into a new folder. About checking the website, I found some

[WiX-users] Website problems

2007-12-18 Thread Meyrignac, Jean-Charles
I'm using Wix 3.0.3617 (yesterday's version). I would like to install files into a web directory. If this web dir doesn't exist, the MSI should be able to create it. Also, I'm trying to NOT USE custom extensions. So , I followed the Wix tutorial: http://www.tramontana.co.hu/wix/lesson6.ph

[WiX-users] Uninstall a Website

2007-12-17 Thread Meyrignac, Jean-Charles
I have a weird bug while uninstalling a website on Windows XP, using the MSI installer: when the application is uninstalled, IIS is completely broken. Here is the part installing my web site: