Re: [WiX-users] Cannot compile WiXUI.wixlib

2008-02-13 Thread Bob Arnson
David Wei wrote: C:\Projects\WiXSource205805\wix.include(10,4): Property evaluation failed. Expression: ${file.global.include} ^^^ Property 'file.global.include' has not been set. Use the weekly release; it's built correctly. -- sig://boB http://joyofsetup.com

Re: [WiX-users] Adding support for MsiRMFilesInUseDialog

2008-02-13 Thread Bob Arnson
Carl Daniel wrote: Apparently, VS deployment projects don't include support for handling files in use. Can anyone point me to a sample or other documentation that would explain how to modify my WIX project to include support for the MsiRMFilesInUseDialog? I'm still using all the UI elements

Re: [WiX-users] Get ProductVersion of previous install

2008-02-13 Thread Bob Arnson
larsenal wrote: > When doing an upgrade, I'd like to figure out which product version I'm > upgrading. I'd then use this in my Custom Action where I log all those > details. > > I'd like the actual Version string (1.2.5) rather than a GUID. > There's no direct support for that. You could use m

Re: [WiX-users] Custom command line parameters in Wix

2008-02-13 Thread Bob Arnson
Srilatha Punna wrote: Can we write custom command line switches in Wix? Here's my scenario. I want to have an optional switch -AUTOLOGIN in the command line, then evaluate if the switch is specified in Wix xml. Any help on this appreciated. Are you asking about build-time properties or ru

[WiX-users] Changing the file extension of WiX extensions from .dll to .wixext

2008-02-13 Thread Justin Rockwood
We will be doing a change that will probably affect most users of WiX v3, so I wanted to get this notice out in the community to notify people of the upcoming change. Within the next few weeks we will be changing the file extension of WiX extensions from .dll to .wixext. There are several reasons w

[WiX-users] Get ProductVersion of previous install

2008-02-13 Thread larsenal
When doing an upgrade, I'd like to figure out which product version I'm upgrading. I'd then use this in my Custom Action where I log all those details. I'd like the actual Version string (1.2.5) rather than a GUID. -- View this message in context: http://www.nabble.com/Get-ProductVersion-of-pr

[WiX-users] Adding support for MsiRMFilesInUseDialog

2008-02-13 Thread Carl Daniel
New to WIX, working on a project converted from a VS Deployment project, trying to address Vista logo compliance issue, test case number 25: setup needs to use the MsiRMFilesInUseDialog. Apparently, VS deployment projects don't include support for handling files in use. Can anyone point me to

Re: [WiX-users] Setting Uninstall/.../InstallLocation in registry

2008-02-13 Thread Carl Daniel
Thanks, John - that worked perfectly. -cd -Original Message- From: John Vottero [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 12, 2008 3:34 PM To: Carl Daniel; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Setting Uninstall/.../InstallLocation in registry > -Original

Re: [WiX-users] rollback if VBScript return value < 0

2008-02-13 Thread Alexander Shevchuk
You don't call rollback function from your script. Just return number 3 as exit code from the function and installer will do what it needs to do. More information on custom action exit codes: http://msdn2.microsoft.com/en-us/library/aa371254(VS.85).aspx Regards, Alex -Original Message-

Re: [WiX-users] feature and merge module

2008-02-13 Thread Alexander Shevchuk
If MSI does not allow it, you can't do it with Wix. Read more about Merge Modules (http://msdn2.microsoft.com/en-us/library/aa369820(VS.85).aspx). Excerpt from http://msdn2.microsoft.com/en-us/library/aa371152(VS.85).aspx: Referencing Features in Merge Modules Merge modules only operate with comp

[WiX-users] Cannot compile WiXUI.wixlib

2008-02-13 Thread David Wei
HI I'm new to WiX tool, i downloaded WiX source code v2.0.5805, and try to compile WiXUI.Wixlib, it gave me this error: Anyone can help me out ... Thank you! __ C:\Projects\WiXSource205805\src\ui>nant ui.build NAnt 0.85 (B

Re: [WiX-users] Include whole directory-structure (like including a jre)

2008-02-13 Thread Dominik Guder
Patrick Schlaepfer wrote: > > And now, how to include the test2.wxs in the main .wxs > file - using Version 3.0 ? > > > > seems to be deprecated > Hi, try with Id from ComponentGroup you will find at the end of test2.wxs (usually CompontentGroup1) hth Dominik -- View this message in

Re: [WiX-users] Include whole directory-structure (like including a jre)

2008-02-13 Thread Patrick Schlaepfer
It's solved. Was the ant task, that somehow does not work correctly. Using the "light" task seems to be wrong using does work. Thanks for pointing at heat.exe a great tool. > Ok, got a step further: > > heat dir ..\dist\jre_x86 -sfrag -gg -out test2.wxs -template:fragment > > And now, how to in

Re: [WiX-users] Service is not started in vista

2008-02-13 Thread Dana Gutride
I'm not sure why you are using that commit custom action to start a service, the servicecontrol element should give you that control. Have you built and ran your service on a Vista box yet? Also, if you use the servicecontrol element, you can also use the MSI log to see what the Win32 error cod

[WiX-users] rollback if VBScript return value < 0

2008-02-13 Thread kritza
Hello! First of all: I'm from germany so sorry for my bad english. But I'll try to do my best! Further I'm new in WiX! It's my first project and I'm working on it since a week! So, I hope that my Problem is just simple for you. Also I searched in the forum, but because I'm new in WiX and I'm not

Re: [WiX-users] vista install

2008-02-13 Thread Rob Hamflett
Please keep Wix-Users on the email list so that everyone can see/help/benefit. The only thing I can think to ask is if you've checked that the service actually works on Vista. After the install completes but fails to start, can you start it from the services control panel? Rob [EMAIL PROTECT

Re: [WiX-users] Include whole directory-structure (like including a jre)

2008-02-13 Thread Patrick Schlaepfer
Ok, got a step further: heat dir ..\dist\jre_x86 -sfrag -gg -out test2.wxs -template:fragment And now, how to include the test2.wxs in the main .wxs file - using Version 3.0 ? seems to be deprecated > Patrick Schläpfer wrote: >> I'd like to use with ant, as it's a java application I'd like >>