Hello,
I have generated a setup using WiX that installs an ASP.NET web site.
Everything works like a charm, but now I want to limit the amount of
end-user skill required to install the site. I have found that on some PC's
the default ASP.NET version is set to 1.1, while it should be set to 2.0.
Carl Quirion wrote:
> Ive read that the proper way to do it is to get the merge modules made
> by the maker of the 3rd party, however, this is not available for most
> of my components.
> So, i went ahead and decided to create my own. I can compile (candle,
> light) them without a problem. I can
JCWrs wrote:
>
>DiskId='1' />
>
>
> Display='expand' Level='1'>
>
>
>
> There are no errors, it just doesn't install the files. Any ideas?
>
Use Orca to verify the module's contents got merged in correctly. If
they're there, check a verbose log to see what MSI dec
Dan Weinstein wrote:
> So, looking around the site a little I figured out that I probably need
> to do a tag to make this work it isn't clear to me what
> the DllEntry attribute should be to get the extended attribute on the
> tag to work. Could someone answer this question for me.
>
You
Anton Tkachev wrote:
I know that I can rollback my custom action just overriding rollback
method. And the method is called *only* if Install method was called
(_http://msdn2.microsoft.com/en-us/library/system.configuration.install.installer.rollback.aspx_).
That's how the InstallUtil code wo
Sankaranarayanan wrote:
> One way to do that would be to write eventlog messages from the EXEs. Instead
> of modifying all EXE's code - I wanted to check if there are ways to capture
> the return code and log them to Eventlog before the installer starts to
> execute rollback operations.
>
No
Leo ... wrote:
>
> light.exe -nologo -out patch.pcp patch.wixobj -loc patch.wxl
>
> the patch.pcp file got build successfully but the $(loc.text)
> variables didn't expanded/resolved to the actual text defined in the
> patch.wxl file. Can someone point out my problem.
>
I'd expect it to work. C
Kevin Burton wrote:
Is there anyone using XmlConfig to delete a node from an XML config
file? If I modify the below VerifyPath to be the same as the
ElementPath I get an error and the installation rolls back. If I leave
it as is the node remains unchanged. Any assistance would be greatly
app
I am getting some discrepancy between the time stamp of the source files and
the actual installed files.
So far, it seems to be between 1-2 seconds. For example, if in my wix I have a
file source of 1:04:00pm, then after I run the MSI, the installed file becomes
1:04:02pm.
This difference appl
Is there anyone using XmlConfig to delete a node from an XML config file? If
I modify the below VerifyPath to be the same as the ElementPath I get an
error and the installation rolls back. If I leave it as is the node remains
unchanged. Any assistance would be greatly appreciated.
Kevin
Fro
ComponentSearch is my favorite way to do this.
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hongping Lim
Sent: Monday, April 23, 2007 4:19 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] how to detect if another product is installed
Hi,
I have a product A that requi
Hi,
I have a product A that requires another product B to be installed. B by itself
does not write to any registry keys, but I have the strings for its Product Id
and UpgradeCode.
Is there any way for the installer A to detect whether product B is present?
Thanks,
Hongping
I am trying to use wix localization files (.wxl) to localize the msp file. In the link step, I have the .wxl included in the light.exe command line as follows:
light.exe -nologo -out patch.pcp patch.wixobj -loc patch.wxl
the patch.pcp file got build successfully but the $(loc.text) variables did
Thank you for your reply. Can you please give me an example of how i write this
in my .wxs file and how to check if its install or repair.
The scenario is that a user has installed the product and lets say he has
changed the content one of the installed file. Now he runs the installer again
Hi Tom,
Thanks for you quick answer. I always output full verbose log (/l*vx
installlog.txt) of installation while doing the dev. and i tryed looking for
6BE042C8-EE9B-11DB-8314-0800200C9A66, ActiveBar, DataDynamics, Merge and
Merge module and couldnt find anything. Ive also did a file search for
So, looking around the site a little I figured out that I probably need
to do a tag to make this work it isn't clear to me what
the DllEntry attribute should be to get the extended attribute on the
tag to work. Could someone answer this question for me.
Thanks,
Dan Weinstein
--
Something like this should work:
http://www.tramontana.co.hu/wix"; />
Neil
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Erich
Buhler
Sent: 23 April 2007 14:47
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Shortcut + hype
Mike, Phil -
Thanks for the quick responses !
After some more testing, it appears to be a problem with how InstallShield
is consuming the merge modules ... not with how they're built.
Now I just need to convince another development group to use WiX ...
Regards,
-dmm
--
View this message i
Your files may be installing just not where you are expecting them to.
Take a look at a verbose log and you'll know for sure.
One of the potential problems is the "Name" you've specified for the
CommonFilesFolder is missing the space. I believe you can leave the
name off altogether since the d
I want to include third party dependencies in my setup.
Those dependencies are OCX/DLLs (of the COM kind).
Ive read that the proper way to do it is to get the merge modules made by
the maker of the 3rd party, however, this is not available for most of my
components.
So, i went ahead and decided t
The policy config file should have a file version entry pointing to the
policy assembly Dll (companion files) to make sure that the config file
piece of the assembly (it's a multi-file assembly) is also installed
when the Dll is installed (updated in this case).
(I assume you've got them both in
Publisher policy assemblies are also versioned. You must increase the
version number of the policy assembly for it to be added to the GAC in
addition to the version already there.
There are rules on the naming of the publisher policy assembly - if I recall
correctly, the major.minor of the policy
Is there any trick to this ... ?
We've got a merge module that is used by a couple of other groups, and while
the assemblies
get installed to the GAC properly ... when upgraded assemblies & policy
files get shipped, the
policy files don't seem to upgrade properly.
Thanks in advance,
-dmm
--
Vi
I am trying to get custom permissions working on directories that can be
inherited by new files that are created by the program when it runs (log
files and screen shots). I am new to wix, and not sure of how this can
be done. I am assuming it would be done in an .wxi file, but it isn't
obviou
So ... what I would really like to see is group effort on getting one
superb
set of documentation together rather than the hodge-podge of incomplete
sources of information that exist today.
A coordinated effort of some sort seems like a great idea! How this some
sort should look, and if it inv
For various reasons, I need to use a previously built merge module in my wix
installer. I looked around and found the syntax for this and put it into my
wxs file. However, I got no output. I have confirmed that the merge module
files are in the Module Retargetable Folder and I'm certain this me
I'm a little late on the topic, but I didn't have access to my e-mail over
the weekend. Like some others mentioned, I am a software engineer first and
an installer person third or fourth ... some perspective, comments, ideas
... sorry, this is long.
I started learning WiX in late 2006 after manag
Thank you for pointing out my typo. Once that is fixed I still get the same
result. To answer Simon's questions:
1) I have both in the installation. This allows me to "test" things
like editing the XML without affecting the "real" configuration file.
2) The full blown configuration f
In the ElementPath, you misspelled diagnostics.
On 4/23/07, Kevin Burton <[EMAIL PROTECTED]> wrote:
My XmlConfig does not seem to work. It doesn't delete the section or the
whole node. I don't get a warning or an error. Just what was supposed to
be deleted is not. This is the XmlConfig line
I'm sure this isn't your problem but...
Shouldn't the ElementPath value have an A in it (system.diagnostics)
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Simon
Dahlbacka
Sent: 23 April 2007 16:41
To: Kevin Burton
Cc: Bob Arnson; Rob Mensching; wix-users@lists.sourceforge.net
Nb. I don't actually know anything about xmlconfig, just pointing out things
that seemed strange
1) is the configuration *still* called app.config and not foo.exe.config?
2) "delete" on "install" seems strange
/Simon
On 4/23/07, Kevin Burton <[EMAIL PROTECTED]> wrote:
My XmlConfig does not s
My XmlConfig does not seem to work. It doesn't delete the section or the
whole node. I don't get a warning or an error. Just what was supposed to be
deleted is not. This is the XmlConfig line that I am using:
Is this syntax correct? Is it possible that in replacing the wix.targets
file wit
Hi,
I have a problem with Restart Manager on Windows Vista.
During uninstallation of our application (usually after establishing
the connection - our software is manager for Data Cards) the Windows
Installer shows that it needs to close and restart several system
services (e.g. Application Experie
Hi guys,
Does anyone can provide me an example of creating a shortcut which opens IE7
with a set URL?
I've tried the following line, but it doesn't work.
http://xxx.com/Downloads/NET/tabid/122/Default.aspx";
Arguments="http://sdk.bt.com/Downloads/NET/tabid/122/Default.aspx"; />
Thanks,
Eric
Hi,
>>- How does install works, i see i have the product GUID, the Version and the
>>UpgradeCode, how does the installer manages those attributes ?
Pretty well...
>>- How do i know if the user had the application installed and is upgrading or
>>reinstalling the same version ? (i want to be a
This is the line which doesn't work:
http://xxx.com/Downloads/NET/tabid/122/Default.aspx";
Arguments="http://sdk.bt.com/Downloads/NET/tabid/122/Default.aspx"; />
Erich Buhler wrote:
>
> Hi Gábor,
> thanks for your message. Could you provide me an example? I was trying to
>
Hi Gábor,
thanks for your message. Could you provide me an example? I was trying to do
that but it doesn't work because Wix thinks that the URL is a file, and
because it doesn't exist as a file, the build fails.
Bets regards,
Erich.
DEÁK JAHN, Gábor-2 wrote:
>
> On Mon, 23 Apr 2007 04:19:29 -0
Hi,
I have some questions about how should i manage new application versions on
the installer, if anyone could help i would really appreciate it:
- How does install works, i see i have the product GUID, the Version and the
UpgradeCode, how does the installer manages those attributes ?
- How do
Hi,
i'm a new wix,s user...
i want to create an installer for a web application and during the setup
I want to ask at the user if he want to create the virtual directory
under the default web site or specify a different website; if no exist
the website then the installer will create it;
I
On Mon, 23 Apr 2007 04:19:29 -0700 (PDT), Erich Buhler wrote:
Erich,
> Does anybody know how I can create a Shortcut which runs IE and
> shows a web page?
A shortcut whose target is a simple URL will launch the *default* browser
(fortunately, not necessarily IE, I'd be very uncomfortable if a p
Hi guys,
Does anybody know how I can create a Shortcut which runs IE and shows a web
page?
Thanks,
Erich.
--
View this message in context:
http://www.nabble.com/Shortcut-%2B--hyperlink-tf3630674.html#a10138001
Sent from the wix-users mailing list archive at Nabble.com.
---
I know that I can rollback my custom action just overriding rollback method.
And the method is called only if Install method was called
(http://msdn2.microsoft.com/en-us/library/system.configuration.install.installer.rollback.aspx).
It means that after Uninstall overridden method, method Rollb
42 matches
Mail list logo