[WiX-users] Changing ASP.NET Settings (IIS)

2007-04-23 Thread Wouter Demuynck
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.

Re: [WiX-users] Merge Modules

2007-04-23 Thread Bob Arnson
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

Re: [WiX-users] Merge Modules in Wix

2007-04-23 Thread Bob Arnson
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

Re: [WiX-users] How do I include the wixca.wixlib, making a little progress on my own.

2007-04-23 Thread Bob Arnson
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

Re: [WiX-users] Cancel during Uninstall

2007-04-23 Thread Bob Arnson
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

Re: [WiX-users] Custom Action - EventLogging before rollback

2007-04-23 Thread Bob Arnson
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

Re: [WiX-users] building pacthes with .wxl files

2007-04-23 Thread Bob Arnson
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

Re: [WiX-users] Remove a section using XmlFile

2007-04-23 Thread Bob Arnson
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

[WiX-users] timestamp difference between source files and installed files

2007-04-23 Thread Hongping Lim
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

Re: [WiX-users] Remove a section using XmlFile

2007-04-23 Thread Kevin Burton
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

Re: [WiX-users] how to detect if another product is installed

2007-04-23 Thread Rob Mensching
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

[WiX-users] how to detect if another product is installed

2007-04-23 Thread Hongping Lim
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

[WiX-users] building pacthes with .wxl files

2007-04-23 Thread Leo ...
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

Re: [WiX-users] [WiX-User] Overwriting existing files

2007-04-23 Thread John S
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

Re: [WiX-users] Merge Modules

2007-04-23 Thread Carl Quirion
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

Re: [WiX-users] How do I include the wixca.wixlib, making a little progress on my own.

2007-04-23 Thread Dan Weinstein
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 --

Re: [WiX-users] Shortcut + hyperlink 2

2007-04-23 Thread Neil Sleightholm
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

Re: [WiX-users] Upgrading Publisher Policy Files in Merge Modules

2007-04-23 Thread DexterSinister
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

Re: [WiX-users] Merge Modules

2007-04-23 Thread Thomas Svare
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

[WiX-users] Merge Modules

2007-04-23 Thread Carl Quirion
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

Re: [WiX-users] Upgrading Publisher Policy Files in Merge Modules

2007-04-23 Thread Wilson, Phil
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

Re: [WiX-users] Upgrading Publisher Policy Files in Merge Modules

2007-04-23 Thread Mike Dimmick
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

[WiX-users] Upgrading Publisher Policy Files in Merge Modules

2007-04-23 Thread DexterSinister
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

[WiX-users] How do I include the wixca.wixlib

2007-04-23 Thread Dan Weinstein
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

Re: [WiX-users] Beginner's Tutorial, Books, Versions...

2007-04-23 Thread Simon Dahlbacka
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

[WiX-users] Merge Modules in Wix

2007-04-23 Thread JCWrs
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

[WiX-users] Beginner's Tutorial, Books, Versions...

2007-04-23 Thread Julie Campbell
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

Re: [WiX-users] Remove a section using XmlFile[Scanned]

2007-04-23 Thread Kevin Burton
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

Re: [WiX-users] Remove a section using XmlFile

2007-04-23 Thread John Vottero
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

Re: [WiX-users] Remove a section using XmlFile[Scanned]

2007-04-23 Thread Thomas Leigh
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

Re: [WiX-users] Remove a section using XmlFile

2007-04-23 Thread Simon Dahlbacka
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

Re: [WiX-users] Remove a section using XmlFile

2007-04-23 Thread Kevin Burton
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

[WiX-users] Restart Manager on Vista

2007-04-23 Thread Stefan Pavlik
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

[WiX-users] Shortcut + hyperlink 2

2007-04-23 Thread Erich Buhler
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

Re: [WiX-users] MSI uninstall OR update previous application version if exists

2007-04-23 Thread fiordean dacian
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

Re: [WiX-users] Shortcut + hyperlink

2007-04-23 Thread Erich Buhler
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 >

Re: [WiX-users] Shortcut + hyperlink

2007-04-23 Thread Erich Buhler
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

[WiX-users] MSI uninstall OR update previous application version if exists

2007-04-23 Thread Ricardo Lopes
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

[WiX-users] Big Problem: Create different website

2007-04-23 Thread Gandolfi Massimo
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

[WiX-users] Shortcut + hyperlink

2007-04-23 Thread DE�K JAHN, G�bor
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

[WiX-users] Shortcut + hyperlink

2007-04-23 Thread Erich Buhler
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. ---

[WiX-users] Cancel during Uninstall

2007-04-23 Thread Anton Tkachev
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