[WiX-users] Detect .NET Framework 3.0

2010-08-03 Thread BSR PHANI
Hi , Can any one please help me that how to detect .NET Framework 3.0(launch condition) using WIX 3.0? Thanks, Phani -- The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their

Re: [WiX-users] Detect .NET Framework 3.0

2010-08-03 Thread Pally Sandher
http://wix.sourceforge.net/manual-wix3/wixnetfxextension.htm 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 Virtual Environment** Integrated Environmental Solutions Limited.

Re: [WiX-users] control element problem

2010-08-03 Thread Pally Sandher
1 - update your WiX toolset. v3.0 has been final for a year a month you're using a really old pre-final development build - http://wix.sourceforge.net/releases/3.0.5419.0/ or http://wix.codeplex.com/releases/view/44406 2 - The documentation is correct. Your problem is the Property Element in

Re: [WiX-users] Note: 1: 2727 2:

2010-08-03 Thread Pally Sandher
Yep just TARGETDIR, every other Directory Element is a child of it or of one of it's children. Administrative installs for patching put everything under the specified TARGETDIR it's the only entry in the Directory table that has null for Directory_Parent when I view the MSI in instead (can

Re: [WiX-users] Detect .NET Framework 3.0

2010-08-03 Thread fiordean dacian
Hello Here is how I would do it (actually I'm using the same but for .NET 3.5) Property Id=FRAMEWORK30   RegistrySearch Id=RegFindFramework35SP1 Root=HKLM       Key=SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.0    

[WiX-users] Making wixlibs for Dialogs

2010-08-03 Thread Stelios Kyprou
Hello everyone! I have a question abour wixlibs in general. If i would like to make a library with all my custom dialogs, so that i can use them in multiple projects and multiple people, what is the best way/design of doing this? Up to now, i had the custom dialogs in each project, but it's not

Re: [WiX-users] How to set the base input path in Visual Studio

2010-08-03 Thread Pally Sandher
Tried using the Linker box under Additional Parameters in the Tool Settings tab of your .wixproj Properties page? 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 Virtual

[WiX-users] Update Detection

2010-08-03 Thread Lukas Haase
Hi, It was mentioned a few times on this list that if the UpgradeCode stays the same, MSI performes an upgrade. This is my preamble: Wix xmlns='http://schemas.microsoft.com/wix/2006/wi' Product Name='Test' Id='*' UpgradeCode='$(var.UpgradeCode)' Language='1031' Codepage='1252'

Re: [WiX-users] How to set the base input path in Visual Studio

2010-08-03 Thread Christian Tusch
Thanks, that did it! On 3 August 2010 12:46, Pally Sandher pally.sand...@iesve.com wrote: Tried using the Linker box under Additional Parameters in the Tool Settings tab of your .wixproj Properties page? Palbinder Sandher Software Deployment IT Administrator T: +44 (0) 141 945 8500 F: +44

Re: [WiX-users] [Wix-users] Having an executable in the installation directory for editing configuration files

2010-08-03 Thread Stelios Kyprou
That would be ideal, but i am concerned with one senario: If all configuration is done via the Configuration Utility, then what happens when i uninstall the app? If the Configuration Utility for example creates some new EventLog sources that the app will use when running, they should be removed

Re: [WiX-users] Update Detection

2010-08-03 Thread Neil Sleightholm
Yes you need an upgrade section and to schedule RemoveExistingProducts, there is an example here: http://neilsleightholm.blogspot.com/2009/01/wix-script-for-major-upgrade s.html Neil -Original Message- From: Lukas Haase [mailto:lukasha...@gmx.at] Sent: 03 August 2010 12:01 To:

Re: [WiX-users] Update Detection

2010-08-03 Thread Pally Sandher
Or see the WiX documentation - http://wix.sourceforge.net/manual-wix3/major_upgrade.htm 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 Virtual Environment** Integrated

Re: [WiX-users] [Wix-users] Having an executable in the installation directory for editing configuration files

2010-08-03 Thread Blair
Things like event log sources are not usually set via configuration utilities (you either have the event log setup or you don't). Instead, you would usually configure your application's code for what/how much it logs, and the source is always present while installed and not present when not

Re: [WiX-users] Making wixlibs for Dialogs

2010-08-03 Thread Blair
I would suggest looking at the WiX source code, under the src\ext\UIExtension\wixlib path, to see how the wixlib used there is structured. -Original Message- From: Stelios Kyprou [mailto:stelios.kyp...@formicary.net] Sent: Tuesday, August 03, 2010 3:47 AM To: General discussion for

Re: [WiX-users] Update Detection

2010-08-03 Thread Lukas Haase
Dear Neil, Dear Pally, Thank you very much!! Regards, Luke Am 03.08.2010 14:44, schrieb Pally Sandher: Or see the WiX documentation - http://wix.sourceforge.net/manual-wix3/major_upgrade.htm Palbinder Sandher Software Deployment IT Administrator T: +44 (0) 141 945 8500 F: +44 (0) 141

Re: [WiX-users] difference between INSTALLDIR and INSTALLLOCATION

2010-08-03 Thread michaelrepucci
Ah, that's what I suspected. Thank you! Michael Repucci +1-718-288-4554 mich...@repucci.org http://michael.repucci.org/ -- See life as it is, not as it appears to be. On Fri, Jul 30, 2010 at 5:34 AM, Pally Sandher [via Windows Installer XML (WiX) toolset]

[WiX-users] Running Heat on a directory

2010-08-03 Thread Satyaprakash J
Hi, I am using the command heat dir .\AssetListUI -sfrag -gg -ke -template product -out directory.wxs. It creates the .wxs file successfully. But the Feature section of the .wxs file is empty. Do we have to manually update Feature section the .wxs file. Please let me know if there is an

Re: [WiX-users] Running Heat on a directory

2010-08-03 Thread Pally Sandher
Heat.exe doesn't create Features, you'll have to do those manually. You can however use the -cg option to create a ComponentGroup Element which you can reference using a ComponentGroupRef Element in your Feature which does almost all the work for you. I also recommend using the -suid option as

[WiX-users] Error while running Heat on website

2010-08-03 Thread Satyaprakash J
Hi, I am using the command heat website RunwayUI -template product -out website.wxs to create a .wxs file. But I get a null reference exception. Could you let me know if I am missing something. heat.exe : error HEAT0001 : Object reference not set to an instance of an object. Exception Type:

Re: [WiX-users] [Wix-users] Having an executable in the installation directory for editing configuration files

2010-08-03 Thread Stelios Kyprou
I used eventlogs to have a concrete example, but assume that you configure something that changes the machine state. How would the installer undo that change since it was done in the config util in the first place, when uninstalling? An example? well on top of my head, let's say i wan't to make

Re: [WiX-users] [Wix-users] Having an executable in the installation directory for editing configuration files

2010-08-03 Thread Blair
Create a custom action that reads all persisted configuration that relates to machine state and removes those things, and schedule it to run when non-update removal occurs. Or something along those lines. -Original Message- From: Stelios Kyprou [mailto:stelios.kyp...@formicary.net] Sent:

Re: [WiX-users] ICE32 error

2010-08-03 Thread Chad Petersen
I tried adding the EnsureTable Id=Class/ element to my project, but I still get ICE32 errors during the link. If I comment out the VC71 merge modules and do a build I see the empty Class table and no ICE32 errors. But, as soon as I add back in the VC71 merge modules (and leave the EnsureTable as

Re: [WiX-users] WiX problem on Vista

2010-08-03 Thread Wilson, Phil
That seems unlikely to me, even with the limited information supplied. Unless there's something you haven't told us, why is it the registry? 1. What exactly does uninstalls v1.7 mean? Or disables? If you still have 1.7 and 1.8 in Add/Remove Programs then it hasn't removed 1.7. If it's broken

Re: [WiX-users] difference between INSTALLDIR and INSTALLLOCATION

2010-08-03 Thread michaelrepucci
I've read more about properties, so now I understand that there are private and public properties, but I'm still confused on how to use them successfully in my WXS file. (FYI, so far, I've just been playing around with the examples from the http://www.tramontana.co.hu/wix/ WiX tutorial , so if

Re: [WiX-users] After upgrading to latest build of Wix3.5/VS2010, web site install now fails on IIS7

2010-08-03 Thread Alex Henderson
Logged as issue #3038987 ( https://sourceforge.net/tracker/?func=detailaid=3038987group_id=105970atid=642714 ). Cheers, - Alex On Mon, Jul 26, 2010 at 11:27 AM, Rob Mensching r...@robmensching.comwrote: You've probably hit a bug. Can you open it? WiX v3.5 is still under development, the IIS

[WiX-users] Need to load file in dtf custom action for license validation.

2010-08-03 Thread Muthuramakrishnan
Dear All, Is there any way to load the file which is in msi, from the dtf custom action? Please assist me. Thanks, S.Muthuramakrishnan -- The Palm PDK Hot Apps Program offers developers who use the Plug-In Development

[WiX-users] msi upgrade problems per-user vs per-machine context failure

2010-08-03 Thread Lukasz Zalewski
Hi all, I'am trying to upgrade existing package through major upgrade. The upgrade is done through wpkg (wpkg.org) patching system and it runs using machine account. When i run the upgrade using Administrator account (interactively) all goes smoothly. However when the upgrade is applied through

[WiX-users] Restart Service on Change/Repair

2010-08-03 Thread Steffen Enni
Hi, I have a service that is started upon installation using the following WiX snippet. Component Id=server.service.start Guid={4EE6AC21-46F1-4249-B20F-CDBC3C791430} Condition1/Condition CreateFolder Directory=server/ ServiceControl

[WiX-users] How to copy registry subkey which includes some entries

2010-08-03 Thread little.forest
We need to do these: 1. Detect the HKCU\Software\CompanyX\ProductY key(this key includes 5 entries) in registry, if the key exists, then copy it to be HKCU\Software\CompanyX\ProductY_Fix. 2. For 32 bit machine, detect if HKLM\Software\CompanyX\ProductY exists. If it exists, then copy the key

[WiX-users] Uninstall from Control Panel

2010-08-03 Thread saikodi
Hello All, This is my first post here. I am not sure if there are any guidelines here. I have a custom application for which I created a setup as follows: 1. WPF application (called setup.exe) has all the UI. 2. WIX based msi (called setup.msi) has no UI but does the installation. 3. The WPF

Re: [WiX-users] ICE32 error

2010-08-03 Thread Rob Mensching
Hmm. You might try opening the MSI with errors using Orca and see if the column widths the ICE is complaining about really are different. On Tue, Aug 3, 2010 at 10:15 AM, Chad Petersen chad.peter...@harlandfs.comwrote: I tried adding the EnsureTable Id=Class/ element to my project, but I still