Re: [WiX-users] Trying to install .Net 4.0 with Burn

2012-07-01 Thread manishshirsat
hii Bob, As you said Burn did not supports disabling/enabling Windows features. So i created my own Exe say "NetHelper.exe" for doing this task. This exe enables windows features for .Net3.5. Now i am not getting how to use this exe within my bootstrapper installer so that- 1) if the OS is win7

Re: [WiX-users] Burn, MsiPackage and DisplayInternalUI

2012-07-01 Thread Kannan24
Hi, I have planned to install the setup with managed UI and command line with basic UI. When i try install with managed UI need to set the DisplayInternalUI="no" and for command line need to show the basic UI, for that set the DisplayInternalUI as "yes". Thanks, Kannan -- View this message in co

[WiX-users] Variable declaration for referenced objects

2012-07-01 Thread Jose, Arun non Unisys
Hi, I created project & WixUtilExtension references to my application in the wix project (V3). How can I create/define a variable to map the location of executables to this reference? Variables like, var.ProjectNameReferenced.ProjectDir (Pointing to the application being installed) var.Proje

[WiX-users] WixUI_Advanced just perUser installation but with a showing feature tree

2012-07-01 Thread Alexey Ivanov
WixUI_Advanced just perUser installation but with a showing feature tree. Its simple posible? If we user its disabled installashion scope shoising, but feature tree page disabled too. -- Live Security Virtual Conference E

Re: [WiX-users] update problem, it looks good but it doesn't finish until the user tries to execute the program

2012-07-01 Thread Daniel Marjamäki
Bob: Thanks a lot for that!! It seems to work now. / Daniel 2012/7/1 Bob Arnson : > On 01-Jul-12 12:33, Daniel Marjamäki wrote: >> I have a question about file versions. If file versions are not set, >> could that cause my old files to be kept instead of replaced when I >> install a newer versio

Re: [WiX-users] update problem, it looks good but it doesn't finish until the user tries to execute the program

2012-07-01 Thread Bob Arnson
On 01-Jul-12 12:33, Daniel Marjamäki wrote: > I have a question about file versions. If file versions are not set, > could that cause my old files to be kept instead of replaced when I > install a newer version? You have version info but it's bad data (commit f1692cdefecdfc36f3754c9d80d68b88ecf25f

Re: [WiX-users] Trying to install .Net 4.0 with Burn

2012-07-01 Thread Bob Arnson
On 29-Jun-12 03:03, manishshirsat wrote: > my bootstrapper app always goes for downloading and installing .net 3.5 > framwork instead of turning on feature. Nothing in Burn today supports disabling/enabling Windows features. -- sig://boB http://joyofsetup.com/

Re: [WiX-users] update problem, it looks good but it doesn't finish until the user tries to execute the program

2012-07-01 Thread Daniel Marjamäki
Thank you for looking at this. I removed the condition for RemoveExistingProducts as you suggested. I didn't want to have any complicated behaviour. It didn't help however, as you guessed. I have tried the MajorUpgrade too but it doesn't work as I want neither. As far as I can tell it works just

Re: [WiX-users] update problem, it looks good but it doesn't finish until the user tries to execute the program

2012-07-01 Thread Rob Mensching
I don't immediate see what is wrong but there are a couple things: 1. RemoveExistingProducts usually does not have a conditon on it, unless you are doing something really complicated. I expect in the upgrade case the property is set so things should be working but that is something I would not add

[WiX-users] update problem, it looks good but it doesn't finish until the user tries to execute the program

2012-07-01 Thread Daniel Marjamäki
Hi! I have a problem with my installation script when users try to update to a newer version. The update looks ok. But when the user try to execute the program a msi is started that finish the update. For more info, I am trying to fix this issue: http://sourceforge.net/apps/trac/cppcheck/ticket/