Re: [WiX-users] My setup delete a parent registry key which is not created by it

2010-08-30 Thread Elfe Xu
Anyone could help with this question? Shouldn't the uninstaller only remove the registry key created by itself, but not the parent key, even the parent key is empty after we remove our sub-key? Thanks, -Elfe -- View this message in context:

[WiX-users] Heat question

2010-08-30 Thread Satyaprakash J
Hi, I would like to add the following within the Product tag of the .wxs file. Property Id=WIXUI_INSTALLDIR Value=TARGETDIR / UIRef Id=WixUI_InstallDir / How can this be done automatically using

Re: [WiX-users] Heat question

2010-08-30 Thread Sohail Somani
On 10-08-30 2:54 AM, Satyaprakash J wrote: Hi, I would like to add the following within theProduct tag of the .wxs file. Property Id=WIXUI_INSTALLDIR Value=TARGETDIR / UIRef Id=WixUI_InstallDir /

Re: [WiX-users] My setup delete a parent registry key which is not created by it

2010-08-30 Thread Elfe Xu
From this post http://social.msdn.microsoft.com/forums/en-us/winformssetup/thread/2E1FF88B-1955-4AD0-98A2-E306EACFBA5C http://social.msdn.microsoft.com/forums/en-us/winformssetup/thread/2E1FF88B-1955-4AD0-98A2-E306EACFBA5C I saw: you need to describe the path to your new registry item

[WiX-users] Bootstrapping and Burn

2010-08-30 Thread Bruce Cran
Hi, I realise Burn has been removed from WiX 3.5, but I'm wondering if the Visual Studio bootstrapper would be a good substitute or if I should wait for a 3.6 snapshot. My main requirement is a single file that users can download to do the installation, since I hate having a setup.exe and MSI

Re: [WiX-users] How to set Manufacturer, Name and Title using Heat

2010-08-30 Thread Satyaprakash J
Hi, I am using the following xslt file for the -t option in heat. But it does not set the Manufacturer, Name and Title. Kindly let me know if I am missing something. ?xml version=1.0 encoding=utf-8? xsl:stylesheet version=1.0

[WiX-users] Problem with creating shortcut for an application in a subfolder

2010-08-30 Thread Tzvi Tafet
Hi, I've would like a shortcut that has the following hierarchy: (start button)All Programs-manufacturer name-application I used the wix tutorial http://wix.sourceforge.net/manual-wix3/create_start_menu_shortcut.htm and also saw this entry on StackOverflow:

[WiX-users] Help me for using 'Heat' to generate script (.wxs file) from CAB files directly? Thanks in advance!

2010-08-30 Thread Xu, Jun
Hi, Can anyone please help me for how to use 'Heat' to generate script (.wxs file) from CAB files directly? Thanks a lot! Best Regards Thank you! Xu, Jun (James) -- Sell apps to millions through the Intel(R) Atom(Tm)

Re: [WiX-users] Custom Actions in VB.Net

2010-08-30 Thread Christopher Painter
WiX / Votive provides a WiX | VB.NET Custom Action project in Visual Studio.   Just run the project wizard and all the plumbing will be handled for you. Chris   Christopher Painter, Author of Deployment Engineering Blog Have a hot tip, know a secret or read a really good thread that deserves

Re: [WiX-users] Bootstrapping and Burn

2010-08-30 Thread Christopher Painter
Sorry, you said My main requirement is a single file that users can download to do the installation.   I had no way of knowing you were wanting to do .NET redist and minor upgrades. The bootstrapper support in InstallShield is one of the things that anchors me to that toolset.   I use WiX for

Re: [WiX-users] Bootstrapping and Burn

2010-08-30 Thread dB .
http://dotnetinstaller.codeplex.com will get you there in 15 minutes or so. dB. @ dblock.org Moscow|Geneva|Seattle|New York -Original Message- From: Bruce Cran [mailto:br...@cran.org.uk] Sent: Monday, August 30, 2010 4:46 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users]

Re: [WiX-users] How to make the custom action run under LocalSystem account?

2010-08-30 Thread dB .
Is your custom action deferred? You can't run an immediate custom action under LocalSystem (impersonating LocalSystem is not supported, but deferred custom actions run in a different process that already runs as LocalSystem). dB. @ dblock.org Moscow|Geneva|Seattle|New York -Original

Re: [WiX-users] Bootstrapping and Burn

2010-08-30 Thread Bruce Cran
On Mon, 30 Aug 2010 09:23:36 -0400 dB. dbl...@dblock.org wrote: http://dotnetinstaller.codeplex.com will get you there in 15 minutes or so. Thanks, it looks like exactly what I need. -- Bruce Cran -- Sell apps to

Re: [WiX-users] Browse location fails if current install location is an empty CD drive.

2010-08-30 Thread Christopher Hughes
Hi Bob, Thanks for your reply, my apologies for the late response. I've looked at the log file (using /lv) but can't quite see which dlg the error originates from. I looked up WixUIValidatePath you mentioned and tried adding the following property to supprress it, but to no avail: Property

Re: [WiX-users] How to make the custom action run under LocalSystem account?

2010-08-30 Thread Wilson, Phil
If it's a per-user install it won't run as local system. The other issue is that I don't think your plan will work. The system account doesn't usually have any network privileges, so it can't access anything like that remote share. Phil Wilson From:

Re: [WiX-users] Bootstrapping and Burn

2010-08-30 Thread Christopher Painter
I've looked at dotNetInstaller and while it looks very interesting,  there is no way you are going to learn that tool and get a working bootstrapper in 15 minutes.   Christopher Painter, Author of Deployment Engineering Blog Have a hot tip, know a secret or read a really good thread that

[WiX-users] CustomAction stored in Property

2010-08-30 Thread alexander.nevs...@acronis.com
Hi All, I want to compile the following fragment Dialog Id=CustomerInfoForm X=50 Y=50 Width=373 Height=287 Title=[ProductName] ... Control Id=NextButton Type=PushButton X=220 Y=260 Width=65 Height=18 Text={\SansSerif13.000}TEXT_WIZARD_BUTTON_NEXT TabSkip=no Default=yes ... Publish

[WiX-users] Database check

2010-08-30 Thread kate_102
Hi All, I am using WIX 3.5 to create installer. I need to check if Oracle or SQL Server is installed on target machine based on user selection by clicking on radio button on my Dataabse setup dialog. If selected database is not installed then display error and exit installation process. I

Re: [WiX-users] Custom Actions in VB.Net

2010-08-30 Thread kate_102
Hi Chris, I am using WIX 3.5 to create installer. I need to check if Oracle or SQL Server is installed on target machine based on user selection by clicking on radio button on my Dataabse setup dialog. If selected database is not installed then display error and exit installation process. I

[WiX-users] Preprocessor Extension question

2010-08-30 Thread Maillet, Ed
When writing a preprocessor extension, how can you get SourceLineNumberCollection inside the extension? It isn't in the base class or Core that I can find. - Ed -- This SF.net Dev2Dev email is sponsored by:

[WiX-users] ConfigureIIS CA not getting called during cancellation

2010-08-30 Thread saikodi
Hello, I offer two features one of which is a web site component. In order to avoid triggering of the ConfigureIIS CA when the non-web component is being installed, I added the following to the Install execute action: Custom Action=ConfigureIIs After=InstallFiles![CDATA[(WEBFEATURE=3 And

Re: [WiX-users] My setup delete a parent registry key which is not created by it

2010-08-30 Thread Elfe Xu
And in this post http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Website-gets-deleted-when-uninstalling-Web-App-td5436443.html http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Website-gets-deleted-when-uninstalling-Web-App-td5436443.html Seems it's the same problem: