Re: [WiX-users] Signing MSI's

2010-04-06 Thread Sascha Beaumont
I'm using nant with the candle/light tasks On Wed, Apr 7, 2010 at 11:49 AM, ppremk wrote: > > Thanks for the input. Shall give this a shot. > > When you say post build script.. do you mean you are using Votive to compile > or from command line? > > thanks again. > cheers! > -- > View this messag

Re: [WiX-users] How to check if JRE is installed using WIX

2010-04-06 Thread ppremk
Thanks for the input :) -- View this message in context: http://n2.nabble.com/How-to-check-if-JRE-is-installed-using-WIX-tp4837649p4862476.html Sent from the wix-users mailing list archive at Nabble.com. -- Download Int

Re: [WiX-users] Signing MSI's

2010-04-06 Thread ppremk
Thanks for the input. Shall give this a shot. When you say post build script.. do you mean you are using Votive to compile or from command line? thanks again. cheers! -- View this message in context: http://n2.nabble.com/Signing-MSI-s-tp4849477p4862471.html Sent from the wix-users mailing list

Re: [WiX-users] Setting a registry value to an XML string

2010-04-06 Thread Patrick van der Velde
Hi Pally That worked. And the preprocessor is even smart enough to replace values inside the CDATA section :) Regards Patrick On Wed, Apr 7, 2010 at 03:07, Pally Sandher wrote: > CDATA is allowed in Properties & you can set the Value attribute of a > RegistryValue or RegistryKey to a Property.

Re: [WiX-users] Signing MSI's

2010-04-06 Thread Sascha Beaumont
I just use signtool.exe as a post-wix step in my build scripts and sign the same way that I sign all my binaries http://msdn.microsoft.com/en-us/library/aa387764(VS.85).aspx On Sun, Apr 4, 2010 at 4:27 PM, ppremk wrote: > > Hello Guru's > > I have begun my journey with wix and have found i

Re: [WiX-users] read a file + advertise

2010-04-06 Thread lewisv
I would seem to me that i should default to what the file says. So basically if there is a file use it, this would allow me to change the settings if needed. So why do you think you should default to the registry. -- View this message in context: http://n2.nabble.com/read-a-file-advertise-t

[WiX-users] Votive Missing Project Templates (VS 2008 SP1)

2010-04-06 Thread Alex Ivanoff
3.5.1602 still no project/item templates in VS 2008 SP1. -- Download IntelĀ® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel perf

Re: [WiX-users] how to use heat to harvest VS projects

2010-04-06 Thread Neil Sleightholm
I have checked this again and using heat with the options "-pog:Binaries -pog:Satellites -pog:Content" the referenced assemblies are not included. Just for clarification what I mean by referenced assemblies are non-framework assemblies referenced in the project that are copied to the bin folder, i

[WiX-users] Questions from a newbee

2010-04-06 Thread Satish Muniyappa (3P)
Hi, There are two parts in my uninstall: 1. Uninstall a driver. This one works well. 2. Have a custom action (a dll) that alters some registry entries that is made during a install. I need some help with how to specify this inside Right now, I have Installed This does not

[WiX-users] Unable to associate the custom action file build in C# with the Wix project

2010-04-06 Thread Vijay Agarwal
Hi, I have a specific requirement. I am using a wix project and here I have a dialog box asking for the web application name and port number. After entering something when the user clicks on the next button I want to validate that the port number should not be used by some other application and

[WiX-users] IIS 6.0 Detection to Skip the Custom Dialog Occurrence

2010-04-06 Thread Vishwajit Walke
Hi, I'm a beginner to Wix v3.0. I'm working on the Custom Dialog to accept the Web Application Name and the Port Number. I've written a Custom Action dll which checks whether a web application exists on a specific port number and I'm triggering this custom action on "Next" Button Click in my c

Re: [WiX-users] XmlConfig results in ICE27 failure

2010-04-06 Thread Jacques Eloff
Almost. I added a non-empty file element. But, I believe this was fixed in Wix 3.5.1602 so that you don't need to add a dummy element. Jacques On Mon, Apr 5, 2010 at 12:33 PM, doglin82 wrote: > > so you are saying > > you did the following > > > Directory="INSTALLLOCATION"> > > > -

Re: [WiX-users] First run notepad with my.cfg and only then start the service

2010-04-06 Thread Wilson, Phil
This is a case of "well I can make it work" vs "is it the right thing to do?". The installer architecture expects UI to be collected in the UI sequence (fancy that!) and not in the execute sequence. Some of the reasons for that are about silent install, and that UI sometime behaves oddly in tha

Re: [WiX-users] Action: 'DuplicateFiles' in InstallExecuteSequence table must come after the 'InstallFiles' action.

2010-04-06 Thread Michael Schlitt
What is the error you are seeing? Is there a reason you have there? Also you may have to add a RegistryKeyValue. Something like this I believe you have make something in the Component section point to a KeyPath and if there is not something in the Component Section that points to KeyPath

Re: [WiX-users] Problem using 'Installed' as a condition

2010-04-06 Thread Rob Hamflett
It's a custom bootstrapper written internally but by another part of the company. I thought I'd investigate what was happening with the MSI before passing it along. I got a log of the install and found that it was doing an install but in maintenance mode since the product was already install

Re: [WiX-users] Problem using 'Installed' as a condition

2010-04-06 Thread Pally Sandher
That sounds pretty bizarre. Which bootstrapper are you using which is causing that? A bootstrapper should either simply ShellExecute your MSI or call msiexec.exe /i (which amount to the same thing essentially). I don't think you can set something like "Installed" on the command line, AFAIK only pub

Re: [WiX-users] Setting a registry value to an XML string

2010-04-06 Thread Pally Sandher
CDATA is allowed in Properties & you can set the Value attribute of a RegistryValue or RegistryKey to a Property. Palbinder Sandher Software Deployment & IT Administrator T: +44 (0) 141 945 8500 F: +44 (0) 141 945 8501 http://www.iesve.com **Design, Simulate + Innovate with the ** Integrated

Re: [WiX-users] Investigating use of WiX

2010-04-06 Thread Pally Sandher
1 - not possible using Windows Installer. You need to use a bootstrapper to sequence installation of multiple products. 2 - Sounds simple enough. 3 - Someone else with experience of installing & configuring SQL databases with WiX will need to answer as I've never had to do this myself (as yet).

Re: [WiX-users] error CNDL0200

2010-04-06 Thread Pally Sandher
Tell candle.exe where to find WiXUtilExtension.dll like it says. Adding ' -ext "C:\Program Files\Windows Installer XML v3\bin\WixUtilExtension.dll" ' should work assuming you have WiX v3.0 installed to the default location on a 32-bit O/S. Palbinder Sandher Software Deployment & IT Administrator

[WiX-users] Problem using 'Installed' as a condition

2010-04-06 Thread Rob Hamflett
I have discovered an issue with using 'Installed' as a condition for InstallExecuteSequence entries. I have some actions that generally go as follows: <...> REINSTALL OR Installed <...> REINSTALL OR NOT Installed <...> The problem is that my installer is being run by a bootstrapper that is

Re: [WiX-users] First run notepad with my.cfg and only then start the service

2010-04-06 Thread Viv Coco
I actually thought about doing it like this: [code] Notepad.exe (NOT Installed) AND (NOT UPGRADINGPRODUCTCODE) [/code] This seems to be doing the job. Is this not correct? Thx, Viv On 4/3/2010 3:20 PM, Bob Arnson wrote: > On 4/1/2010 9:28 AM, Viv Coco wrote: > >> shown to the user to mo

Re: [WiX-users] Conditions for Uninstall/Remove Only

2010-04-06 Thread Viv Coco
Hi, Yes, I used that too, but, at least in my case, the quotes didn't work, so I had to use it like this: (NOT UPGRADINGPRODUCTCODE) AND (REMOVE=ALL) Viv On 4/1/2010 9:49 PM, little.forest wrote: > Thanks Sanjay. > > > This is great. Especially there is a table - much clearer. > > > >