Re: [WiX-users] Uninstall from Control Panel

2010-08-03 Thread Rob Mensching
try: http://robmensching.com/blog/posts/2010/5/2/The-WiX-toolsets-Remember-Property-pattern On Tue, Aug 3, 2010 at 6:17 PM, saikodi wrote: > > 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

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 wrote: > I tried adding the element to my project, but > I still get ICE32 errors during the link. If I comment

[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 app

[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 th

[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. 1 When re-running the installer and entering the stock WiX maintenance dialog the Change-Repair-Remove options are presented.

[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] 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 K

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=detail&aid=3038987&group_id=105970&atid=642714 ). Cheers, - Alex On Mon, Jul 26, 2010 at 11:27 AM, Rob Mensching wrote: > You've probably hit a bug. Can you open it? WiX v3.5 is still under > development, the IIS custom action is

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 yo

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 broke

Re: [WiX-users] ICE32 error

2010-08-03 Thread Chad Petersen
I tried adding the 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 above, then the ICE32 e

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] [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

[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 Typ

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 the

[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] 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] > wrote: > The only difference is one

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 (

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 Window

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 install

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 ** Integrated Environmental Solutions

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: wix-users@

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 w

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 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 (0) 141 9

[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: The upgradecode is defined successfully with http://p.sf.net/sfu/dev2dev-palm ___ WiX-users mailing list W

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 ** Integ

[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] WiX problem on Vista

2010-08-03 Thread Pally Sandher
http://catb.org/~esr/faqs/smart-questions.html#beprecise 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 Environmental Solutions Limited. Registered in Scotland N

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)   If .NET framework 3.0 is installed, the FRAMEWORK30 will contain the exact version installed on the machine (ie 3.2.30721). Hope this helps. --- On Tue, 8/3/10, BSR PHANI wrote: From: BSR PHANI Subject

Re: [WiX-users] WiX problem on Vista

2010-08-03 Thread S.P
I think that the main problem is related to the difference between setting registry in Vista and XP.But I don't know what the difference is and how should I change it.Would you please help me?   Thanks --- On Sat, 31/7/10, Blair wrote: From: Blair Subject: Re: [WiX-users] WiX problem on Vist

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 for Directory_Parent when I view the MSI in instead (can screenshot

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

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

2010-08-03 Thread Christian Tusch
Hello, I'm trying to set the base path to my source files from within Visual Studio. I think the -b command line switch of light.exe would do it but I can't configure it in my project. Also I do not want to set it explicitly in XML (I would have to do so multiple times since I'm using DirectoryRef

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 ** Integrated Environmental Solutions Limited. Registered in Scotl

[WiX-users] control element problem

2010-08-03 Thread S.P
Dear All,   I use wix-3.0.2925 and I wrote an "InstallScopeDlg.wxs" which I attached in this email. I got the following error while use candle command for this dialog:   InstallScopeDlg.wxs(25) : error CNDL0107 : Schema validation failed with the following error: The element 'Control' in namespa