Joe Kaplan wrote:
> FWIW, I like that idea, simply because that's the only VS integration
> feature I really like to use. I think that's where the big productivity
> gain comes in with the Intellisense support you get for WiX schema. I
> usually copy the schema file by hand, but having some MS
FWIW, I like that idea, simply because that's the only VS integration
feature I really like to use. I think that's where the big productivity
gain comes in with the Intellisense support you get for WiX schema. I
usually copy the schema file by hand, but having some MSI support for it
would be
LOL! Well said. CAS is nothing if not quite confusing. Most of them time
we can code along with full trust and it never rears its head, but sometimes
we brush up against it and it is not fun. Your caspol command line to
create the policy change is very helpful here.
Joe K.
- Original M
Micahel,
Thanks for your reply.
I just found out that the Description of the website is what matters. So when I used the Description of the non-default website in the code below it worked.
< WebSite
Id
= 'RtsStuff
' Description ='
xxx'>
<
WebAddress Id
='
RtsStuf
Hi,
The website that is used is identified by the
combination of its port, ip address and host header, not by the name. The
default web site by default is port 80, so that is what your install fragment
below is matching.
Michael
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Beh
This has been around for a while. If you were to log the install I think
you'd find a message something like "component xxx will not be installed
because an equal version is already installed". The trouble is that it
never re-evaluates that decision and so RemoveExistingProducts goes and
deletes
Can anyone tell me how to create a VirtualDirectory other than the Default web site.
The following is a partial code… which does not work.
'RtsStuff'
is the website that I want it to install.. It still installs to the Default website.
<
Directory>
…..
….
……..
<
Component
Id
='RTSOnlin
From: "Rob Mensching" <[EMAIL PROTECTED]>
> It's a MSI design decision that makes sense when you consider the way that
> Fusion works (BTW, Fusion design frustrates me to no end).
I have found another problem with GAC. Doing a full product update results
in no files installed into the GAC. I use
I want to create an MSI to deploy a COM+ application. I could create the MSI to do so, but, I could not find a way to change the Activation to "Run application as NT Service". Is this possible using the COM+ custom action? If not any ideas on how to approach the problem?
Thanks!
George-
Tiago Silva wrote:
> We will produce in our weekly builds two setups. One that is the full
> installation and other that have almost the same components that the
> full install except files that the user changes (settings files), the
> application database and customs actions that setup the server
Rob Mensching wrote:
Also,
Bob, we might consider allowing the Votive MSI install the
.xsd's even if we can't install the full plug-in. Sound reasonable?
Well, it's not unreasonable. But it's not trivial, so
I entered it as a feature request:
http://sourceforge.net/tracker
Darren:There is an UpdateIfExists element under User that is supposed to update user account properties if the user already exists. I'd try putting the user/groupref inside a component, keeping the group outside of the components/directory structure and see if that takes care of it.
DanaOn 9/12/0
Tony Hoyle wrote:
> I think you meant minor upgrades there.
>
> Major upgrades uninstall the old product first so there isn't any issue
> with version numbers.
>
Not exactly. MSI ignores the fourth field in ProductVersion so it
doesn't differentiate among ProductVersions that differ only in the
From: "Rob Mensching" <[EMAIL PROTECTED]>
> It's a MSI design decision that makes sense when you consider the way that
> Fusion works (BTW, Fusion design frustrates me to no end).
Ok, thanks. Fortunately I managed to run "command /c net start MyService"
after InstallFinalize which is sufficient.
It's a MSI design decision that makes sense when you consider the way that
Fusion works (BTW, Fusion design frustrates me to no end).
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Petr Vones
Sent: Tuesday, September 12, 2006 02:03
To: wix-users@lists.so
I should have sent this "heads up" earlier but you should expect to see a
few more questions being posted here from Microsoft employees. There used
to be a mailing list internal to Microsoft that I've been trying to kill for
about 2 years now. As you can guess, the internal mailing list is finall
Also, Bob, we might consider allowing the Votive MSI install the
.xsd's even if we can't install the full plug-in. Sound reasonable?
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rob
Mensching
Sent: Tuesday, September 12, 2006 10:19
To: Cullen Waters; Ali-Akber
Votive 2 will continue to support VS 2003 & 2005. Only
Votive 3 will move to VS 2005 support-only. Unfortunately, VS 2005
doesn't support plug-ins in the express SKUs today.
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Cullen
Waters
Sent: Tuesday, September 12
C# express doesn’t support the same add-in model as the paid
versions of VS. I’m pretty sure that Votive will not work on C# express.
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ali-Akber
Saifee
Sent: Tuesday, September 12, 2006 9:56 AM
To: wix-users@lists.sourcefo
I never got a response on this, does anyone have an
idea how to do what I'm trying to do?
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Darren
AndersonSent: Friday, September 08, 2006 11:40 AMTo:
wix-users@lists.sourceforge.netSubject: [WiX-users] Adding an
existing domai
Since votive is dropping support for vs2003 - i installed vc# 2005 express edition and intellisense (or any of the other votive glue...).Is there any chance that this will be supported..?I plopped the schema files into C:\Program Files\Microsoft Visual Studio 8\Xml\Schemas and intellisense came th
When I run a major per-user upgrade of my product all the
file version get upgraded (which is good) but not all the registry entries get
into the registry.
Here’s the behavior:
First I install a version of the product. All the registry
entries (clsid’s, interfaces, typelib’s) get r
Thanks Bob for your rapid response.
As I told I am new to Wix upgrades and my knowledge on windows
installer is very limited.
I was wondering if the approach that i having is the right one.Let me
explain the main propose of it:
We will produce in our weekly builds two setups. One that is the ful
Bob Arnson wrote:
> so you won't be able to do major upgrades between 1.0.0.40 and 1.0.0.41.
I think you meant minor upgrades there.
Major upgrades uninstall the old product first so there isn't any issue
with version numbers.
Tony
---
Petrut Andrei wrote:
> Hi. Do you know how to specify 2 paths in the same
> file? I use 2 Selectioon Trees in the same setup, but
> they don't run independently.
>
SelectionTree controls are used to control feature states. To specify
paths, use PathEdit controls and browse dialogs. In WiX, th
Tiago Silva wrote:
> I have the main setup of the application that is generated by a nant
> task. At the same time a upgrade is generated to the current version.
> Let's consider the version 1.0.0.40 on both.
>
MSI doesn't differentiate between product versions in the fourth field
so you won't
Frank Büttner wrote:
> Hello, I try build merge modules witch needs other merge modules.
> But when try to use it. The dependency's will not solved. Any ideas?
>
WiX doesn't automatically link in merge modules specified in the
ModuleDependency table as there isn't enough information to find the
Petr Vones wrote:
> Is that general problem of MSI or just WiX ?
MSI
> Can I perform an action after InstallFinalize, at least to use NET START
> command or so ?
>
You would need to use a custom action; the standard action to start
services doesn't work after InstallFinalize.
--
sig://boB
h
Hi. Do you know how to specify 2 paths in the same
file? I use 2 Selectioon Trees in the same setup, but
they don't run independently.
Dana, do you have any ideas? Please look at my another
posted message below, regarding SelectionTrees.
__
Do You
Well that's a different question altogether. The following will create an empty directory.
DanaOn 9/12/06, Petrut Andrei
<[EMAIL PROTECTED]> wrote:
Hi, Dana. The point is that I want that directoryempty when I install the files. But I can't create anempty di
Hi, Dana. The point is that I want that directory
empty when I install the files. But I can't create an
empty directory without putting some file in it. I
have
a component and inside it this file. Do you know how
to create an empty directory?
__
Do
Mike,Thanks! That worked, at least for some of the policy dll files. I am still having some isues with others, but I think it's the policy file (possibly the way it's being built) and not my code. I really appreciate you taking the time to help me out!
JosephOn 9/11/06, Mike Dimmick <[EMAIL PROTECT
Tiago Silva wrote:
> 1. How do I produce a double click install to install the upgrade? The
> upgrade that i've playing in tutorial gives me a "Product already
> installed" message when I install it by double clicking the msi file.
> I'm using a minor upgrade, i.e., the same ProductID and different
Looking at your source below, what is the point of putting down a pdf if you are just going to delete it immediately? Do you want the user to view it and then have it deleted?Dana
On 9/12/06, Petrut Andrei <[EMAIL PROTECTED]> wrote:
I have this code from below: Guid='4b0372ea-4aa4-46
I am new to upgrades in Wix and i would like to ask a few questions to
more experienced users.
My scenario is:
I have the main setup of the application that is generated by a nant
task. At the same time a upgrade is generated to the current version.
Let's consider the version 1.0.0.40 on both.
Th
Hello, I try build merge modules witch needs other merge modules.
But when try to use it. The dependency's will not solved. Any ideas?
smime.p7s
Description: S/MIME Cryptographic Signature
-
Using Tomcat but need to do more?
I have this code from below:
The directory is also created at runtime as well with
the file itself. I want that file to be removed after
the setup has ended. Do you know how to solve that?
Thanks.
From: "Bob Arnson" <[EMAIL PROTECTED]>
> Not really. MSI hands off assemblies to Fusion, which commits them during
> InstallFinalize. The assemblies aren't available before then.
Is that general problem of MSI or just WiX ? Seems to be a showstopper issue
to me to continue using WiX :-/
Can I p
Please ignore the doubt.
I was using two versions of wix the lastest compiler but a older wixLibs.
Thanks
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integra
Hi to all,
I saw the following issue in other topics but I don't figure it out
how to handle it.
I downloaded the SampleUpgrade (section4.1) file and can't compile it.
The command that I am doing is:
Starting c:\wix\light.exe "SampleUpgrade.wixobj" -out
"SampleUpgrade.msi" c:\Wix\ca\sca.wixlib c
Hi there Fredrik,
Thanks for sharing your valuable experience.
Answering to your question and after talking to my boss is that the
upgrades on database will be handled by our support team.
We have the current scenario. We have nant tasks that produce two
installers. One is the main installer to
41 matches
Mail list logo