Re: [WiX-users] unhandled exception in light

2014-07-01 Thread Simon Topley
some third party software on the build server. More news as it comes -Original Message- From: Carter Young [mailto:ecyo...@grandecom.net] Sent: 27 June 2014 17:13 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] unhandled exception in light That might do it... Quoting Simon T

Re: [WiX-users] unhandled exception in light

2014-06-27 Thread Simon Topley
Although I have just found some localisation code in some old IIS ui code we... borrowed from a web example. I'd removed all of the loc.blah values and replaced with hardcoded strings, but missed one. -Original Message- From: Simon Topley [mailto:simon.top...@innovyze.com] Sen

Re: [WiX-users] unhandled exception in light

2014-06-27 Thread Simon Topley
lues. Windows Codepages are 8-bit encoding, but Unicode is now,at least on my linux box, UTF-8. UTF-8(WiX) and Windows(CodePages) are not equal, as you have found out. See: http://en.wikipedia.org/wiki/Unicode_in_Microsoft_Windows Carter Quoting Simon Topley : > When I say yes we are lo

Re: [WiX-users] unhandled exception in light

2014-06-27 Thread Simon Topley
http://www.fileformat.info/info/unicode/char/D1D9/index.htm Are you localizing an installer?? Carter Quoting Simon Topley : > Hello all, > > We are seeing this same issue on windows 2012, using wix 3.8, same in > 3.7. It's been going on for around 6 months and I'm out of ideas about > wh

Re: [WiX-users] unhandled exception in light

2014-06-27 Thread Simon Topley
Character, See: http://www.fileformat.info/info/unicode/char/D1D9/index.htm Are you localizing an installer?? Carter Quoting Simon Topley : > Hello all, > > We are seeing this same issue on windows 2012, using wix 3.8, same in > 3.7. It's been going on for around 6 months and

[WiX-users] unhandled exception in light

2014-06-27 Thread Simon Topley
Hello all, We are seeing this same issue on windows 2012, using wix 3.8, same in 3.7. It's been going on for around 6 months and I'm out of ideas about what to do about it. I see a bug was raised for this but I can't find it on the bug tracking system (3310378). I've not managed to attach a deb

Re: [WiX-users] Shortcut highlight in start mune post install

2012-05-10 Thread Simon Topley
] Shortcut highlight in start mune post install This may shed some light on how/why some things are highlighted and other things are not. http://blogs.msdn.com/b/oldnewthing/archive/2005/11/24/496690.aspx -Original Message----- From: Simon Topley [mailto:simon.top...@innovyze.com] Sent: Wedn

[WiX-users] Shortcut highlight in start mune post install

2012-05-09 Thread Simon Topley
Hello all, I have a number of shortcuts I add to the start menu during installation, however only one of them in highlighted to the user as a new application post install. Is there any way to explicitly control which shortcuts are highlighted? Simon Disclaimer: This electronic communication an

Re: [WiX-users] Feature condition evaluation

2011-01-26 Thread Simon Topley
and the problem was... I was only testing the checkbox after installing then doing a "change" install. so the "Not Installed" was stopping it from working. Thanks for your help everyone, I knew it had to be simple Simon -Original Message- From: Simon Topl

Re: [WiX-users] Feature condition evaluation

2011-01-26 Thread Simon Topley
ill be the same as 'Root', and 'Root' will be installed if any of 5 features will be installed). But in this case you will need to show 'Root' feature to user. Maksim -Original Message- From: Simon Topley [mailto:simon.top...@mwhsoft.com] Sent: Wednesday,

Re: [WiX-users] Feature condition evaluation

2011-01-26 Thread Simon Topley
igT>2 although I'm sure it won't work.. I'll try it. -Original Message- From: Simon Topley [mailto:simon.top...@mwhsoft.com] Sent: 26 January 2011 10:14 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Feature condi

Re: [WiX-users] Feature condition evaluation

2011-01-26 Thread Simon Topley
Upgrade table). In other words, you can do this: and that will not effect in the least the usage of Feature C in your other unrelated product (except for the fact that you will likely be sharing Feature C's components, which from your explanations I understand to be your intent). -Blair ---

[WiX-users] Feature condition evaluation

2011-01-24 Thread Simon Topley
Afternoon all, SO I'm back trying to tackle this issue with my SetProperty after Costfinalize. The property is set correctly, but nothing now seems to respond to it. MSI (s) (3C:98) [04:37:53:630]: Doing action: SetCONFIGREQUIRED Action 04:37:53: SetCONFIGREQUIRED. Action start 04:37:53: SetCON

[WiX-users] feature and UI control responding to Property

2011-01-21 Thread Simon Topley
Hello again all, I thought I'd start a fresh topic as I now have a new issue. I set a property to be "1" if a feature is being installed before "InstallValidate". The log shows this property is being set correctly. I have 2 other features that are hinged from this property that both don't get i

Re: [WiX-users] Set property from feature

2011-01-21 Thread Simon Topley
Thank you Maksim the property is now being set correctly. Sadly my other features and the checkbax are ignoring the value anyway :( Maybe one for next week . -Original Message- From: Simon Topley [mailto:simon.top...@mwhsoft.com] Sent: 21 January 2011 11:57 To: General discussion for

Re: [WiX-users] Set property from feature

2011-01-21 Thread Simon Topley
a! I see, the "sequence" can be both, ui or execute, sorry I just assumed is was a number! I'll try this.. Thanks for your patience Maksim -Original Message----- From: Simon Topley [mailto:simon.top...@mwhsoft.com] Sent: 21 January 2011 11:47 To: General discussion for Wi

Re: [WiX-users] Set property from feature

2011-01-21 Thread Simon Topley
costFinalize maybe too early since the user has'n yet selected which features they want, but it is the only one I can us with getting " light.exe : error LGHT0001 : Found an ActionRow with a non-existent Before action." -Original Message----- From: Simon Topley [m

Re: [WiX-users] Set property from feature

2011-01-21 Thread Simon Topley
signment is scheduled in both the InstallUISequence and the InstallExecuteSequence. The default is both. Features' selection is independent for non-parent/child features. Maksim -Original Message- From: Simon Topley [mailto:simon.top...@mwhsoft.com] Sent: Friday, January 21, 2011 2:12 PM To:

Re: [WiX-users] Set property from feature

2011-01-21 Thread Simon Topley
ginal Message- From: Simon Topley [mailto:simon.top...@mwhsoft.com] Sent: Thursday, January 20, 2011 7:05 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Set property from feature I also seem to get 2 log entries for the same thing: Action ended 08:

Re: [WiX-users] Set property from feature

2011-01-21 Thread Simon Topley
ve to run SetProperty before your dialog with checkbox is shown. Maksim -Original Message- From: Simon Topley [mailto:simon.top...@mwhsoft.com] Sent: Thursday, January 20, 2011 7:05 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Set property from fe

Re: [WiX-users] Set property from feature

2011-01-21 Thread Simon Topley
f have one feature hinged off another, or the condition statement is screwed. -Original Message- From: Simon Topley [mailto:simon.top...@mwhsoft.com] Sent: 21 January 2011 09:11 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Set property from feature

Re: [WiX-users] Set property from feature

2011-01-21 Thread Simon Topley
RED=1) gives me a checkbox when i wouldn't expect it, and doesn't give me one when I would expect it. The feature I wish to exclude is never installed: NOT CONFIGREQUIRED=1 -Original Message----- From: Simon Topley [mailto:simon.top...@mwhsoft.com] S

Re: [WiX-users] Set property from feature

2011-01-20 Thread Simon Topley
e bonkers... more so -Original Message- From: Simon Topley [mailto:simon.top...@mwhsoft.com] Sent: 20 January 2011 15:45 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Set property from feature tell me about it. I've just tried $cWIAServices=3 and I still

Re: [WiX-users] Set property from feature

2011-01-20 Thread Simon Topley
mc.com] Sent: 20 January 2011 15:01 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Set property from feature Conditions $cWIAServices=3 and &feWIA=3 should work correctly. Maksim -Original Message- From: Simon Topley [mailto:simon.top...@mwhsoft.com] Sent: Thursday, Jan

Re: [WiX-users] Set property from feature

2011-01-20 Thread Simon Topley
just to clarify that this doesn't work for me if I use the component state instead of the feature state Simon -Original Message- From: Simon Topley Sent: 19 January 2011 18:10 To: 'wix-users@lists.sourceforge.net' Subject: RE: Set property from feature sorry the first o

Re: [WiX-users] Set property from feature

2011-01-19 Thread Simon Topley
ot being installed. Simon -Original Message- From: Simon Topley Sent: 19 January 2011 17:50 To: wix-users@lists.sourceforge.net Subject: Set property from feature Hello all, I have a simple problem with WIX 3.0 but I just can't solve it. I have a feature "feWIA" and I wish to set a

[WiX-users] Set property from feature

2011-01-19 Thread Simon Topley
Hello all, I have a simple problem with WIX 3.0 but I just can't solve it. I have a feature "feWIA" and I wish to set a property to "1" when it is selected to be installed. I've tried just about every combination I can think of but they always result in the property being set incorrectly when i

Re: [WiX-users] Windows service installation error

2010-07-26 Thread Simon Topley
the error message maybe incorrect, remove the start=install part and attempt to start it post install manually... it maybe that the service is dependent on a file that is not yet installed (.net or CRT etc) -Original Message- From: rahul.ekb...@sungard.com [mailto:rahul.ekb...@sungard.co

Re: [WiX-users] Uninstall list icon

2010-07-26 Thread Simon Topley
d Office - Helix Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -Original Message- From: Simon Topley [mailto:simon.top...@mwhsoft.com] Sent: 26 July 2010 10:53 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Uninstall list icon Hello all, A simple one h

[WiX-users] Uninstall list icon

2010-07-26 Thread Simon Topley
Hello all, A simple one here (the question I mean). Since I've moved across to WIX 3 my applications no longer have an icon in the uninstall list in windows7 (and maybe others). They just have the default .exe one, not even the MSI icon, an ideas? I have an icon specified in each product.. Sim

[WiX-users] SETUPBLD and BURN, multiple uninstalls

2010-07-23 Thread Simon Topley
Hi Team, It's been a while. I've recently given up on trying to find ways to trick the installer into working where a service needs to be started that relies on a copy of the CRT or .NET that the installer has to put on..An age old tale of mystery. I've finally produced a bootstrapped installe

Re: [WiX-users] ServiceInstall Wix 2 VB.NET

2009-12-15 Thread Simon Topley
Hello again all, It turns out that I didn't have the .exe set as the keypath for the component. drat! Simon -Original Message- From: Simon Topley Sent: 15 December 2009 14:43 To: wix-users@lists.sourceforge.net Subject: ServiceInstall Wix 2 VB.NET Hello all, I've been

[WiX-users] ServiceInstall Wix 2 VB.NET

2009-12-15 Thread Simon Topley
Hello all, I've been trying to convince WIX 2 to install and start a VB.NET service. We have one in C# that uses the same settings and that starts with no issues. If i take the VB.NET service and install it on the host machine manually (using SC Create blah blah) it installs and starts with no iss

Re: [WiX-users] SQLScript

2009-11-16 Thread Simon Topley
I found another solution, a bit ugly but it seems to work. I'm using QtExecCmdLine to run sqlcmd.exe with all of the relevant info. Might be useful to others. Simon -Original Message- From: Simon Topley Sent: 16 November 2009 09:25 To: wix-users@lists.sourceforge.net Subjec

Re: [WiX-users] SQLScript

2009-11-16 Thread Simon Topley
Cheers Rob, I may fix it for you if I can't find another solution. MDF files are out as there are issues between versions of SQL server apparently. Simon Disclaimer: This electronic communication and its attachments may contain confidential, proprietary and/or legally privileged information whic

[WiX-users] SQL DB from MDF file

2009-11-13 Thread Simon Topley
sorry to be so verbose everyone, I misunderstood the use of the SqlFileSpec element, looks more like it's supposed to be used to specify where you want the mdf file for that database to be stored.. obvious if you think about it. So I'll rephrase my question, assuming there is no easy way to speed u

Re: [WiX-users] SQLScript

2009-11-13 Thread Simon Topley
ust 2 files and the database details in the parent sqldatabase element: Is this how they are expected to be used? -Original Message----- From: Simon Topley Sent: 13 November 2009 15:07 To: 'wix-users@lists.sourceforge.net' Subject:

Re: [WiX-users] SQLScript

2009-11-13 Thread Simon Topley
27;ve split the file up it 3mb files and they seem to work although the time required seems to be huge compared to just running the sql scripts from within SQL server management studio. is this a known issue? -Original Message----- From: Simon Topley Sent: 13 November 2009 09:5

[WiX-users] SQLScript

2009-11-13 Thread Simon Topley
Hello again team, I've got another issue with some SQL scripts I'm trying to run. I have a large collection of scripts all of them work as they each refer to a specific databasehowever I have one big script that updates tables in multiple databases so I can't put it in one specific SqlDatabase

[WiX-users] Event Source in WIX 2.0

2009-11-11 Thread Simon Topley
Howdy all, I'm back on installers for a week or so as we are attempting to make a release of a new piece of software from a company we've recently bought. I'm pulling my hair out over this event source issue. I can see a solution to my creation of an event source issue for WIX 3.0 as part of the u

Re: [WiX-users] WiX-users Digest, Vol 40, Issue 129

2009-10-07 Thread Simon Topley
cancelled. Error: 1168 MSI (s) (7C:78) [07:56:43:783]: Product: 'ISRM_S' -- Error 1920. Service 'ISRM_S' (ISRM_S) failed to start. Verify that you have sufficient privileges to start system services. -----Original Message- From: Simon Topley Sent: 07 October 2009 15:06 To: w

Re: [WiX-users] WiX-users Digest, Vol 40, Issue 129

2009-10-07 Thread Simon Topley
error being an install error, a start error, stop error etc. Phil Wilson -Original Message- From: Simon Topley [mailto:simon.top...@wallingfordsoftware.com] Sent: Monday, September 28, 2009 3:37 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Network Service Install Hell

Re: [WiX-users] Vista UAC for custom actions

2009-09-30 Thread Simon Topley
Hello again, still no progress on this I'm afraid, I have found ways to add an event log source using wix 3.0, but nothing in wix 2... maybe its' time i just bite the bullet and switched across to WIX 3 Simon -Original Message----- From: Simon Topley Sent: 28 September 2009 15:

Re: [WiX-users] Maskedit Whitespace

2009-09-29 Thread Simon Topley
an Brand Deployment consultant E-Mail: sebast...@instyler.com Instyler Setup - Creating WiX-based MSI installations, elegantly. http://www.instyler.com -Original Message- From: Simon Topley [mailto:simon.top...@wallingfordsoftware.com] Sent: Tuesday, September 29, 2009 11:07 To: wix-u

[WiX-users] Maskedit Whitespace

2009-09-29 Thread Simon Topley
Good morning all, What a wonderful day it is here, a perfect day for some more installer coding. Today's issue (along with yesterdays 2 issue that are still driving me crazy) is whitespace, I have a maskededit control that takes a numeric input as I need to force the user to input numbers only. Th

[WiX-users] Vista UAC for custom actions

2009-09-28 Thread Simon Topley
Hello agian, still me. I was testing the issue I'm having with permissions on service installs on my vista system and i came across another issue. When I attempt to run a command using QtExec I get an access denied error. I've tried to make it a deferred custom action as this has been recommended

[WiX-users] Network Service Install

2009-09-28 Thread Simon Topley
Hello again ya'll, So I'm still having issues with the new set of installer I'm putting together specifically the installation of a Network Service. My dev system is a x64 XP and i can get it to work fine on this with: However this fails if i try it on a 32 bit XP install. the same can be said

Re: [WiX-users] Ping Server from dialog

2009-09-23 Thread Simon Topley
to do. -Original Message- From: Blair [mailto:os...@live.com] Sent: 23 September 2009 00:40 To: Simon Topley Subject: RE: [WiX-users] Ping Server from dialog >From the POV of Windows Installer, an action succeeds or fails. It is up to the action if it wants to set properties instead. >From

Re: [WiX-users] Ping Server from dialog

2009-09-22 Thread Simon Topley
s is not consistent as the custom actions are smashing into each other because they are async. -Original Message- From: Simon Topley Sent: 22 September 2009 16:17 To: 'wix-users@lists.sourceforge.net' Subject: RE: Ping Server from dialog I've triggered it from the dialog u

Re: [WiX-users] Ping Server from dialog

2009-09-22 Thread Simon Topley
all, is there a way to specify what property should be used by CAQuietExec? Simon -Original Message----- From: Simon Topley Sent: 22 September 2009 15:31 To: wix-users@lists.sourceforge.net Subject: RE: Ping Server from dialog Ok I have it running ping using CAQuietExec, I think this maybe a st

Re: [WiX-users] Ping Server from dialog

2009-09-22 Thread Simon Topley
Ok I have it running ping using CAQuietExec, I think this maybe a step in the right direction. I just need to deal with triggering it from a dialog button click and capturing the return value to inspect, so I can display an appropriate message. NOT Installed

[WiX-users] Ping Server from dialog

2009-09-22 Thread Simon Topley
Hi Guys, long time no see. We recently bought a company and I've been tasked with creating an installer for their products. oh joy. One thing they wish to do is use the installer to do all the work a config tool could. So during installation we want to collect servers and port numbers and test t

[WiX-users] Ping Server from dialog

2009-09-22 Thread Simon Topley
Hi Guys, long time no see. We recently bought a company and I've been tasked with creating an installer for their products. oh joy. One thing they wish to do is use the installer to do all the work a config tool could. So during installation we want to collect servers and port numbers and test th

Re: [WiX-users] Disk usage

2009-03-10 Thread Simon Topley
All my Love Simon -- Message: 3 Date: Sun, 15 Feb 2009 19:21:43 -0800 From: Bob Arnson Subject: Re: [WiX-users] Disk usage To: "General discussion for Windows Installer XML toolset." Message-ID: <4998dbc7.5010...@joyofsetup.com> Content-Type: text/plain; charset=ISO-8859-

[WiX-users] Disk usage

2009-02-12 Thread Simon Topley
Howdy all, I'm sure this is old ground but we have many features in our installer that are hidden, so when users are installing they see the disk usage for our one feature that isn't hidden and notice that the size is very small. Is there some sort of hack to trick the installer into sizing up eve

Re: [WiX-users] condition on a feature, greater than or equal

2009-01-21 Thread Simon Topley
and more useful but that's not in development anywhere. So, you need to do something to tweak the DWORD into a number (sadly, I think that means CustomAction). -Original Message- From: Simon Topley [mailto:simon.top...@wallingfordsoftware.com] Sent: Tuesday, January 20,

[WiX-users] condition on a feature, greater than or equal to

2009-01-20 Thread Simon Topley
Hello all, its' been a very long time since I checked in here. I've joyfully had an issue with our installers of late that should be simple to solve... only I can't solve it. The situation is this, our clients install many versions of our software new and old and run them concurrently. We also shi

Re: [WiX-users] Vista registry virtualization

2008-03-06 Thread Simon Topley
Thanks again Bob, using the right WiX elements seems to have done the trick. All this registry hardcoded lark was added while I was on holiday, I take no responsibility! Simon -Original Message- From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: 05 March 2008 05:12 To: Simon Topley Cc

Re: [WiX-users] Vista registry virtualization

2008-03-05 Thread Simon Topley
Simon Topley Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Vista registry virtualization Simon Topley wrote: > I suspect that I am registering the interfaces incorrectly. I'm adding > all of the details manually (CLSID, TYPELIB blah blah blah) maybe > there is a COM reg

[WiX-users] Vista registry virtualization

2008-03-04 Thread Simon Topley
Hello all, We have recently been having issues with our COM interface and the finger was pointed at the installers as ever. It seems in vista being logged in as an Administrator doesn't mean what it once did. Most programs are run by default as a user, you have to right click and "run as administr

Re: [WiX-users] Reference counting issues

2008-02-28 Thread Simon Topley
Excellent, thanks Mike, I've fixed it. Simon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 27 February 2008 16:16 To: Simon Topley; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Reference counting issues Windows Installer does not

Re: [WiX-users] Reference counting issues

2008-02-28 Thread Simon Topley
us no count is incremented. I'll test this theory shortly. Simon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 27 February 2008 16:16 To: Simon Topley; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Reference counting issues Windows Installe

Re: [WiX-users] Reference counting issues

2008-02-27 Thread Simon Topley
ompononte basis? Simon -Original Message----- From: Simon Topley Sent: 27 February 2008 14:40 To: 'wix-users@lists.sourceforge.net' Subject: Reference counting issues Hello again all, I'm back sooner than I thought I would be, with a reference counting issue. Imagine y

[WiX-users] Reference counting issues

2008-02-27 Thread Simon Topley
Hello again all, I'm back sooner than I thought I would be, with a reference counting issue. Imagine you had a software product, you release new versions every 6 months so customers frequently run previous versions of the software with current versions. Imagine now that you installed version 1.0 t

Re: [WiX-users] Vista, C Root, Hello world, Windows 3.1

2008-02-21 Thread Simon Topley
doing the right thing and doing the easy thing, maybe that's why communism failed. Simon -Original Message- From: Mike Dimmick [mailto:[EMAIL PROTECTED] Sent: 21 February 2008 23:57 To: Simon Topley; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Vista, C Root, Hello wor

Re: [WiX-users] Vista, C Root, Hello world, Windows 3.1

2008-02-21 Thread Simon Topley
Good point. Thanks again Bob. -Original Message- From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: 21 February 2008 15:47 To: Simon Topley Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Vista, C Root, Hello world, Windows 3.1 Simon Topley wrote: > That does rais

Re: [WiX-users] Vista, C Root, Hello world, Windows 3.1

2008-02-21 Thread Simon Topley
nicer if it only warned them if they haven't changed the path. Simon -Original Message----- From: Simon Topley Sent: 21 February 2008 14:43 To: 'Bob Arnson' Cc: wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Vista, C Root, Hello world, Windows 3.1 Thanks bob, we ha

Re: [WiX-users] Vista, C Root, Hello world, Windows 3.1

2008-02-21 Thread Simon Topley
nyway. Simon (See you all again in 6 months) -Original Message- From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: 19 February 2008 16:20 To: Simon Topley Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Vista, C Root, Hello world, Windows 3.1 Simon Topley wrote: > the issue

Re: [WiX-users] Create New Guid in Installer

2008-02-19 Thread Simon Topley
I assume you can't use: ---- Or maybe set this as the content of a property then use that property. Seems annoying to have to reinvent the wheel when WIX clearly has the code to do it. The information contained in this e-mail is likely to be confidential and may be

[WiX-users] Vista, C Root, Hello world, Windows 3.1

2008-02-19 Thread Simon Topley
Where do I begin... First off I suppose I should say hello, it's been ages since I posted as our lovingly tailored installers have been carefree for sometime now. Here is my problem... Vista. Our application installs all manner of tutorial files that our users frequently mess about with and chan

Re: [WiX-users] WiX-users Digest, Vol 17, Issue 119

2007-10-25 Thread Simon Topley
Thanks Bob, I'll give it a spin later today.. Simon -Original Message- From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: 24 October 2007 16:03 To: Simon Topley Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] WiX-users Digest, Vol 17, Issue 119 Simon Topley wrote

Re: [WiX-users] WiX-users Digest, Vol 17, Issue 119

2007-10-24 Thread Simon Topley
X-users] Digital Signatures.. 300 mb limit To: WiX Users Message-ID: <[EMAIL PROTECTED]> In article <[EMAIL PROTECTED] .co.uk>, "Simon Topley" <[EMAIL PROTECTED]> writes: > Is there a way to split the cab file up so it can be more easily signed? Yes, you

[WiX-users] Digital Signatures.. 300 mb limit

2007-10-23 Thread Simon Topley
Hello all, We have been merrily signing our installer for a few weeks now... Sadly the overnight build keep failing due to the signtool failing. I read that there is a bug with XP and 2003 that means big MSIs are problematic for signatures: http://msdn.microsoft.com/newsgroups/managed/default.asp

Re: [WiX-users] Kill Process

2007-08-30 Thread Simon Topley
Cool cool, I've found a work around so all is well. Thanks for the help chaps Simon -Original Message- From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: 30 August 2007 05:50 To: Simon Topley Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Kill Process Simon Topley

Re: [WiX-users] WiX-users Digest, Vol 15, Issue 156

2007-08-29 Thread Simon Topley
That would answer my question, thanks Franz. I'll have a look into a work around ... Simon >From the Windows Installer Documentation: http://msdn2.microsoft.com/en-us/library/aa372059.aspx If you expect the installer to display a FilesInUseDialog, but it does not, this may be due to one of the

Re: [WiX-users] Kill Process

2007-08-29 Thread Simon Topley
-Original Message- From: Schrieken, Rene [mailto:[EMAIL PROTECTED] Sent: 29 August 2007 09:39 To: Simon Topley; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Kill Process " Does anyone know why this is not the case for XP/2000/2003 ?" Wild guess: Vista is Windows Installer 4.

Re: [WiX-users] Kill Process

2007-08-29 Thread Simon Topley
That would make sense... :( -Original Message- From: Schrieken, Rene [mailto:[EMAIL PROTECTED] Sent: 29 August 2007 09:39 To: Simon Topley; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Kill Process " Does anyone know why this is not the case for XP/2000/2003 ?"

Re: [WiX-users] Kill Process

2007-08-29 Thread Simon Topley
Hello all, I am still having some trouble with this process that is left running during the uninstallation. I haven't come up with a clean way to solve this yet. I notice with most other things that are left running the installer tells you to close them before it can proceed with the uninstallati

Re: [WiX-users] Kill process

2007-08-20 Thread Simon Topley
- From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: 17 August 2007 15:35 To: Simon Topley Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Kill process Simon Topley wrote: > I can't find anything in the help about process control. There is an > simple exe file that users are

Re: [WiX-users] Kill Process

2007-08-17 Thread Simon Topley
Sadly not a lot of response. This is my best stab at it so far: Installed If nothing cleaner comes along then I'll have to put a switch into the exe that will force it to kill itself and any other copies of itself currently running. I'm surpris

[WiX-users] Kill process

2007-08-16 Thread Simon Topley
Hello all, I can't find anything in the help about process control. There is an simple exe file that users are frequently running during uninstall, while the file is eventually removed it means that programfiles folder is left behind and the icon is still in the system troy. Is there a simple way

Re: [WiX-users] HKLM - purposely persistent

2007-08-15 Thread Simon Topley
It turns out a third party merge module was removing it! Thanks for the help. Simon -Original Message- From: Stefan Pavlik [mailto:[EMAIL PROTECTED] Sent: 10 August 2007 10:17 To: Simon Topley Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] HKLM - purposely persistent If

Re: [WiX-users] HKLM - purposely persistent

2007-08-14 Thread Simon Topley
2007 10:17 To: Simon Topley Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] HKLM - purposely persistent If the component is marked as Permanent then it will not be removed during uninstall. If the key is still removed there must be something different that removes it. Check the verb

Re: [WiX-users] HKLM - purposely persistent

2007-08-09 Thread Simon Topley
Thanks for the tip Stefan. Is this a tried and tested method? My keys still seem to disappear. Simon -Original Message- From: Stefan Pavlik [mailto:[EMAIL PROTECTED] Sent: 09 August 2007 12:08 To: Simon Topley Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] HKLM - purposely

[WiX-users] HKLM - purposely persistent

2007-08-09 Thread Simon Topley
Greetings one and all! It's been a while but I have returned once again to conquer the land of installers. I have a pretty simple problem with my registry settings. I create keys all over the LM and CU hives in the registry however I wish to leave something behind in "LM\software\company name\prod

Re: [WiX-users] Default feature state

2007-05-17 Thread Simon Topley
Ahh yes! I didn't have the property defined before, though I assume it has a default value. Simon -Original Message- From: Brian Simoneau [mailto:[EMAIL PROTECTED] Sent: 17 May 2007 13:53 To: Simon Topley; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Default feature

[WiX-users] Default feature state

2007-05-17 Thread Simon Topley
Howdy y'all, I'm trying to set the default state of a feature to be "Entire feature will be unavailable". I can see no easy way to do it, and the search feature for the WIX user group seems to be playing up. Any offers? Simon The information contained in this e-mail is likely to be confidential

Re: [WiX-users] ServiceInstall / ServiceControl

2007-04-30 Thread Simon Topley
e and command line parameters of the service exectutable, quotation marks are to be used around the pathname part. -Original Message- From: Simon Topley Sent: 30 April 2007 11:18 To: 'wix-users@lists.sourceforge.net' Subject: ServiceInstall / ServiceControl Long time no see

[WiX-users] ServiceInstall / ServiceControl

2007-04-30 Thread Simon Topley
should be able to handle it, but it does not and I am curious if I can do anything about it without asking the owner of the service to handle quotes Kind Regards Simon Topley The information contained in this e-mail is likely to be confidential and may be legally privileged. It is intended only

Re: [WiX-users] Patching

2007-02-19 Thread Simon Topley
I'm not sure how much use this will be to you, but I ran into a large number of issues with patching, I haven't touched it in a while as we are now thinking a full re-release is going to be cleaner. I created a self extracting exe file using iexpress.exe (standard part of windows) and the command I

Re: [WiX-users] Registry keys not being removed

2007-02-02 Thread Simon Topley
o lose to much sleep over it. It's just annnoying. Kind Regards Simon _ From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: 31 January 2007 05:02 To: Simon Topley Cc: WiX-users Subject: Re: [WiX-users] Registry keys not being removed Simon Topley wrote: I have a few shared

[WiX-users] Registry keys not being removed

2007-01-29 Thread Simon Topley
_ From: Simon Topley Sent: 29 January 2007 12:57 To: 'Bob Arnson'; WiX-users Subject: RE: [WiX-users] Registry keys not being removed sorry fellow wixers, forgot to include you in the list. I have a few shared compoents that I will add the same guids back to as th

[WiX-users] Registry keys not being removed

2007-01-25 Thread Simon Topley
message it gives me is true and desirable since the previous version of the product is still using them Has anyone got any ideas why I'm getting this problem, or if anything of what I have said jumps out as insane? Kind Regards Simon Topley The information contained in this e-mail is like

Re: [WiX-users] Performance issues

2006-08-03 Thread Simon Topley
they are complaining about nothing.   Cheers Rob. From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: 03 August 2006 16:17To: 'Simon Topley'; wix-users@lists.sourceforge.netSubject: RE: [WiX-users] Performance issues When you say you've replaced InstallShield with the WiX t

Re: [WiX-users] Performance issues

2006-08-03 Thread Simon Topley
7;Subject: Re: [WiX-users] Performance issues Simon Topley wrote: I'm sure this is a problem others have encounted. I have now replace our suite of installsheild products with spanky new WIX versions. I have managed to elimitnate a large amount of redundant code (previous installer

[WiX-users] Performance issues

2006-08-03 Thread Simon Topley
Title: Performance issues Good morning to the Brotherhood/Sisterhood, I'm sure this is a problem others have encounted. I have now replace our suite of installsheild products with spanky new WIX versions. I have managed to elimitnate a large amount of redundant code (previous installers copi

[WiX-users] SelfRegCost on windows 2003 Server

2006-07-28 Thread Simon Topley
Title: SelfRegCost on windows 2003 Server Greetings all, I'm not sure if this is a bug with WIX, or if the problem is this end. We have a load of self registering dll's, I know, don't start. These babies work fine when installed on XP, the registry entries all appear fine etc. etc. When I ru

Re: [WiX-users] Installing/Starting a service, the simple way.

2006-07-07 Thread Simon Topley
They actually are more prone to hitting this problem.  I was simply pointing that out as an example of how to hit the problem.     From: Simon Topley [mailto:[EMAIL PROTECTED] Sent: Thursday, July 06, 2006 1:55 AMTo: '[EMAIL PROTECTED]'Subject: RE: [WiX-users] Installing/Starting a se

Re: [WiX-users] Installing/Starting a service, the simple way.

2006-07-06 Thread Simon Topley
hts issue, instead of some setting being wrong. Rob Simon Topley wrote: > Hi Rob (Hamflett), > > I've not come across "allusers", where would I find it? > > ..I'm on WIX 2.0.3719.0 (this in itself could be a problem) > > Simon > >  > &g

Re: [WiX-users] Installing/Starting a service, the simple way.

2006-07-06 Thread Simon Topley
talling/Starting a service, the simple way. To: wix-users@lists.sourceforge.net Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Out of interest, what happens if you set the ALLUSERS property to 1? Rob Simon Topley wrote: > I have managed to get i

  1   2   >