Re: [WiX-users] how to install Fonts in WIX? (Weber Stefan (IT))

2009-03-11 Thread Neil Sleightholm
Something like this works for me: Directory Id=TARGETDIR Name=SourceDir Directory Id=FontsFolder / /Directory DirectoryRef Id=FontsFolder Component Id=MyFont.ttf Guid=YOUR-GUID-HERE File TrueType=yes Name= MyFont.ttf KeyPath=yes / /Component

Re: [WiX-users] add version number with msi

2009-03-11 Thread Neil Sleightholm
I tend to use the binding code and set the version number to the same version as the primary file I am installing, e.g.: ?define Version = !(bind.fileVersion.MyApplication.exe) ? Product Id=$(var.ProductCode) ... Neil -Original Message- From: Tency Kuruvilla

[WiX-users] Major Upgrades without version change

2009-03-11 Thread Neil Sleightholm
on triggers if the build is from a new day. This works but is it a really bad thing to do? Neil Neil Sleightholm X2 Systems Limited n...@x2systems.com -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM

Re: [WiX-users] Major Upgrades without version change

2009-03-11 Thread Neil Sleightholm
without version change Neil Sleightholm wrote: This works but is it a really bad thing to do? It means that it's still possible to install an earlier version. If they're never released, it's only a problem for your internal folks. -- sig://boB http://joyofsetup.com

Re: [WiX-users] Advice on Click Through technology wanted

2009-03-05 Thread Neil Sleightholm
I have a similar application to yours although we don't deliver across the web but internally from a server installed on the client site. There is some information on using clickonce with VB6 here http://msdn.microsoft.com/en-us/library/aa697430(VS.80).aspx, I got something to work but it wasn't

Re: [WiX-users] Advice on Click Through technology wanted

2009-03-05 Thread Neil Sleightholm
on Click Through technology wanted I'm not in a position to help, but clarification about whether the original poster meant to say Click Once Or Click Through would be helpful before this discussion goes a lot further. -Original Message- From: Neil Sleightholm [mailto:n...@x2systems.com

Re: [WiX-users] Installing to multiple disks

2009-03-03 Thread Neil Sleightholm
TARGETDIR is just the root for Directory elements, you can add sub elements to this that are for each drive you want to install to. You will need to set these with a property or the SetDirectory element, e.g.: SetProperty Id= APPLICATION Value=C:\ After=CostInitialize / SetProperty Id=

[WiX-users] OT: Windows Installer version number

2009-03-03 Thread Neil Sleightholm
Slightly of topic but does anyone one know why Windows Installer only recognises 3 part version numbers? It makes it a real pain to handle automated builds that use the last part for builds within a day. Neil Neil Sleightholm X2 Systems Limited n...@x2systems.com mailto:n...@x2systems.com

Re: [WiX-users] Installing to multiple disks

2009-03-03 Thread Neil Sleightholm
From: Neil Sleightholm n...@x2systems.com To: General discussion for Windows Installer XML toolset. wix-users@lists.sourceforge.net Date: 3/3/2009 4:18 AM TARGETDIR is just the root for Directory elements, you can add sub elements to this that are for each drive you want to install to. You

Re: [WiX-users] Does anyone know how best to capture the registry changes made by RegAsm / RegTlib?

2009-03-03 Thread Neil Sleightholm
Heat can capture quite a lot but not self-reg exes. I have also used something called RegSpy but I can't remember where it came from. Neil -Original Message- From: Thomas S. Trias [mailto:tomtr...@artizan.com] Sent: 03 March 2009 19:31 To: 'General discussion for Windows Installer XML

Re: [WiX-users] Detect WiX Version

2009-03-02 Thread Neil Sleightholm
Thanks Bob, that was exactly what I was after. Neil Neil Sleightholm X2 Systems Limited n...@x2systems.com mailto:n...@x2systems.com From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: Mon 02/03/2009 05:07 To: General discussion for Windows Installer XML

[WiX-users] Detect WiX Version

2009-03-01 Thread Neil Sleightholm
? ?error WiX version 3.0.5027.0 or later is required. ? ?endif? Neil Neil Sleightholm X2 Systems Limited n...@x2systems.com mailto:n...@x2systems.com -- Open Source Business Conference (OSBC), March 24-25, 2009, San

Re: [WiX-users] DTF Debugging

2009-02-28 Thread Neil Sleightholm
Usually, for me, clicking ok on that brings up the code as long as it was compiled in debug. -Original Message- From: Neil Sleightholm [mailto:n...@x2systems.com] Sent: Friday, February 27, 2009 1:12 PM To: chr...@deploymentengineering.com; General discussion for Windows Installer XML

Re: [WiX-users] is there a way to get a dll.config file deployed along side a gac destined file, e.g. a File .../ entry with Assembly=.net defined?

2009-02-27 Thread Neil Sleightholm
And ?Sdk1Gac14=2 And $Sdk1Gac14=3/Custom Custom Action=RunSdk1Gac14DllCfg After=SetSdk1Gac14DllCfg!Sdk1=2 And amp;Sdk1=3 And ?Sdk1Gac14=2 And $Sdk1Gac14=3/Custom -Original Message- From: Neil Sleightholm [mailto:n...@x2systems.com] Sent: Friday, February 27, 2009 10:11 AM To: General discussion

Re: [WiX-users] WixUI_Mondo and Custom Dialog/s.

2009-02-26 Thread Neil Sleightholm
This should help: http://neilsleightholm.blogspot.com/2008/08/customised-uis-for-wix.html http://neilsleightholm.blogspot.com/2008/08/customised-uis-for-wix.html Neil Neil Sleightholm X2 Systems Limited n...@x2systems.com mailto:n...@x2systems.com From

Re: [WiX-users] COM Plus Applications and Major Upgrade

2009-02-23 Thread Neil Sleightholm
during the installation of the new version will result in both the old and new versions being uninstalled. Neil Sleightholm wrote: Where do you have RemoveExistingProducts scheduled? Have you tried it after InstallValidate so that is removes everything before reinstalling. Neil Neil

Re: [WiX-users] COM Plus Applications and Major Upgrade

2009-02-23 Thread Neil Sleightholm
if the User exists. I'd like those kinds of features to be available on the ComPlusApplication element. Are these ideas totally incompatible with how Windows Installer works? Sincerely, - Don Benson - From: Neil Sleightholm (via Nabble) [mailto:ml-user+58265-1563573...@n2.nabble.com] Sent: Monday

Re: [WiX-users] ProgressText during Custom actions Execution

2009-02-23 Thread Neil Sleightholm
I'm afraid I don't know if this is possible. Neil -Original Message- From: Kusuma Sudheer Kumar (Tata Consultancy Services) [mailto:v-kku...@microsoft.com] Sent: 24 February 2009 05:47 To: General discussion for Windows Installer XML toolset.; Neil Sleightholm Subject: Re: [WiX-users

Re: [WiX-users] Using WiX in a Team Build Environment

2009-02-23 Thread Neil Sleightholm
Have you tried using the built in project references: http://wix.sourceforge.net/manual-wix3/votive_project_references.htm. I believe they work in a TFS build. Neil -Original Message- From: Lee Baker [mailto:lee.re...@gmail.com] Sent: 24 February 2009 05:41 To:

Re: [WiX-users] DTF - install, rollback and uninstall

2009-02-22 Thread Neil Sleightholm
Do you have an example of creating a custom table with the component reference? Neil Neil Sleightholm X2 Systems Limited n...@x2systems.com mailto:n...@x2systems.com From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: Sat 21/02/2009 22:27 To: General

Re: [WiX-users] DTF - install, rollback and uninstall

2009-02-22 Thread Neil Sleightholm
/22/09, Neil Sleightholm n...@x2systems.com wrote: From: Neil Sleightholm n...@x2systems.com Subject: Re: [WiX-users] DTF - install, rollback and uninstall To: General discussion for Windows Installer XML toolset. wix-users@lists.sourceforge.net Date: Sunday, February 22, 2009, 6:15 AM Do you

Re: [WiX-users] DTF - install, rollback and uninstall

2009-02-20 Thread Neil Sleightholm
Thanks for the explanation. Neil Neil Sleightholm X2 Systems Limited n...@x2systems.com mailto:n...@x2systems.com From: Richard [mailto:legal...@xmission.com] Sent: Thu 19/02/2009 23:52 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] DTF

Re: [WiX-users] DTF - install, rollback and uninstall

2009-02-20 Thread Neil Sleightholm
other don't.) Neil Neil Sleightholm X2 Systems Limited n...@x2systems.com mailto:n...@x2systems.com From: Richard [mailto:legal...@xmission.com] Sent: Fri 20/02/2009 00:19 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] DTF - install, rollback

Re: [WiX-users] DTF - install, rollback and uninstall

2009-02-20 Thread Neil Sleightholm
I don't suppose you could point me in the direction of the code that controls that for one for the WiX CA's so I can learn how to do it. Thanks Neil Neil Sleightholm X2 Systems Limited n...@x2systems.com mailto:n...@x2systems.com From: Bob Arnson

Re: [WiX-users] ProgressText during Custom actions Execution

2009-02-20 Thread Neil Sleightholm
Something like this should do it: UI ProgressText Action=YourCAIdDoing something.../ProgressText /UI Neil Neil Sleightholm X2 Systems Limited n...@x2systems.com mailto:n...@x2systems.com From: Kusuma Sudheer Kumar (Tata Consultancy Services

Re: [WiX-users] DTF - install, rollback and uninstall

2009-02-20 Thread Neil Sleightholm
I think I understand the component state approach but I am not sure this is possible with the current implementation of custom tables as I can't see how they can be associated with a component. Neil Neil Sleightholm X2 Systems Limited n...@x2systems.com mailto:n...@x2systems.com

Re: [WiX-users] DTF - install, rollback and uninstall

2009-02-20 Thread Neil Sleightholm
I have examined the code some more and it follows the model Rob outline and uses component state to determine what to do. Neil Neil Sleightholm X2 Systems Limited n...@x2systems.com mailto:n...@x2systems.com From: Richard [mailto:legal...@xmission.com

Re: [WiX-users] DTF - install, rollback and uninstall

2009-02-19 Thread Neil Sleightholm
I took at look at that and couldn't figure out how you could tell it was being called during and uninstall. I am sure I am missing something obvious! Neil Neil Sleightholm X2 Systems Limited n...@x2systems.com mailto:n...@x2systems.com From: Jason

Re: [WiX-users] WiX solution build error...

2009-02-19 Thread Neil Sleightholm
different things. Neil -Original Message- From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: 19 February 2009 18:00 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] WiX solution build error... Neil Sleightholm wrote: I haven't been following this but just

Re: [WiX-users] DTF - install, rollback and uninstall

2009-02-19 Thread Neil Sleightholm
: Neil Sleightholm [mailto:n...@x2systems.com] Sent: Wednesday, February 18, 2009 11:59 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] DTF - install, rollback and uninstall I took at look at that and couldn't figure out how you could tell it was being called

Re: [WiX-users] build wix on win xp

2009-02-18 Thread Neil Sleightholm
What does it say in the build log? -Original Message- From: Andreas Owen [mailto:ao...@1eeurope.ch] Sent: 18 February 2009 09:40 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] build wix on win xp Hi neil, your blog is great and i got all of the build running but dtf. I

Re: [WiX-users] Creating a WHS add-in

2009-02-18 Thread Neil Sleightholm
First I have to say I know nothing about WHS but presumably you are calling some interface to register the addin, is there an unregister addin interface you could call on uninstall? In use files should be automatically replaced when you restart. You can also use the util:CloseApplication to stop

Re: [WiX-users] Creating a WHS add-in

2009-02-18 Thread Neil Sleightholm
Hopefully someone else with WHS experience can help. I think it fails due to the necessity of a major upgrade: you have to uninstall that file while it's in use. I thought that should work as well but I guess the uninstall wants a reboot. Neil -Original Message- From: Michael Herger

Re: [WiX-users] WiX solution build error...

2009-02-18 Thread Neil Sleightholm
I think it is supposed to be optional but I never managed to get a build to work without it. Neil -Original Message- From: Yan Sklyarenko [mailto:y...@sitecore.net] Sent: 18 February 2009 14:52 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] WiX solution

Re: [WiX-users] build wix on win xp

2009-02-18 Thread Neil Sleightholm
It looks like it is MakeSfxCA.exe that is failing and returning 9009 - I don't know what that means. One think that caught me out was getting .Net 2.0 in the path, are you running 'call %VS90COMNTOOLS%\vsvars32.bat' before your build? Another thing to try is moving the source from your desktop

[WiX-users] DTF - install, rollback and uninstall

2009-02-18 Thread Neil Sleightholm
I a DTF authored custom action how can you tell the mode it is running in, e.g. install, rollback or uninstall? Neil Neil Sleightholm X2 Systems Limited n...@x2systems.com mailto:n...@x2systems.com -- Open

Re: [WiX-users] WiX solution build error...

2009-02-18 Thread Neil Sleightholm
I haven't been following this but just to warn you the latest SDK is in HKLM\\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v6.1 - there are notes in the help file to show how to change NAnt to pick this up. Neil Neil Sleightholm X2 Systems Limited n...@x2systems.com mailto:n...@x2systems.com

Re: [WiX-users] Updating full package

2009-02-17 Thread Neil Sleightholm
Neil Sleightholm X2 Systems Limited n...@x2systems.com mailto:n...@x2systems.com From: Michael Herger [mailto:s...@herger.net] Sent: Tue 17/02/2009 09:53 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Updating full package

Re: [WiX-users] build wix on win xp

2009-02-17 Thread Neil Sleightholm
Take a look here http://neilsleightholm.blogspot.com/2008/10/how-to-create-wix-build-mach ine.html I think I got everything but if not please let me know. Neil -Original Message- From: Andreas Owen [mailto:ao...@1eeurope.ch] Sent: 17 February 2009 16:34 To:

Re: [WiX-users] LaunchConditions and FindRelatedProducts

2009-02-17 Thread Neil Sleightholm
. Subject: Re: [WiX-users] LaunchConditions and FindRelatedProducts I see that you already filed a bug. If there are any patching implications to re-sequencing actions we will have move this to WiX v4. Neil Sleightholm wrote: I can't think of any relationship between AppSearch and FindRelatedProducts

Re: [WiX-users] LaunchConditions and FindRelatedProducts

2009-02-14 Thread Neil Sleightholm
or after AppSearch?). Have to verify it won't have any patch impact. Neil Sleightholm wrote: I can sort of see the point of that but that list doesn't even mention FindRelatedProducts. Putting FindRelatedProducts after LaunchConditions actually breaks installs if you run a downgrade silently

Re: [WiX-users] How to skip the license dialog for WixUI_InstallDir

2009-02-13 Thread Neil Sleightholm
Take a look here: http://neilsleightholm.blogspot.com/2008/08/customised-uis-for-wix.html Neil Neil Sleightholm X2 Systems Limited n...@x2systems.com mailto:n...@x2systems.com From: Jonason [mailto:lei.zhan...@hp.com] Sent: Fri 13/02/2009 14:56 To: wix

Re: [WiX-users] How to skip the license dialog for WixUI_InstallDir

2009-02-13 Thread Neil Sleightholm
Call Number: +86 13671512912 http://enhanced1.sharepoint.hp.com/teams/IntegrationFramework/Lists/OnCall%20schedule/AllItems.aspx From: Neil Sleightholm (via Nabble) [mailto:ml-user+58265-244849...@n2.nabble.com] Sent: 2009年2月13日 23:22 To: Zhang, Lei (Jonason , TSG-GDCC-CQ) Subject: Re: [WiX-users

Re: [WiX-users] How to skip the license dialog for WixUI_InstallDir

2009-02-13 Thread Neil Sleightholm
, I mean you'd better add those words in your instruction. :) Neil Sleightholm wrote: I am the author, I couldn't see those lines in my example. Neil -Original Message- From: Jonason [mailto:lei.zhan...@hp.com] Sent: 13 February 2009 16:18 To: wix-users@lists.sourceforge.net

[WiX-users] LaunchConditions and FindRelatedProducts

2009-02-13 Thread Neil Sleightholm
with FindRelatedProducts before LaunchConditions and most other MSIs I have checked do the same. Neil Neil Sleightholm X2 Systems Limited n...@x2systems.com -- Open Source Business Conference (OSBC), March 24-25, 2009

Re: [WiX-users] LaunchConditions and FindRelatedProducts

2009-02-13 Thread Neil Sleightholm
. http://blog.deploymentengineering.com/2006/07/short-comings-of-launchcon ditions.html Christopher Painter, Author of Deployment Engineering Blog Have a hot tip, know a secret or read a really good thread that deserves attention? E-Mail Me --- On Fri, 2/13/09, Neil Sleightholm n

Re: [WiX-users] Adding message to the Welcome Dialog

2009-02-11 Thread Neil Sleightholm
I added the version by customising the welcome dialog and adding: Control Id=Version Type=Text X=135 Y=207 Width=220 Height=10 Transparent=yes NoPrefix=yes Text= Version: [ProductVersion] / Neil -Original Message- From: Beth Hechanova [mailto:bhechan...@imsco-us.com] Sent: 11 February

Re: [WiX-users] Windows Service

2009-02-11 Thread Neil Sleightholm
Sounds like you might have a dependency on some other service running, have you checked the eventlog. Neil -Original Message- From: Vijeta Khatri [mailto:vijeta.kha...@microsoft.com] Sent: 11 February 2009 17:14 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Windows

Re: [WiX-users] Visual Dialog Development

2009-02-11 Thread Neil Sleightholm
I use WiXEdit: http://wixedit.sourceforge.net/ Neil -Original Message- From: eseeR [mailto:0x000...@gmail.com] Sent: 11 February 2009 18:23 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Visual Dialog Development Hello, is there any guidance/tools on how to author dialogs

Re: [WiX-users] Visual Dialog Development

2009-02-11 Thread Neil Sleightholm
: [WiX-users] Visual Dialog Development Thanks, I tried that out a little but it's sort of clunky. What would be awesome is a plugin for VS that let's you author the dialog like WinForms. Anyone working on something like that? On Wed, Feb 11, 2009 at 10:41 AM, Neil Sleightholm (via Nabble) ml-user

Re: [WiX-users] configuring a firewall exception

2009-02-11 Thread Neil Sleightholm
I think you may be using an old version of WiX, setting the port to a formatted value wasn't added until fairly recently. Neil Neil Sleightholm X2 Systems Limited n...@x2systems.com mailto:n...@x2systems.com From: Jason Person (TEKsystems) [mailto:v-jap

Re: [WiX-users] Combined installers

2009-02-10 Thread Neil Sleightholm
Something like this should work: Directory Id=TARGETDIR Name=SourceDir !--Put in the Program Files folder-- Directory Id=ProgramFilesFolder Name=PFiles Directory Id=INSTALLDIR Name=CompanyName Directory Id=SDDDir Name=AppName1 /Directory /Directory

Re: [WiX-users] Solution for VB6 DLL

2009-02-10 Thread Neil Sleightholm
? -Original Message- From: Neil Sleightholm [mailto:n...@x2systems.com] Sent: Monday, February 09, 2009 23:20 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Solution for VB6 DLL I can't think of a way to auto-detect VB6 DLLs other than the registry keys being

Re: [WiX-users] COM Plus Applications and Major Upgrade

2009-02-09 Thread Neil Sleightholm
Where do you have RemoveExistingProducts scheduled? Have you tried it after InstallValidate so that is removes everything before reinstalling. Neil Neil Sleightholm X2 Systems Limited n...@x2systems.com mailto:n...@x2systems.com From: Adam Burton

Re: [WiX-users] COM Plus Applications and Major Upgrade

2009-02-09 Thread Neil Sleightholm
be able to handle this in the same way something like ServiceInstall does. Adam 2009/2/9 Neil Sleightholm n...@x2systems.com Where do you have RemoveExistingProducts scheduled? Have you tried it after InstallValidate so that is removes everything before reinstalling. Neil Neil Sleightholm X2

Re: [WiX-users] Solution for VB6 DLL

2009-02-09 Thread Neil Sleightholm
Can you try the -svb6 option on heat e.g. heat.exe file foo.dll -out c:\foo.dll.wxs -svb6 this should remove all the VB6 runtime information from the harvesting. Neil -Original Message- From: Andrew Ziem [mailto:ahz...@gmail.com] Sent: 09 February 2009 18:14 To:

Re: [WiX-users] Solution for VB6 DLL

2009-02-09 Thread Neil Sleightholm
I just tried the code you attached to the bug and it works for me with the -svb6 option. Neil -Original Message- From: Neil Sleightholm Sent: 09 February 2009 22:11 To: wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Solution for VB6 DLL Can you try the -svb6 option on heat

Re: [WiX-users] Solution for VB6 DLL

2009-02-09 Thread Neil Sleightholm
? -Original Message- From: Neil Sleightholm [mailto:n...@x2systems.com] Sent: Monday, February 09, 2009 14:17 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Solution for VB6 DLL I just tried the code you attached to the bug and it works for me

Re: [WiX-users] ??? in Japanese Setup UI

2009-02-08 Thread Neil Sleightholm
From post here last week: I think you need to set Product/@Language and Package/@SummaryCodepage, you should be able to find the correct values here: http://msdn.microsoft.com/en-us/library/ms776260.aspx.; Neil -Original Message- From: michael he [mailto:michael...@gmail.com] Sent: 08

Re: [WiX-users] Does latest Wix has support for Tallow tool?

2009-02-05 Thread Neil Sleightholm
Tallow has changed name to Heat. Neil -Original Message- From: Nagaraju Manduri (Sogeti) [mailto:v-na...@microsoft.com] Sent: 05 February 2009 07:52 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Does latest Wix has support for Tallow tool? Well, does the latest WIX version

Re: [WiX-users] Does latest Wix has support for Tallow tool?

2009-02-05 Thread Neil Sleightholm
-Original Message- From: Neil Sleightholm [mailto:n...@x2systems.com] Sent: Thursday, February 05, 2009 12:16 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Does latest Wix has support for Tallow tool? Tallow has changed name to Heat. Neil -Original Message

Re: [WiX-users] Localizing a WIX installer

2009-02-05 Thread Neil Sleightholm
I think you need to set Product/@Language and Package/@SummaryCodepage, you should be able to find the correct values here: http://msdn.microsoft.com/en-us/library/ms776260.aspx. You might also want to use the command -cultures:zh-CN;en-us so you get a fallback to English for the un-translated

Re: [WiX-users] WiX 3.0: how to create Quick Launch shortcut and Desktop shortcut?

2009-02-04 Thread Neil Sleightholm
To be honest I chose not to include the RemoveFolder elements as it didn't seem correct to potentially remove system folders and then I ignored the ICE64! Neil Neil Sleightholm X2 Systems Limited n...@x2systems.com mailto:n...@x2systems.com From: Little

Re: [WiX-users] localized WixUILicenseRtf in VisualStudio 2005

2009-02-04 Thread Neil Sleightholm
The only way I found to do this was to clone LicenseAgreementDlg.wxs in to my project (see http://neilsleightholm.blogspot.com/2008/08/customised-uis-for-wix.html here for details) then change the file reference to: Text SourceFile=$(var.ProjectDir)\!(loc.LicenseRtf) / In each of my localisation

Re: [WiX-users] Very Simple Installer

2009-02-03 Thread Neil Sleightholm
1. Don't do it - in the long run it will bite you. 2. Take a look at Inno Setup. 3. If you stay with WiX try using the Heat tool to create the XML, on simple installs it does a pretty good job. Neil -Original Message- From: Martin Sustrik [mailto:sust...@fastmq.com] Sent: 03 February

Re: [WiX-users] Install variable not kept around for uninstall?

2009-01-29 Thread Neil Sleightholm
]]/Custom Custom Action=CA_SetDatabaseNoInstance Before=InstallValidate![CDATA[NOT TMEDATABASEINSTANCE]]/Custom /InstallExecuteSequence -Original Message- From: Neil Sleightholm [mailto:n...@x2systems.com] Sent: Saturday, January 24, 2009 2:34 PM To: General discussion for Windows

Re: [WiX-users] Need some help on wix

2009-01-29 Thread Neil Sleightholm
I think that is only true for the MSI version, all parts of file versions are used. Neil -Original Message- From: John Cooper (Volt) [mailto:a-jc...@microsoft.com] Sent: 29 January 2009 22:52 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Need some

Re: [WiX-users] WiX 3.0: how to create Quick Launch shortcut and Desktop shortcut?

2009-01-29 Thread Neil Sleightholm
Directory Id=QuickLaunchFolder Name=Quick Launch / /Directory /Directory /Directory Neil Neil Sleightholm X2 Systems Limited n...@x2systems.com mailto:n...@x2systems.com From: Little Forest [mailto:little.for...@ymail.com

Re: [WiX-users] Project references/Project output

2009-01-28 Thread Neil Sleightholm
That isn't possible, you have to add each file you want from your project. I would do this by setting Directory/@FileSource or DirectoryRef/@FileSource to var.ProjectName.TargetDir then include each file by just setting File/@Name. Neil -Original Message- From: Marais van Zyl

Re: [WiX-users] extracting WiX compiled version from msi file

2009-01-28 Thread Neil Sleightholm
It is in the summary information but the only tool I know that displays it is InstEd (http://www.instedit.com/). A rough way of find it is to open the MSI in a text editor and search for Windows Installer XML you should find a string like Windows Installer XML (3.0.4923.0). I am sure there is an

Re: [WiX-users] extracting WiX compiled version from msi file

2009-01-28 Thread Neil Sleightholm
or read a really good thread that deserves attention? E-Mail Me --- On Wed, 1/28/09, Neil Sleightholm n...@x2systems.com wrote: From: Neil Sleightholm n...@x2systems.com Subject: Re: [WiX-users] extracting WiX compiled version from msi file To: General discussion for Windows Installer XML

Re: [WiX-users] Installer hanging while doing FileCost

2009-01-28 Thread Neil Sleightholm
Do you have a simple example that you could share? I have seen this a few times but cannot reproduce it reliably. Neil -Original Message- From: jnewton [mailto:jonathan.new...@ni.com] Sent: 28 January 2009 21:40 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Installer hanging

[WiX-users] DTF Logging in UI Sequence

2009-01-27 Thread Neil Sleightholm
I have at custom action written using DTF and the session.Log() method doesn't write to the MSI log file if the custom action is called in the UI sequence. Is this a bug or is it not possible to log in the UI sequence? Neil Neil Sleightholm X2 Systems Limited n...@x2systems.com mailto:n

Re: [WiX-users] DTF Logging in UI Sequence

2009-01-27 Thread Neil Sleightholm
You can't log if the action is based off a button click, otherwise it should work. -Original Message- From: Neil Sleightholm [mailto:n...@x2systems.com] Sent: Tuesday, January 27, 2009 07:13 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] DTF Logging in UI

Re: [WiX-users] Unknow error on DB installation

2009-01-27 Thread Neil Sleightholm
Probably not the case but SQL won't install to compressed drives and IIFC gives a weird error. Neil -Original Message- From: Rob Mensching [mailto:rob.mensch...@microsoft.com] Sent: 27 January 2009 15:51 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users]

Re: [WiX-users] Creating Per-User Registry Entries in a Per-Machine Installation

2009-01-24 Thread Neil Sleightholm
I don't think this is possible, I would suggest that the right place to do this is in your application on first run not in the installation. Neil -Original Message- From: Chuck [mailto:electroch...@att.net] Sent: 24 January 2009 00:09 To: wix-users@lists.sourceforge.net Subject:

Re: [WiX-users] Install variable not kept around for uninstall?

2009-01-24 Thread Neil Sleightholm
If you need properties at uninstall time you need to persist them somewhere and read them on uninstall, the registry is a common location for these. Neil -Original Message- From: Peter Oehlert [mailto:poehl...@securityinnovation.com] Sent: 24 January 2009 19:58 To: 'General discussion

Re: [WiX-users] How do setup bootstrappers avoid prompts for media when changing or repairing an existing installation

2009-01-22 Thread Neil Sleightholm
I believe products like Microsoft Office extract the MSI to a folder and leave it on your system to allow for changes. Neil Neil Sleightholm X2 Systems Limited n...@x2systems.com mailto:n...@x2systems.com From: Andrew Lee [mailto:a...@solarflare.com

Re: [WiX-users] Installing a service wich is also a COM server

2009-01-22 Thread Neil Sleightholm
: Neil Sleightholm [mailto:n...@x2systems.com] Sent: Wednesday, January 21, 2009 09:30 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Installing a service wich is also a COM server 1. Looking at the fairly standard set of .Net and VB COM files I would say

Re: [WiX-users] Installing a service wich is also a COM server

2009-01-21 Thread Neil Sleightholm
wich is also a COM server 1. there is already support for the two most common Implemented Categories. Do you know others that need support? 2. What is InprocServer32\1.2.3.4? 3. Does anybody actually use that other stuff? -Original Message- From: Neil Sleightholm [mailto:n

Re: [WiX-users] WiX custom dialogs insight.

2009-01-21 Thread Neil Sleightholm
There is some information on customising the standard dialogs here: http://neilsleightholm.blogspot.com/2008/08/customised-uis-for-wix.html. I use WiXEdit to create the dialogs: http://wixedit.sourceforge.net/. It is a bit clunky but quicker than doing it by hand. Neil -Original

Re: [WiX-users] Installing a service wich is also a COM server

2009-01-20 Thread Neil Sleightholm
I would install the service using the Service elements and then do the COM bit by writing the relevant registry entries using RegistryValue. The hard bit is generating the registry values as I don't think heat can harvest COM servers, if the code is written in C++ you should be able to get the

Re: [WiX-users] Getting the version from the Assembly file

2009-01-20 Thread Neil Sleightholm
thing. Using the argument, But Microsoft does it will not always make you right. smile/ -Original Message- From: Neil Sleightholm [mailto:n...@x2systems.com] Sent: Monday, January 19, 2009 23:36 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Getting

Re: [WiX-users] Getting the version from the Assembly file

2009-01-20 Thread Neil Sleightholm
probably agree with you) then don't suggest that developers should ignore the recommendations. Work to get the recommendations changed. That's my outlook. -Original Message- From: Neil Sleightholm [mailto:n...@x2systems.com] Sent: Tuesday, January 20, 2009 09:22 To: General discussion

Re: [WiX-users] Installing a service wich is also a COM server

2009-01-20 Thread Neil Sleightholm
Like which ones? Implemented Categories: HKCR\CLSID\{guid1}\Implemented Categories\{guid2} Any entries for assemblies: CLSID\{guid}\InprocServer32\1.2.3.4 These are generated from Heat I have to admit I don't know what they are! HKCR\Component Categories\{guid1}

Re: [WiX-users] Reg: Uninstall Other Packages using WIX

2009-01-19 Thread Neil Sleightholm
Add additional Upgrade / elements referencing the old upgrade codes. Neil Neil Sleightholm X2 Systems Limited n...@x2systems.com mailto:n...@x2systems.com From: Natarajan, Thangaraj (MLITS) [mailto:thangaraj_natara...@ml.com] Sent: Mon 19/01/2009 07:21

Re: [WiX-users] Getting the version from the Assembly file

2009-01-19 Thread Neil Sleightholm
information, it is the Win32 file version information. Assembly version information is mapped to file version for your convenience and if you were so inclined you could replace it with a completely different version. I would use !(bind.fileVersion.xxx) if I were you. Neil Neil Sleightholm X2 Systems

Re: [WiX-users] Getting the version from the Assembly file

2009-01-19 Thread Neil Sleightholm
often need to upgrade in place and policy redirects don't help - they are only really useful for redirection between major versions. If you take a look in the GAC I think you will find that 90% of what Microsoft ships has different file and assembly versions. Neil Neil Sleightholm X2 Systems Limited

Re: [WiX-users] Getting the version from the Assembly file

2009-01-19 Thread Neil Sleightholm
Just a thought, you might was to consider a simple bootstrapper that wraps up the msi. You could then keep the msi filename the same but change the name of the bootstrapper exe, that way you don't break the msi rule. Neil -Original Message- From: Colin Fox [mailto:greenene...@gmail.com]

Re: [WiX-users] Conflict of Interest: InstallFiles and RemoveExistingProducts

2009-01-17 Thread Neil Sleightholm
You probably know this stuff but Bob posted some interest information here: http://www.joyofsetup.com/2008/12/30/paying-for-upgrades/ Neil -Original Message- From: vexilar [mailto:s...@sorna.com] Sent: 16 January 2009 23:56 To: wix-users@lists.sourceforge.net Subject: [WiX-users]

Re: [WiX-users] Building Wix for ja-JP

2009-01-16 Thread Neil Sleightholm
If you give it a fallback option to English it should work e.g. cultures=ja-jp;en-us. Neil Neil Sleightholm X2 Systems Limited n...@x2systems.com mailto:n...@x2systems.com From: Vidya Kukke [mailto:vku...@windows.microsoft.com] Sent: Thu 15/01/2009 23:34

Re: [WiX-users] Building Wix for ja-JP

2009-01-16 Thread Neil Sleightholm
I think there were a whole lot of translations provide by someone (possible Microsoft) in the early days of the UI but they haven't been update to include the custom actions or additions to the UI. Neil -Original Message- From: Vidya Kukke [mailto:vku...@windows.microsoft.com] Sent: 16

Re: [WiX-users] Installation problems with the weekly builds

2009-01-13 Thread Neil Sleightholm
This sounds like this problem: http://n2.nabble.com/Installer-hanging-while-doing-FileCost,-not-frequently-though.-td2116872.html#none Neil -Original Message- From: Kjartan Þór Kjartansson [mailto:kjar...@eskill.is] Sent: 13 January 2009 12:50 To: General discussion for Windows

Re: [WiX-users] Installing Files to multiple drives....

2009-01-12 Thread Neil Sleightholm
What error do you get in the MSI log files? Have you read this: http://www.tramontana.co.hu/wix/lesson5.php#5.12 What version of WiX are you using? Neil -Original Message- From: Kalvagadda, SivaKrishna (MLX Technology) [mailto:sivakrishna_kalvaga...@ml.com] Sent: 12 January 2009 15:00

Re: [WiX-users] Building signed WiX Source

2009-01-08 Thread Neil Sleightholm
Is it possible it only works because you are using an official Microsoft key and that gives permissions to load something else? They key I generated was simply done with sn -k mykey.snk is that appropriate? I'll raise a bug so this isn't lost. Neil Neil Sleightholm X2 Systems Limited n

Re: [WiX-users] Building signed WiX Source

2009-01-08 Thread Neil Sleightholm
Do you mean copy the hint paths from the 2008 project? The 2005 project doesn't have any hint paths in it. Neil Neil Sleightholm X2 Systems Limited n...@x2systems.com mailto:n...@x2systems.com From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: Thu 08/01

Re: [WiX-users] Building signed WiX Source

2009-01-08 Thread Neil Sleightholm
used in an InternalsVisibleToAttribute and the code takes advantage of this On Thu, Jan 8, 2009 at 9:48 AM, Neil Sleightholm n...@x2systems.com wrote: Is it possible it only works because you are using an official Microsoft key and that gives permissions to load something else? They key I

Re: [WiX-users] Building signed WiX Source

2009-01-08 Thread Neil Sleightholm
official build of Votive. Thanks for the reminder Simon. -Original Message- From: Neil Sleightholm [mailto:n...@x2systems.com] Sent: Thursday, January 08, 2009 09:51 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Building signed WiX Source I am not sure

Re: [WiX-users] Building signed WiX Source

2009-01-08 Thread Neil Sleightholm
But if you don't do official builds you can't run them on any machine but ones that trust the public key - not something that I think is a good idea. So, for example, if you needed a fix and it hasn't made it in to the build you would need to build an official build. I assume I must be alone in

Re: [WiX-users] Skipping License Page and Zipping a Folder

2009-01-08 Thread Neil Sleightholm
Take a look at mallow (there is v3 version here: http://neilsleightholm.blogspot.com/2008/08/mallow-for-wix-v3.html) it might do what you want. Neil -Original Message- From: Colin Fox [mailto:greenene...@gmail.com] Sent: 08 January 2009 23:45 To: General discussion for Windows Installer

<    4   5   6   7   8   9   10   11   12   13   >