Re: [WiX-users] How to: using the MSBuild to create a bootstrapper for .Net 2.0

2010-02-11 Thread Ryan O'Neill
Can you restate the problem you are having as I don't understand from the text below what your question is? -Original Message- From: Matteo Nicolotti [mailto:eversor...@hotmail.com] Sent: 11 February 2010 13:23 To: WixUsers MailingList Subject: [WiX-users] How to: using the MSBuild to

Re: [WiX-users] First user impressions and questions

2010-02-04 Thread Ryan O'Neill
Yes, a bootstrapper will do that. Have a search for the GenerateBootstrapper task in MS Build as I find that the easiest to use. On 4 Feb 2010, at 10:33, Matteo Nicolotti eversor...@hotmail.com wrote: Thanks for the advices, Is a bootstrapper able to merge in one single file both the game

Re: [WiX-users] How to install a printer?

2010-02-03 Thread Ryan O'Neill
Hi, Yes, you can install printer drivers and we've done it through C++ Custom Actions (not my choice, the code was there) although I recommend you use difx driver extensions as a printer driver is just another driver. One thing that is a right pain is driver signing so make sure you get signed

Re: [WiX-users] Multi-language, multi-platform bootstrap

2010-02-01 Thread Ryan O'Neill
It sounds like you need Burn, but it is not there yet. I had a similar problem to yours and used the MS Build GenerateBootstrapper task to create a .exe bootstrapper for each MSI output. So I had MyInstaller.[Lang].[Architecture].exe as well as MyInstaller.[Lang].[Architecture].msi. The

[WiX-users] Testing installers

2010-01-30 Thread Ryan O'Neill
button clicking via an automated script and that might take some time. Regards Ryan --- Ryan O'Neill LLP http://ryanoneill.com/ , The Old Bakery, Orleton, Ludlow, Shropshire

Re: [WiX-users] Wix 3.5 and Burn

2010-01-29 Thread Ryan O'Neill
I bothered Rob about this a week ago and he reckons it is about 2 months away from being usable. It seems to be good, but due to the lack of docs right now you'll have to get stuck into the source to understand the bootstrapper schemas. I wish I had the time to do that and contribute back.

Re: [WiX-users] Yahoo pipe for the blogs about installation

2010-01-26 Thread Ryan O'Neill
It looks interesting, but there is an error ' Pipes encountered a problem while running this pipe: malformed engine data (2)'. Did it choke on a bad blog? -Original Message- From: Yan Sklyarenko [mailto:y...@sitecore.net] Sent: 26 January 2010 14:30 To: General discussion for Windows

Re: [WiX-users] Need to install 2 products at once

2010-01-26 Thread Ryan O'Neill
Personally, I'd recommend a bootstrapper using the msbuild GenerateBootstrapper task. I've got to go to a meeting now, but if you have any questions about that approach feel free to ask and I'll pick up later. Ryan -Original Message- From: Cody Gibson [mailto:cgib...@artoftest.com]

Re: [WiX-users] Linked / relative files in referenced projects causing build to fail

2010-01-23 Thread Ryan O'Neill
because heat should never generate a Directory/@Name=.. On Sat, Jan 23, 2010 at 11:24 AM, Ryan O'Neill r...@ryanoneill.com wrote: Getting; Error 2 The Directory/@Name attribute's value, '..', is not a valid long name because it contains illegal characters. Legal long names

Re: [WiX-users] How to manually remove a permanent component

2008-10-20 Thread Ryan O'Neill
Have you tried Windows Installer cleanup utility from MS? Much nicer than MSIZap. -Original Message- From: Ben Greenberg [mailto:[EMAIL PROTECTED] Sent: 20 October 2008 16:54 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] How to manually remove a permanent

Re: [WiX-users] digitally signing (Authenticode) with WiX?

2008-10-19 Thread Ryan O'Neill
I think it is to do with the lack of a Description attribute in the Product element. -Original Message- From: chaiguy1337 [mailto:[EMAIL PROTECTED] Sent: 19 October 2008 20:41 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] digitally signing (authenticode) with wix? I'm

[WiX-users] Problems Executing a Custom Action on uninstall for a major upgrade.

2008-10-14 Thread Ryan O'Neill
Hi all, I know this has been asked numerous time and I just saw another variant of it, but I'm scratching my head here. Can someone explain the steps for a major upgrade? Is it a complete uninstall and reinstall (as I suspect). Does this mean I can't really detect when I am being properly

Re: [WiX-users] Problems Executing a Custom Action on uninstall for a major upgrade.

2008-10-14 Thread Ryan O'Neill
. Take a look at the MSI SDK about Major Upgrades. There are a few different ways to schedule Major Upgrades and there are Properties set based on your Upgrade element. -Original Message- From: Ryan O'Neill [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 14, 2008 06:43 To: 'General discussion

Re: [WiX-users] Problems Executing a Custom Action on uninstall for a major upgrade.

2008-10-14 Thread Ryan O'Neill
SDK about Major Upgrades. There are a few different ways to schedule Major Upgrades and there are Properties set based on your Upgrade element. -Original Message- From: Ryan O'Neill [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 14, 2008 06:43 To: 'General discussion for Windows Installer

Re: [WiX-users] SQL Server 2008

2008-09-22 Thread Ryan O'Neill
The only thing I can see from decoding that error is that you are trying to insert Null values into a column. Has the schema changed? I converted the error code (-2147217900) into hex (80040E14), removed the sign (80040E14) and got lots of Googles about Null insert issues (see

Re: [WiX-users] Certificate error

2008-09-04 Thread Ryan O'Neill
The error code 3 is a Win32 error for file not found. You can find win32 error codes online or in MSDN or at a dos prompt by typing 'net helpmsg 3' and it will give you the error text a lot of the time. I suggest using filemon (from MS) to see what file is being looked for and where. Ryan

Re: [WiX-users] Resolving environment variables

2008-08-31 Thread Ryan O'Neill
Special folders are fairly easy, search the WiX docs for LocalAppDataFolder and AppRootDirectory. For example; Directory Id=LocalAppDataFolder Name=LocalAppData Ryan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Meyer Sent: 31 August 2008

Re: [WiX-users] NET Client Profile = lame duck

2008-08-26 Thread Ryan O'Neill
I've not got round to trying it yet, but as for installing .Net on XP machines, my customer really wants that as there are a lot of XP machines out there still. Especially ones that do not have 3.5. So I can see that it is going to be useful for me. -Original Message- From: [EMAIL

Re: [WiX-users] SP1 for VS2008 / .Net 305 released

2008-08-14 Thread Ryan O'Neill
and it will install prerequisites and then your MSI. I tried also one full installation of 3.5 and it is painfully slow, even on XP SP2 that has no Framework installed. -Original Message- From: Ryan O'Neill [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2008 3:52 AM To: 'General

Re: [WiX-users] SP1 for VS2008 / .Net 305 released

2008-08-13 Thread Ryan O'Neill
-programmed they are. I mean, at this point I would gladly install 4 GB of code from scratch because I know it would be way faster than this 'intelligent' VS2008 SP1 + NET 3.5 SP1 upgrade. -Original Message- From: Ryan O'Neill [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2008 5:15 AM

[WiX-users] SP1 for VS2008 / .Net 305 released

2008-08-12 Thread Ryan O'Neill
I've been waiting for this so I can embed the bootstrapper into my MSI and avoid a bloaty download. http://www.theregister.co.uk/2008/08/11/visual_studio_sp1_milestone/ - This SF.Net email is sponsored by the Moblin

[WiX-users] Guidance appreciated on tidying up per machine/per user installations

2008-08-08 Thread Ryan O'Neill
Hi all, I have an app which includes a printer driver which means it needs admin access to install. As it is a printer driver it can only really be considered a 'per machine' setup as anyone could print to it. When someone uses the printer driver it creates a per user configuration file in

Re: [WiX-users] Guidance appreciated on tidying up per machine/per user installations

2008-08-08 Thread Ryan O'Neill
appreciated on tidying up per machine/per user installations Ryan O'Neill wrote: When I uninstall the app I would like to offer the option to clean these up, so I guess the uninstall from control panel needs an elevated bootstrapper (I'll have to look this up) as it would need to enumerate all users

Re: [WiX-users] Passing parameters to a VB Script function Via the VBScriptCall attribute

2008-07-30 Thread Ryan O'Neill
Alex has a good write-up on this here http://blogs.technet.com/alexshev/archive/2008/07/01/from-msi-to-wix-part-19 -the-art-of-custom-action-part-1.aspx -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dane Anderson (Volt) Sent: 30 July 2008 13:08 To:

Re: [WiX-users] WiX-users Digest, Vol 26, Issue 155 Message: 5

2008-07-30 Thread Ryan O'Neill
155 Message: 5 [EMAIL PROTECTED] wrote Message: 5 Date: Wed, 30 Jul 2008 14:13:11 +0100 From: Ryan O'Neill [EMAIL PROTECTED] Subject: Re: [WiX-users] Passing parameters to a VB Script function Via the VBScriptCall attribute To: 'General discussion for Windows Installer XML toolset

Re: [WiX-users] Failure using WiX installer certificates with WCF

2008-07-29 Thread Ryan O'Neill
I know you say you checked this, but I had this (although not WiX created) last week. I would put money on the file permissions not being correct for the WCF/IIS user to access. The error I received was the same and using 'findprivatekey.exe' from the SDK helped me locate it on disk. As I'm in

[WiX-users] DNS lookup occurring when running MSI

2008-07-29 Thread Ryan O'Neill
Hi all, Testing my installer under ZoneAlarm I can see that the MSI makes a DNS request to 205.234.175.175 which appears to be some kind of cache server. Although I've inherited this installer I have pretty much rebuilt large chunks of it and I am certain there is no DNS or internet access

Re: [WiX-users] Failure using WiX installer certificates with WCF

2008-07-29 Thread Ryan O'Neill
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan O'Neill Sent: Tuesday, July 29, 2008 5:34 AM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Failure using WiX installer certificates with WCF I know you say you checked this, but I had

Re: [WiX-users] DNS lookup occurring when running MSI

2008-07-29 Thread Ryan O'Neill
? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan O'Neill Sent: Tuesday, July 29, 2008 06:02 To: 'General discussion for Windows Installer XML toolset.' Subject: [WiX-users] DNS lookup occurring when running MSI Hi all, Testing my installer under ZoneAlarm I

Re: [WiX-users] WiX C++ Custom Action not Invoked after upgrading to VS 2008

2008-07-11 Thread Ryan O'Neill
The thing that seems obvious is that it is probably using .Net 3.0 or 3.5 as the upgrade wizard will select these for you. Check the target framework version as you might not have it on the system you are installing to. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

[WiX-users] Playing a video in the installer

2008-07-02 Thread Ryan O'Neill
Hi all, Customer wants to know if they can play a 'flash' video in the installer. I suspect it is possible but I understand I'll need to steer them to a native format for 100% compatibility (Flash has 97% of desktops I think). I've not seen anything that does this (for any format). Does

Re: [WiX-users] Playing a video in the installer

2008-07-02 Thread Ryan O'Neill
--- On Wed, 7/2/08, Ryan O'Neill [EMAIL PROTECTED] wrote: From: Ryan O'Neill [EMAIL PROTECTED] Subject: [WiX-users] Playing a video in the installer To: 'General discussion for Windows Installer XML toolset.' wix-users@lists.sourceforge.net Date: Wednesday, July 2, 2008, 5:59 AM Hi all

Re: [WiX-users] Launch internet Browser

2008-07-01 Thread Ryan O'Neill
Try this; CustomAction Id=CA_LaunchBrowser Return=asyncNoWait Property=IEXPLORE ExeCommand=http://www.blah.com/ Execute=deferred Impersonate=no / Scheduled via; /InstallExecuteSequence Custom Action=CA_HelpInstall Before=InstallFinalizeNOT

Re: [WiX-users] optionally removing AppData folders created by application, during uninstall

2008-06-27 Thread Ryan O'Neill
I've got most of this custom action already written, but I do the delete directly as I never managed to figure out linking into the RemoveFile table. Not that I put that much effort in, I was pretty wiped out after having to figure a load of C++. Do you have an example of this Rob? If so, I'll

Re: [WiX-users] Driver installation

2008-06-23 Thread Ryan O'Neill
more fussy about signed drivers. Garth Ryan O'Neill wrote: Hi all, I have a vbscript Custom Action that installs a port monitor, printer driver, printer and also sets the default printer. I'd like to migrate this to something more sturdy. I've seen notes about difxapp but not much

[WiX-users] Driver installation

2008-06-21 Thread Ryan O'Neill
Hi all, I have a vbscript Custom Action that installs a port monitor, printer driver, printer and also sets the default printer. I'd like to migrate this to something more sturdy. I've seen notes about difxapp but not much mention of it lately, is it working OK under 3.0 and would it do

Re: [WiX-users] Commercial products packaged by WiX toolset

2008-06-20 Thread Ryan O'Neill
I did this one, www.viapost.com (still working on it, but live). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Husnu Kaplan Sent: 20 June 2008 14:35 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Commercial products packaged by WiX toolset

Re: [WiX-users] Session object

2008-06-17 Thread Ryan O'Neill
I don't know why it would do that, but I'll just give you a warning based on my current experience of VB Script custom actions. Avoid them if you can. A lot of people have said not to use them (I inherited these ones) as they get blocked by anti-virus and are difficult to debug. We released

Re: [WiX-users] Session object

2008-06-17 Thread Ryan O'Neill
maybe you can tell me: is this file created automatically after compilation?, I mean: is it included in the msi file? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan O'Neill Sent: Tuesday, June 17, 2008 14:13 To: 'General discussion for Windows

Re: [WiX-users] Auto Update Question

2008-06-17 Thread Ryan O'Neill
If you find out a better way I'd love to know too. I intended to do it the way you said. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Bardon Sent: 17 June 2008 13:53 To: General discussion for Windows Installer XML toolset. Subject: Re:

Re: [WiX-users] Auto Update Question

2008-06-17 Thread Ryan O'Neill
In my opinion that is not suitable for a lot of applications. This is because it runs per user and cannot install system level components (for example, drivers etc). I imagine what Chris already has is what ClickOnce does anyway. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[WiX-users] Ensuring services are running before install and cycling services after install

2008-06-16 Thread Ryan O'Neill
Hi all, I am installing a printer driver and would like to cycle the Spooler service after an install. This is not a problem as I understand how to use the StartServices and StopServices scheduling elements in InstallExecuteSequence. The problem is that I want to ensure that the Spooler

Re: [WiX-users] How to force administrative install to INSTALLDIR

2008-06-16 Thread Ryan O'Neill
Hi, I think I know whereabouts you have a problem but I can't give you precise instructions. I suspect that what is happening is that your installdir and other properties only get set in the UI sequence, without a UI then the target directory is not set and you get it installed to the root. You

Re: [WiX-users] Uninstall without ugly UAC prompt

2008-06-13 Thread Ryan O'Neill
This is a Windows Installer issue, you can't work around it. More info @ http://blogs.msdn.com/astebner/archive/2006/12/03/uac-prompt-from-unidentifi ed-publisher-appears-when-uninstalling-msis-on-windows-vista.aspx -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

Re: [WiX-users] WiX build 3.0.4207 - missing mergmod.dll

2008-06-11 Thread Ryan O'Neill
I saw that too, a reinstall / reboot fixed mine though. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Roy Abou Assaly Sent: 11 June 2008 18:06 To: wix-users@lists.sourceforge.net Subject: [WiX-users] WiX build 3.0.4207 - missing mergmod.dll Hi, I

Re: [WiX-users] Using AssemblyVersion in the build

2008-06-09 Thread Ryan O'Neill
Ryan O'Neill wrote: Ah, I was using ?define Version=!(bind.FileVersion.MyFile) ? When it should have been ?define Version=!(bind.FileVersion.MyFile) ? Hmmm, I'd say either should work. Can you open a bug that includes the error message you got? -- sig://boB http://joyofsetup.com

Re: [WiX-users] A bit of info on CA data utility functions?

2008-06-09 Thread Ryan O'Neill
Not quite sure of your question, but the following may be of help. My understanding is that deferred custom actions cannot read the normal MSI properties and can only access data through the CustomActionData property. This is because they are run outside the scope of the UI in a separate

Re: [WiX-users] A bit of info on CA data utility functions?

2008-06-09 Thread Ryan O'Neill
); This DLL CA is scheduled right before the deferred MyCAName action. On the other side, in MyCAName action I can read stored strings and integers in the order that I've written them. So it does what is reasonable to expect from it. Thanks, Tony -Original Message- From: Ryan O'Neill [mailto

Re: [WiX-users] How to detect if .NET framework 2.0 or higher is installed

2008-06-08 Thread Ryan O'Neill
I think that's what he said. It will detect .Net 2.0 or greater, so 2.0, 3.0, 3.5 and 4.x will be covered as any future .Net installation is backwards compatible and has the previous runtimes installed too. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [WiX-users] What kind of How To docs would you like to see?

2008-06-06 Thread Ryan O'Neill
Bootstrappers - how to and why. Seems a very common question. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Neil Enns Sent: 05 June 2008 22:05 To: wix-users@lists.sourceforge.net Subject: [WiX-users] What kind of How To docs would you like to see?

Re: [WiX-users] Problem with drop v3.0.4206.0

2008-06-06 Thread Ryan O'Neill
Ah, if you look at the last three characters in the public key you can see why. PublicKeyToken=ce35f76fcda82bad' Sorry, that just tickled me! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christopher Karper Sent: 06 June 2008 20:48 To: General

Re: [WiX-users] Using AssemblyVersion in the build

2008-06-05 Thread Ryan O'Neill
discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Using AssemblyVersion in the build Ryan O'Neill wrote: Browsing the docs I found the Binder variables and one for bind.assemblyVersion.FileID, it looks like I can't use it in the same way as normal properties though as it gets

[WiX-users] Using AssemblyVersion in the build

2008-06-04 Thread Ryan O'Neill
Browsing the docs I found the Binder variables and one for bind.assemblyVersion.FileID, it looks like I can't use it in the same way as normal properties though as it gets evaluated after the WiX XML has been parsed. Has anyone had any experience of using this? I am trying to set a ProductVersion

Re: [WiX-users] Votive unable to reference C++ projects?

2008-06-03 Thread Ryan O'Neill
Not supported right now. I believe that there are plans but it is just low down on the list. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Zemanek Sent: 03 June 2008 09:20 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Votive unable to

Re: [WiX-users] Error in v3 with extended permission element

2008-06-03 Thread Ryan O'Neill
Does this help? It looks likely. http://www.mail-archive.com/wix-users@lists.sourceforge.net/msg03327.html I think you just have to change http://schemas.microsoft.com/wix/UtilExtension to http://schemas.microsoft.com/wix/Util Ryan -Original Message- From: [EMAIL PROTECTED]

Re: [WiX-users] ARPSYSTEMCOMPONENT and permissions to uninstall

2008-06-02 Thread Ryan O'Neill
Have you checked for open file handles and registry access via the msiexec logging? Probably not that but I'd check there first myself. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Daintree Sent: 02 June 2008 11:15 To: General discussion for

Re: [WiX-users] VC9 runtime MSMs

2008-06-02 Thread Ryan O'Neill
I've got the following in my WiX source because of this with VC8. !-- The following two merge references cause a lot of ICE validation warnings but can be ignored according to: http://blogs.msdn.com/astebner/archive/2007/02/13/building-an-msi-using-wix-

[WiX-users] Querying component state on major upgrade

2008-05-29 Thread Ryan O'Neill
I have an installer that does an upgrade for every build, part of the installation is to install a printer. The custom action that installs the printer has a condition 'NOT Installed' which is ignored (or not working as I would expect). Am I correct in thinking that because I am doing an

Re: [WiX-users] Trouble using CloseApplication CA

2008-05-28 Thread Ryan O'Neill
That may not be a custom action problem at all. I regularly run VS as admin under Vista and you can't even drag a file from the desktop and drop it in to VS as it blocks you. I think these processes are protected under Vista so that they are not easily exploitable by trojans trying to escalate

Re: [WiX-users] WIX GUI

2008-05-23 Thread Ryan O'Neill
Try WixAware. I think SharpDevelop (free) has a designer in there too, I may be mistaken though. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Meftah Tayeb Sent: 22 May 2008 23:10 To: wix-users@lists.sourceforge.net Subject: [WiX-users] WIX GUI Hi, Please Help Me: i am

[WiX-users] Removing dialog causes error 2707

2008-05-23 Thread Ryan O'Neill
I had a working solution but the customer wanted to replace the WelcomeForm dialog with a LicenceForm dialog. After doing this and changing all references from one to the other, I get a 2707 error when I try to use the disk cost button. This is a fully customised UI. Any pointers as to

Re: [WiX-users] wix mailing lists open to public = more spam

2008-05-22 Thread Ryan O'Neill
I always found SourceForge a pain to signup for, but that could just be me. Does CodePlex have a better forum facility? Maybe too much work just to get rid of spammers. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Mensching Sent: 22 May 2008 15:41

Re: [WiX-users] Vista UAC warning when setup runs

2008-05-21 Thread Ryan O'Neill
I wouldn't know about that but my hunch is to say you can't. Otherwise malware creators could imply trustworthy software by changing the icon. From: John Lister [mailto:[EMAIL PROTECTED] Sent: 21 May 2008 12:40 To: Ryan O'Neill; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Vista

Re: [WiX-users] Vista UAC warning when setup runs

2008-05-20 Thread Ryan O'Neill
Hi John, The first problem with the random digits is due to you not adding the proper name when signing the package. My Votive is playing up right now so I can't see the post build event parameters for signing but I think it is the Description option when using signtool.exe. The second

Re: [WiX-users] Device Driver Installation

2008-04-26 Thread Ryan O'Neill
Driver Kit (WDK), Windows Logo Kit (WLK) and Windows Driver Framework (WDF) in the list, and click Apply Now 4. You should now have a connection to download the DDK On Fri, Apr 25, 2008 at 11:15 AM, Ryan O'Neill [EMAIL PROTECTED] wrote: You need to join a specific connect programme, it is not very

Re: [WiX-users] Device Driver Installation

2008-04-25 Thread Ryan O'Neill
You need to join a specific connect programme, it is not very easy to find your way around but it won't cost you any money. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anthony Mahieu Sent: 25 April 2008 16:20 To: wix-users@lists.sourceforge.net; [EMAIL PROTECTED] Subject:

Re: [WiX-users] wix mailing lists open to public = more spam

2008-04-23 Thread Ryan O'Neill
To be honest, I never realised that you did not need an account to post before now. I think a lot of people expect it to work that way. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Hamflett Sent: 23 April 2008 09:17 To:

Re: [WiX-users] Question about variables

2008-04-23 Thread Ryan O'Neill
should have been uppercase, my mistake (obviously). From: Jim Williams [mailto:[EMAIL PROTECTED] Sent: 22 April 2008 17:35 To: Ryan O'Neill; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Question about variables The dollar sign ($) on the front of the component name MyVbsCa

[WiX-users] Question about variables

2008-04-22 Thread Ryan O'Neill
I'm decoding someone else's setup and it has the following custom action definition; CustomAction Id=CA_ActionId FileKey=MyVbsCa.vbs VBScriptCall= Execute=deferred / ... Component Id=MyVbsCa Guid=GUID_GOES_HERE File Id=MyVbsCa.vbs Name=MyVbsCa.vbs KeyPath=yes Vital=yes

Re: [WiX-users] Question about variables

2008-04-22 Thread Ryan O'Neill
Thanks for that, just what I was looking for. From: Chad Petersen [mailto:[EMAIL PROTECTED] Sent: 22 April 2008 16:49 To: Ryan O'Neill; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Question about variables I believe this web link should be a good reference for the $ operator

Re: [WiX-users] Question about variables

2008-04-22 Thread Ryan O'Neill
Makes a lot more sense now, thank you. From: Jim Williams [mailto:[EMAIL PROTECTED] Sent: 22 April 2008 17:35 To: Ryan O'Neill; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Question about variables The dollar sign ($) on the front of the component name MyVbsCa means to use

Re: [WiX-users] wix mailing lists open to public = more spam

2008-04-22 Thread Ryan O'Neill
At the current levels it is a minor annoyance for me, but we all know it will get a lot worse at which point I will have a problem with it. Is there nothing that SourceForge can do? I would have hoped that they would be working on reducing the levels of spam. -Original Message- From:

Re: [WiX-users] Need installed files before install finalizes

2008-04-21 Thread Ryan O'Neill
Could you embed the executable into the Binary table and then call it via a custom action from there? WiX / MSI will handle the unpacking to a temporary file and execute it. I can't find a good link right now but I think it is along the lines of; 1) Create a Binary element and point that to the

Re: [WiX-users] Recursive folder deletion

2008-04-20 Thread Ryan O'Neill
Dimmick [mailto:[EMAIL PROTECTED] Sent: 20 April 2008 21:27 To: 'Ryan O'Neill'; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Recursive folder deletion That folder is the folder you get when you use Isolated Storage in .NET 2.0. I'd have to say that an application installed

Re: [WiX-users] Setting Order of Icons

2008-04-18 Thread Ryan O'Neill
I think there is, but it would probably be a hack. If you think about how your start menu gets populated over time, it keeps an odd order (not alphabetical) until you right click in there and do 'sort by name'. So something adds them out of order, but on Vista things are ordered by default

Re: [WiX-users] Recursive folder deletion

2008-04-17 Thread Ryan O'Neill
00:47 To: Ryan O'Neill; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Recursive folder deletion Or you could write the NukeFolder CustomAction and contribute it to the community the way Bob would (will?) when he had time. smile/ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

Re: [WiX-users] Recursive folder deletion

2008-04-17 Thread Ryan O'Neill
April 2008 16:29 To: Ryan O'Neill Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Recursive folder deletion Ryan O'Neill wrote: This means that I get a folder named MyApp_StrongName_657235673256732765 which changes each time I compile as the hash changes too. I know the parent

Re: [WiX-users] Recursive folder deletion

2008-04-17 Thread Ryan O'Neill
for deleting read-only files (default). // TODO: Handle error return. DeleteDirectory(szDirectoryToDelete); return ERROR_SUCCESS; } From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: 17 April 2008 15:31 To: Ryan O'Neill Cc: wix-users@lists.sourceforge.net Subject: Re

Re: [WiX-users] Project references to unmanaged DLLs

2008-04-17 Thread Ryan O'Neill
Thanks, I kind of expected that. Seeing as it has taken me a day to write a non working function in C++ J From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Justin Rockwood Sent: 17 April 2008 18:08 To: 'Ryan O'Neill'; wix-users@lists.sourceforge.net Subject: Re: [WiX-users

Re: [WiX-users] how to create strangely named database

2008-04-16 Thread Ryan O'Neill
I don't know WiX that well, but I know SQL. It might be that you are connecting under a different user profile. For example, the script in .sql could be attempting to change to a database that it does not have permission on or is not accessible by DNS from the installing machine. Also, you may

[WiX-users] Recursive folder deletion

2008-04-16 Thread Ryan O'Neill
I'm adding a cleanup routine to the installer we have and the .Net framework is making it difficult by adding a folder under AppData that is based on the strong name of the assembly. This means that I get a folder named MyApp_StrongName_657235673256732765 which changes each time I compile as the

Re: [WiX-users] Recursive folder deletion

2008-04-16 Thread Ryan O'Neill
Looks like it is the dreaded vbscript for now then. From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: 16 April 2008 16:29 To: Ryan O'Neill Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Recursive folder deletion Ryan O'Neill wrote: This means that I get a folder named

[WiX-users] ngen confusion

2008-04-10 Thread Ryan O'Neill
I have one exe and four dlls (all .net) which I have ngenned into the GAC. The docs state that when I run my main exe the CLR will look for an ngenned version and use that if it is OK to do so. The conceptual problem I have is that the executable is now in the GAC and not in the program

Re: [WiX-users] ngen confusion

2008-04-10 Thread Ryan O'Neill
Assembly=.net AssemblyManifest=MyExe.exe DiskId=1 Source=MyExe.exe / /Component To install to both places? Regards Ryan From: Christopher Painter [mailto:[EMAIL PROTECTED] Sent: 10 April 2008 16:22 To: Ryan O'Neill; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] ngen

Re: [WiX-users] ngen confusion

2008-04-10 Thread Ryan O'Neill
. Regards Ryan From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan O'Neill Sent: 10 April 2008 16:30 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] ngen confusion Thanks Chris. I've been reading that on and off for a couple of weeks now, I think I got

Re: [WiX-users] ngen confusion

2008-04-10 Thread Ryan O'Neill
I found this in the end (http://blogs.msdn.com/heaths/archive/2006/09/20/Installing-Assemblies-for-R untime-and-Design_2D00_time-Use.aspx ). I don't fix WiX intuitive or easy to use at the best of times. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan O'Neill Sent: 10

Re: [WiX-users] Unable to force upgrade

2008-03-05 Thread Ryan O'Neill
: si [mailto:[EMAIL PROTECTED] Sent: 05 March 2008 07:44 To: Ryan O'Neill Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Unable to force upgrade Hi Ryan, I did not change the ProductId I think you need to change this, otherwise the 'another version of this product is already

Re: [WiX-users] Forums

2008-03-04 Thread Ryan O'Neill
I use Nabble too, but only because Google finds it and SourceForge falls over every time I try to do a search. This is the main issue I have with WiX, where to find decent samples and check if a question has already been asked. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

[WiX-users] Unable to force upgrade

2008-03-04 Thread Ryan O'Neill
In my attempts to force an application to uninstall completely before being reinstalled (major upgrade) I have followed the instructions here (http://www.tramontana.co.hu/wix/lesson4.php) and I keep getting 'another version of this product is already installed'. I've kind of inherited this

Re: [WiX-users] Unable to force upgrade

2008-03-04 Thread Ryan O'Neill
? - Do you schedule a RemoveExistingProducts action in the InstallExecutesequence? - Do you use custom action to prevent downgrading? Regard, Alex From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan O'Neill Sent: Tuesday, March 04, 2008 7:27 AM To: wix

Re: [WiX-users] Unable to force upgrade

2008-03-04 Thread Ryan O'Neill
] On Behalf Of Ryan O'Neill Sent: Tuesday, March 04, 2008 7:27 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Unable to force upgrade In my attempts to force an application to uninstall completely before being reinstalled (major upgrade) I have followed the instructions here (http

Re: [WiX-users] Service @vista

2008-02-15 Thread Ryan O'Neill
I think it is highly unlikely that the problem is from the MSI/WiX and more to do with an environment issue such as user permissions or missing libraries (different versions of Vista will have different base software and this will affect the libraries shipped with the system). It looks like your

Re: [WiX-users] Understanding per user/machine level registry restriction.

2008-02-06 Thread Ryan O'Neill
That worked Bob, thanks. From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: 02 February 2008 19:08 To: Ryan O'Neill Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Understanding per user/machine level registry restriction. Ryan O'Neill wrote: The following XML generates

[WiX-users] Understanding per user/machine level registry restriction.

2008-02-01 Thread Ryan O'Neill
Hi all, I know there is plenty of documentation about the following, but having read it I just cannot get my head round it or figure out a workaround. The following XML generates an ICE57 error, I know I have to move the registry component out to a 'per user component' but I can't figure

[WiX-users] Possible bug with ICE31

2008-01-30 Thread Ryan O'Neill
Building with WiX v3 against the following causes an ICE31 error (which is warning LGHT1076 : ICE31: Text Style tag in xxx.yyy has no effect. Do you really want it to appear as text?) Control Id=blah Type=Edit X=1 Y=1 Width=20 Height=16 Property=MyProp Text={48}{\TS_MS_Sans_Serif_9}

Re: [WiX-users] Possible bug with ICE31

2008-01-30 Thread Ryan O'Neill
Thanks Bob. From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: 30 January 2008 15:46 To: Ryan O'Neill Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Possible bug with ICE31 Ryan O'Neill wrote: Control Id=blah Type=Edit X=1 Y=1 Width=20 Height=16 Property=MyProp Text

Re: [WiX-users] V3 build errors

2008-01-20 Thread Ryan O'Neill
Hey Rippo, I think you need to include the .wixlib files in the linking phase (candle.exe). Can't quite remember the syntax but something like candle.exe -l sqlextension.wixlib etc From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Richard Wilde Sent: 20 January 2008 09:46 To:

Re: [WiX-users] Votive v3 Build Output Progress

2008-01-20 Thread Ryan O'Neill
Does it not capture the output if you set the build verbosity (did I make that word up) in VS higher? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christopher Painter Sent: 20 January 2008 13:40 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Votive v3 Build Output

[WiX-users] Installing non-permanent DLL to system32

2008-01-17 Thread Ryan O'Neill
I have two DLLs which comprise a printer port monitor and according to the SDK must be installed in system32. Doing this generates an ICE09 warning which is 'ICE09: Component: xxx is a non-permanent system component'. I can see why it does this and it looks like I'll just have to ignore this

Re: [WiX-users] COM registration problems

2007-12-12 Thread Ryan O'Neill
That happened to me too, but I shut up because I thought there must be a better way and I was about to be educated. :) Tobias Holm wrote: Thanks for your attention! The problem was that the typelib´s of some comvisible assemblies were not registered. I thought that tallow would extract this

  1   2   >