Re: [WiX-users] WiX Install path

2008-10-12 Thread Neil Sleightholm
That's good I wouldn't like to change the path for every release. Would you like me to raise bug? Neil -Original Message- From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: 11 October 2008 21:32 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] WiX Install

Re: [WiX-users] Features in different .msi

2008-10-12 Thread Christopher Karper
If you are just looking for the feature to exist on disc, then you can use two separate .wxs files to build two installers. If you want them to live under the same application in ARP, then you're going to need to build one .wxs file, with 2 features in it. You can set up a feature to not be

[WiX-users] Run as Administrator

2008-10-12 Thread Jonathan Moore
Hello I have a installer that runs an EXE during the install but only runs with user privileges. How can I make the installer run with administrator privileges. I tried using the deferred attribute but ran into InstallExecuteSequence errors please help. I think the error was something like

Re: [WiX-users] Run as Administrator

2008-10-12 Thread Jon Arild Tørresdal
Hi Jonathan, If you have a CA that require admin privileges running in the InstallExecuteSequence, you should use deferred execution, set impersonate to false and schedule your CA to run between InstallInitialize and InstallFinalize. More details here:

[WiX-users] can't get MSBuild projects to work with latest release (4603)

2008-10-12 Thread Brian Rogers
I tried to upgrade to WiX 3.0.4603.0 but I was not able to get my project to build anymore when I did this. The previous release, WiX 3.0.4513.0 worked fine. Here is a snippet of the MSBuild diagnostic output when building a project with WiX 3.0.4513.0: Using Candle task from assembly

Re: [WiX-users] Features in different .msi

2008-10-12 Thread Alex Ivanoff
I am trying to keep installer size small. Because feature A2 is rarely used, but has significant size, I want it to be in different file that does not have to be present in order to install feature A1. -Original Message- From: Christopher Karper [mailto:[EMAIL PROTECTED] Sent: Sunday,

Re: [WiX-users] can't get MSBuild projects to work with latest release (4603)

2008-10-12 Thread Neil Sleightholm
Brian I you see my post WiX Install path I think this explains you problem, basically the path to the files has changed. Neil -Original Message- From: Brian Rogers [mailto:[EMAIL PROTECTED] Sent: 12 October 2008 21:04 To: wix-users@lists.sourceforge.net Subject: [WiX-users] can't get

[WiX-users] how to Compress Command prompt while running custom action

2008-10-12 Thread Chandra Vuppala
Hi, I want to Compress Command prompt while running custom action, instead i want to show progress bar on UI. Can anyone help me pleasee. Thanks Regards, Chandrashekar vuppala M-9908298419 IMPORTANT 1. This email and any attachments are confidential. Any unauthorised

[WiX-users] Defining variable

2008-10-12 Thread Alex Ivanoff
Why does the following not work: ?ifndef $(var.Param)? ?define Param=Value? ?endif? What I am trying to do is define variable if it was not defined through command line/project settings. - This SF.Net email is sponsored