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 cre
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
wrote:
>
> Thanks for the advices,
> Is a bootstrapper able to merge in one single file both the game
> installer and t
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 dri
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 bootstrappe
ll the MSI button
clicking via an automated script and that might take some time.
Regards
Ryan
-------
Ryan O'Neill LLP <http://ryanoneill.com/> , The Old Bakery, Orleto
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.
-Or
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]
Sent:
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 Inst
open a bug because
heat should never generate a Directory/@Name=".."
On Sat, Jan 23, 2010 at 11:24 AM, Ryan O'Neill wrote:
> Getting;
>
> Error 2 The Directory/@Name attribute's value, '..', is
> not a valid long name because it contain
Getting;
Error 2 The Directory/@Name attribute's value, '..', is
not a valid long name because it contains illegal characters. Legal long
names contain no more than 260 characters and must contain at least one
non-period character. Any character except for the follow may be use
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
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 abl
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: 'Gener
.
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
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 u
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
http://www.go
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
-O
Special folders are fairly easy, search the WiX docs for LocalAppDataFolder
and AppRootDirectory.
For example;
Ryan
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Chris Meyer
Sent: 31 August 2008 18:38
To: wix-users@lists.sourceforge.net
Subject:
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 PROTECT
27;s it! Run setup.exe from the URL 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: Wednesd
es and nobody will even pay
attention, so pre-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 [m
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 You
ject: Re: [WiX-users] Guidance 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 l
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
igest, Vol 26, Issue 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 attrib
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: wix-
stomAction?
-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 in
al Message-
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 che
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 goin
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
deve
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] O
of Deployment Engineering Blog
>> Have a hot tip, know a secret or read a really good thread that deserves
>> attention? E-Mail Me
>>
>>
>> --- On Wed, 7/2/08, Ryan O'Neill <[EMAIL PROTECTED]> wrote:
>>
>>> From: Ryan O'Neill <[EMAIL PRO
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 any
Try this;
http://www.blah.com/ " Execute="deferred"
Impersonate="no" />
Scheduled via;
NOT Installed
That launches IE (a specific requirement of this installer, not
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 upd
it's
a lot 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 stu
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 all
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
Hel
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 PR
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: [WiX-users
cally 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 Installer XML toolset.'
Subject: Re: [WiX-use
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 yester
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 c
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 ser
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 B
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 know
quot;, customData, 0);
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
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
transacti
the build
Ryan O'Neill wrote:
> Ah, I was using
>
> When it should have been
>
>
Hmmm, I'd say either should work. Can you open a bug that includes the
error message you got?
--
sig://boB
http://joyofsetup.com/
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 R
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 discussio
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?
N
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 evaluated after the WiX XML has been
> parsed. Has anyone had a
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
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]
[mailto:[EMA
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
As an aside, I would be interested in more info on the particular
bootstrapper you are using as I'm due to do one next week.
Thanks in advance
Ryan
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of ywchen
Sent: 02 June 2008 15:39
To: wix-users@lists.source
I've got the following in my WiX source because of this with VC8.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kelly Leahy
Sent: 02 June 2008 15:48
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] VC9 runtime MSMs
Has an
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 Window
I know this sounds corny, but if we could interest a sponsor then perhaps
chuck in a prize every other month for the most helpful people. On second
thoughts, it needs too much of someone's time to organise.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of R
Thanks again Bob. I nearly knew the answer to that one, I must be getting
better.
From: Bob Arnson [mailto:[EMAIL PROTECTED]
Sent: 29 May 2008 17:14
To: Ryan O'Neill
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Querying component state on major upgrade
Ryan O'N
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 upgra
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
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 what
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 L
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
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: [W
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 issu
ot;Windows 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 co
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:
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 My
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: wix-users@lists.sourceforge.n
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: [EMAI
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 us
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 $ ope
I'm decoding someone else's setup and it has the following custom action
definition;
...
...
Plus the following scheduling of that action.
(CTL_SetDefault = 1) AND
$MyVbsCa>2
>From what I understand, $MyVbsCa is a variable but it is not used
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 f
Mike 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 app
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 anyway.
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:
Just tried adding a project reference to a non .Net .dll file (my C++ custom
action) and Votive does not append the pre-processor definitions for it to
the Candle command line.
Is this expected behaviour? Makes it awkward to included non .Net dlls, the
.Net references work fine.
Regards
tProperty.
// TODO: Accept a flag that defines whether to delete folders, files
or both (default).
// TODO: Accept a flag for deleting read-only files (default).
// TODO: Handle error return.
DeleteDirectory(szDirectoryToDelete);
return ERROR_SU
CTED]
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 MyApp_StrongName_657235673256732765
which changes each time I compile as the hash changes t
2008 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.
From: [EMAIL PROTECTED]
[mailto:
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 fo
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 h
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
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'Neil
.
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
t
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 confusion
Prejitted assemblies don't *have* to be installed to the GAC, however doing
so can be more optimal since there is l
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 files\m
Thank you to everyone who helped, I got it working in the end. It just took
a while to sink in.
From: Neil Sleightholm [mailto:[EMAIL PROTECTED]
Sent: 06 March 2008 13:21
To: Ryan O'Neill; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] Unable to force upgrade
Ryan
I th
: 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 produ
TECTED] 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 instruct
kage/@Languages?
- 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,
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
installe
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 John
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
se
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 ge
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 ou
1 - 100 of 118 matches
Mail list logo