Re: [WiX-users] PermissionEx and WixQueryOsWellKnownSID properties

2008-08-28 Thread Chris Walford
If you look at the code for the ExecSecureObjects custom action you can see that it uses AclGetWellKnownSid (which in turn calls the Windows API AllocateAndInitializeSid) to look up the NetworkService SID. Is this not what you want? Chris -Original Message- From: [EMAIL PROTECTED

[WiX-users] controlling who installs a package

2008-08-15 Thread Mole, Chris
Hi, What's the best way to control who is able to install a package? Can I make the package in such a way that it can only be installed by people that know some password or serial number? Thanks, Chris - This SF.Net

[WiX-users] Upgrade with new Microsoft libraries

2008-08-06 Thread Chris Walford
not previously present so no action is taken. Can anyone shed any light on this and suggest a way that I can author the install so that the upgrade will work. Thanks Chris Walford NOTICE: This email message and all attachments transmitted with it are intended solely

[WiX-users] Create new website or use existing

2008-08-04 Thread Chris Timms
website) still get fired if its website/@id is not referenced during the install (i.e. if the user selected new web site) I'm using Wix V3 (3.0.4227.0) Chris - This SF.Net email is sponsored by the Moblin

[WiX-users] Administrative Install and wixui_mondo

2008-07-25 Thread Chris Vigelius
in advance, chris - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK win great prizes Grand prize is a trip for two to an Open Source

Re: [WiX-users] Manual un-install

2008-07-24 Thread Chris Mumford
I think you want to use msizap. On Thu, Jul 24, 2008 at 12:51 PM, Eric Latendresse [EMAIL PROTECTED] wrote: How can I manually un-install a setup? I get an error when I try to remove my setup from Add\Remove programs. Thanks, Eric

Re: [WiX-users] Another newbie question: condition on custom action

2008-07-14 Thread Chris Mumford
I think that having examples in the documentation would help out immensely. On Sat, Jul 12, 2008 at 9:12 AM, Rob Mensching [EMAIL PROTECTED] wrote: Uhh, yeah. You asked how to condition a custom action and that says specifies the condition of the action. Am I missing something? Is there

Re: [WiX-users] Another newbie question: condition on custom action

2008-07-14 Thread Chris Mumford
I can't see anything obviously wrong here, but my suggestion is to create a verbose log and see what the property values are: msiexec /i setup.msi /l*vx Install.log Also, if you aren't using it Wilogutl.exehttp://msdn.microsoft.com/en-us/library/aa372811.aspxis a nice tool to analyze the logs

Re: [WiX-users] General Merge Module Questions

2008-07-04 Thread Chris Mumford
to the end of all the primary key identifiers in the MSI. The MSI SDK talks about this process in detail. -Original Message- From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] On Behalf Of Chris Mumford Sent: Thursday, July 03, 2008 16:36 To: General discussion for Windows Installer

Re: [WiX-users] General Merge Module Questions

2008-07-03 Thread Chris Mumford
.:-) Chris - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php

[WiX-users] transform creation

2008-07-01 Thread Chris Mumford
tool to use MSI.DLL to create a new modified MSI and/or MST. I just wanted to check that I'm not doing things the hard way here. Is this the best way to solve this problem? Thanks, Chris - Sponsored by: SourceForge.net Community

[WiX-users] Protecting config files during an upgrade

2008-06-29 Thread Chris Ridd
be set on the File to mark it as user-editable/preserve on upgrade? I'm led to believe that Installshield had a flag like this. Cheers, Chris - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell

Re: [WiX-users] Help me fix my mistake please...

2008-06-22 Thread Chris Mumford
, just the product code. I wound up doing a RegistrySearch to detect these old products (fortunately only 3) and fail the install with a CA if detected. I wish there was a good way to know they are installed per-user w/o a CA, but this is good enough. -Chris On Tue, Jun 17, 2008 at 7:40 PM, Chris

Re: [WiX-users] MSBuild inside Wix development

2008-06-19 Thread Chris Mumford
to miss. Once I get my installer released, and once I feel I know enough to be helpful to others (and this thread proves I'm not really there yet) I may stop whining and start contributing this project. :-) -Chris On Wed, Jun 18, 2008 at 10:34 PM, Neil Enns [EMAIL PROTECTED] wrote: You can use

Re: [WiX-users] MSBuild inside Wix development

2008-06-18 Thread Chris Mumford
: Chris, I'm curious, why do you use this approach instead of the shipping wix.targets build process that comes with WiX? Neil From: [EMAIL PROTECTED] [ [EMAIL PROTECTED] On Behalf Of Chris Mumford [ [EMAIL PROTECTED] Sent: Tuesday, June 17, 2008 8:04 PM

Re: [WiX-users] Auto Update Question

2008-06-17 Thread Chris Bardon
I've built my own auto update mechanism to recognize when new versions are available based on a web service, but I'm curious to know what solutions others have come up with. Basically, my app just phones home to a predefined location on startup, and if there's a new version, downloads and runs

Re: [WiX-users] Help me fix my mistake please...

2008-06-17 Thread Chris Mumford
no distinction between 3.0.0.0 and 3.0.0.1. Is that what you're seeing? Phil Wilson -Original Message- From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] On Behalf Of Chris Mumford Sent: Monday, June 16, 2008 8:28 PM To: General discussion for Windows Installer XML toolset. Subject: [WiX

Re: [WiX-users] MSBuild inside Wix development

2008-06-17 Thread Chris Mumford
could use the MSBuild Community Tasks (http://msbuildtasks.tigris.org/) to read the registry (via RegistryRead) to dynamically determine the install location of WiX. Hope this helps. -Chris On Tue, Jun 17, 2008 at 1:08 AM, Krishnan Senthilraj [EMAIL PROTECTED] wrote: Hi, I am new to Wix

[WiX-users] Help me fix my mistake please...

2008-06-16 Thread Chris Mumford
I'm doing wrong here? Thanks, -Chris - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php

Re: [WiX-users] Vista: per-user installation without administrator privileges

2008-06-12 Thread Chris Mumford
And BTW thanks for mentioning the deployment engineering blog. I never came across that, but just subscribed to it. On Tue, Jun 10, 2008 at 7:02 PM, Christopher Painter [EMAIL PROTECTED] wrote: But you could write a bootstrapper that caches and tweaks the package based on user input before

Re: [WiX-users] Source vs. target

2008-06-10 Thread Chris Mumford
:12 PM, Chris Mumford [EMAIL PROTECTED] wrote: Hey Neil: Thanks for responding. Sure, I do have other directories like: Directory Id=ProgramFilesFolder Directory Id=DesktopFolder Directory Id=SystemFolder Directory Id=CommonAppDataFolder Name=MyDataDir Directory Id

Re: [WiX-users] Source vs. target

2008-06-09 Thread Chris Mumford
figure it out eventually... -Chris On Sun, Jun 8, 2008 at 9:03 PM, Neil Enns [EMAIL PROTECTED] wrote: What do you have underneath your Directory element? Generally you put another Directory element in to make the files go where you want, as in this example from Authoring your first .wxs file

Re: [WiX-users] Adding files to msi

2008-06-09 Thread Chris Mumford
bump. On Sat, Jun 7, 2008 at 6:26 PM, Chris Mumford [EMAIL PROTECTED] wrote: I have a requirement for the end user to be able to add files to my MSI before they deploy it to their machines. At present I wrote a program to use msi.dll to allow them to customize some properties - it writes

[WiX-users] Source vs. target

2008-06-08 Thread Chris Mumford
it's set to drive C:\ weven though my MSI is on a network share. -Chris - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net

[WiX-users] Adding files to msi

2008-06-07 Thread Chris Mumford
I have a requirement for the end user to be able to add files to my MSI before they deploy it to their machines. At present I wrote a program to use msi.dll to allow them to customize some properties - it writes out a modified *.msi file as well as a *.mst transform file. I see some discussion

[WiX-users] Error when using FileSharePermission

2008-06-06 Thread Mole, Chris
Hi, I'm getting this error.. error LGHT0094 : Unresolved reference to symbol 'User:test' in section 'Product:{A50A3A25-28AA-40D0-97B7-63091A3723D9}' code as follows.. Directory Id='TARGETDIR' Name='SourceDir' Directory Id=apps_d Name=. Component Id='apps_d'

[WiX-users] FileSharePermission has no Domain

2008-06-05 Thread Mole, Chris
Hi, In the util:FileSharePermission element, there's no Domain attribute. Is there some other way to grant fileshare permissions to a domain account? Thanks, Chris - Check out the new SourceForge.net Marketplace. It's

[WiX-users] Error in v3 with extended permission element

2008-06-03 Thread Mole, Chris
Hi, I'm using Wix v3. Trying to use the extended permission element. Getting this error: The CreateFolder element contains an unhandled extension element 'util:PermissionEx'. My source looks like this: Wix xmlns=http://schemas.microsoft.com/wix/2006/wi;

[WiX-users] Can't find a file version

2008-05-30 Thread Chris Mumford
Can somebody help me figure out what I'm doing wrong here. I'm trying to lookup a file path in the registry and then do a FileSearch to see if it meets the minimum version I require. Here's my code: Property Id=FLASH_FILE_PATH RegistrySearch Id=FlashFilePath Root=HKCR Type=file

[WiX-users] Help with Flash merge module.

2008-05-24 Thread Chris Mumford
\light.exe -ext WixNetFxExtension -ext WixUIExtension Project.wixobj Microsoft (R) Windows Installer Xml Linker version 3.0.4109.0 Copyright (C) Microsoft Corporation 2003. All rights reserved. C:\chris\Project.wxs(139): warning LGHT1056: The Directory table contains a row with primary key(s

[WiX-users] Starting stopping program during install uninstall

2008-05-18 Thread Chris Mumford
Hi again: During install I need to start a program that I've just installed, and I also need to kill it during uninstall/upgrade. I believe that I can just add a custom action to start it, but what about to stop it? Is there a non CA solution to this problem? Thanks! -Chris

Re: [WiX-users] yep - back to being 100% frustrated

2008-05-12 Thread Chris Mumford
in touch Siva - I may be begging you forward my resume for that security guard gig after a few more weeks of playing with this tech. ;-) Cheers. On Mon, May 12, 2008 at 11:53 AM, Markus Kuehni [EMAIL PROTECTED] wrote: Hi Chris I can only second your opinion. It's almost unbelievable, how difficult

[WiX-users] Новинка!

2008-04-22 Thread any chris
Вашему вниманию предлагаем базы данных: ВЭД (внешнеэкономическая деятельность) РФ и Украины 1999- 2008 год. Фирмы, предприятия, банки РФ (полная информация) по 2007 год 3000 руб. Расчетно-кассовый Центр ЦБ (банковские проводки) 2003-2005год 6000 руб. Налоговая по физ.

[WiX-users] Patching on a foreign language Windows, and Media Id in Patch elements

2008-04-12 Thread Chris Sheppard
try to come up with repro cases (at least for the second; a patch for the second case would just plain not-work on a French OS) if this would help, and file the appropriate bug reports. Thanks! Chris - This SF.net email

[WiX-users] ifndef not working as i would expect

2008-04-10 Thread Chris Haukap
/ ?define MyResourceDefined = ? ?endif? /Include Thanks -chris - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code

Re: [WiX-users] ifndef not working as i would expect

2008-04-10 Thread Chris Haukap
define a resource (say a vbs utility script file) in one wxi file and avoid duplicate symbols? -chris From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Haukap Sent: Thursday, April 10, 2008 10:44 AM To: wix-users@lists.sourceforge.net

[WiX-users] Force ACLs to child objects

2008-03-24 Thread Chris Lindal
GenericRead=yes Read=yes GenericExecute=yes / util:PermissionEx Domain=[ComputerName] User=IUSR_[ComputerName] GenericRead=yes Read=yes GenericExecute=yes / /CreateFolder /Component Thanks tons! Chris

[WiX-users] Force ACLs to child objects

2008-03-21 Thread Chris Lindal
GenericExecute=yes / util:PermissionEx Domain=[ComputerName] User=IUSR_[ComputerName] GenericRead=yes Read=yes GenericExecute=yes / /CreateFolder /Component Thanks tons! Chris - This SF.net email is sponsored

Re: [WiX-users] Path to candle.exe is invalid

2008-03-04 Thread Chris Marks
It looks like I have 3.0.2925.0 installed. The registry looked correct, but I found the problem in the .wixproj file. Thanks for the help! topher On Mon, Mar 3, 2008 at 10:43 PM, Bob Arnson [EMAIL PROTECTED] wrote: Chris Marks wrote: My co-worker created a WiX script using WiX 3 and Votive 3

[WiX-users] Path to candle.exe is invalid

2008-03-03 Thread Chris Marks
Hi all, My co-worker created a WiX script using WiX 3 and Votive 3 and added the new project to our solution and VCS. I updated my workspace and have been trying to build the solution using VS 2005, but get stuck on the following error: The specified task executable location 'C:\Program

Re: [WiX-users] Searching for multiple registry keys

2008-02-29 Thread Chris Ridd
).aspx ). In Wix, use Component/@Transitive = yes. Conditions on transitive components are always evaluated, whereas conditions on regular components are evaluated during fresh install only. That's perfect, and exactly the behaviour I was trying to achieve. Thanks! Cheers, Chris

[WiX-users] Installing Assembly to GAC installdir

2008-02-29 Thread Chris Weiss
. -- -Chris - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ WiX-users mailing

Re: [WiX-users] Forums...

2008-02-29 Thread Chris Weiss
by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users -- -Chris

Re: [WiX-users] Searching for multiple registry keys

2008-02-28 Thread Chris Ridd
) didn't change what happened. Cheers, Chris - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01

Re: [WiX-users] Searching for multiple registry keys

2008-02-27 Thread Chris Ridd
referencing the updated Java packages. Is there any way to get a repair to re-evaluate what components are installed? Cheers, Chris - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008

[WiX-users] Installing a root CA in Wix v3

2008-02-14 Thread Chris Bardon
is that the target machine can accept certificates signed by my CA. Thanks! Chris - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go

[WiX-users] Web site with a subdirectory in a different app pool

2008-02-12 Thread Chris Meyer
Hi, I need my WiX installer to create the following structure in IIS but I'm unsure of what should be nested where: - AppPool 1 - AppPool 2 - Main Web Site (runs in AppPool 1) - Directory 1 - Directory 2 - Directory 3 (runs in AppPool 2) Can someone provide the basic

[WiX-users] Error after update: Unresolved reference to symbol 'CustomAction:ConfigureSmb' in section 'Fragment'

2008-02-12 Thread Chris
ReadAttributes=yes Synchronize=yes/ /util:FileShare /Component /DirectoryRef /Fragment /Wix Thank's in advance, Chris - This SF.net email is sponsored by: Microsoft Defy all

[WiX-users] Property set by CA and used in a Condition

2008-02-11 Thread Chris
Not to confuse you - in my example in the mail I left the line to define my dll: Binary Id=MsiTools SourceFile=MsiTools.dll/ EBCN(Christian Ebner) wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Sent: Montag, 11. Februar 2008 08:59

[WiX-users] Property set by CA and used in a Condition

2008-02-10 Thread Chris
I solve this? Thank's, Chris here my example: ?xml version=1.0 encoding=UTF-8? Wix xmlns=http://schemas.microsoft.com/wix/2006/wi; Product Id=5f98847e-4d63-490d-9644-fa98120decd5 Name=Application Language=1033 Version=20.0.0.0 Manufacturer=Test AG UpgradeCode

Re: [WiX-users] InstallExecuteSequence for Sql Actions

2008-02-01 Thread Chris Eldredge
Actually, I'm trying to load the assembly from the file system, not the GAC. Does that change your answer? Thanks, Chris Adam Majer wrote: No. GAC is updated after MSI install is finalized. Wix has no control over this. - Adam

Re: [WiX-users] InstallExecuteSequence for Sql Actions

2008-02-01 Thread Chris Eldredge
Doh! I figured out that the reference to the File ID was wrong, so the path to the assembly was evaluating to a blank string. Turns out standard action sequence works fine for this scenario. Thanks, Chris Alexander Shevchuk wrote: Hi Chris, Sorry, I am still on WiX 2, but that should

[WiX-users] InstallExecuteSequence for Sql Actions

2008-01-31 Thread Chris Eldredge
destination when the SQL action executes. My question: is it possible to change the order that the actions execute in such that the assembly will be where it is supposed to be by the time the SQL commands start executing? Thanks, Chris My WiX 3 markup (abridged) Component Id=MyAssembly.dll

Re: [WiX-users] Votive 3.0.3530.0-can't add a relative reference to a wixlib

2008-01-30 Thread Chris Bardon
You're right-a relative path will work if you hand edit the wixproj, but the UI will still show the absolute path. Thanks for the help. From: Justin Rockwood [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 29, 2008 2:47 PM To: Chris Bardon; WiX Users Subject: RE: [WiX-users] Votive

Re: [WiX-users] Installing 2 files w/same filename from diff features breaks ICE30?

2008-01-23 Thread Chris Weiss
On Jan 23, 2008 7:49 PM, Bob Arnson [EMAIL PROTECTED] wrote: Chris Weiss wrote: I've got two versions of an assembly installed based on whether the user is on a Terminal Services machine or not. The files are associated with two different mutually-exclusive features that are set

[WiX-users] Copying files to System32 subfolders

2008-01-21 Thread Chris Weiss
the SystemFolder (System32) level? Thanks! -- -Chris - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01

[WiX-users] CustomAction DLL call return value into a property?

2008-01-18 Thread Chris Weiss
Is there a way to read the return of a DLL call CA into a property? I have a DLL that tracks down a particular printer driver and returns a path to the files. The DLL is pre-written, so I can't use MSISetProperty or any fun-ness like that. -- -Chris

[WiX-users] WiX v3 - ModuleInstallExecuteSequence table not merged correctly

2008-01-16 Thread Chris Houser (HIS)
the MSM, instead of relative to the standard actions. As a result some are ending up after InstallFinalize. We do not own the MSMs so would rather not make updates to them. Thank you, Chris Houser | Program Manager inline: Picture (Device Independent Bitmap) 1.jpg

[WiX-users] Creating a shortcut that runs elevated on Vista

2008-01-15 Thread Chris Bardon
Does anyone know if there's a way to have an installer create a shortcut on Vista that always runs as an administrator? I have a legacy app that needs to create ODBC DSNs on startup, which doesn't appear to work if it's running in a non-elevated context. Thanks, Chris

Re: [WiX-users] NETFRAMEWORK35 returning incorrect results?

2008-01-12 Thread Chris Weiss
On Jan 12, 2008 11:15 AM, Bob Arnson [EMAIL PROTECTED] wrote: Chris Weiss wrote: Condition Message='This setup requires the .NET Framework 3.5 or higher.' NETFRAMEWORK35 /Condition I'm including the WixNetFxExtension v3.0.2925.0 Is NETFRAMEWORK35 not set? Are you

[WiX-users] NETFRAMEWORK35 returning incorrect results?

2008-01-08 Thread Chris Weiss
:\WINDOWS\Microsoft.NET\Framework\v3.5 folder. The setup log however reports: Property(C): MsiNetAssemblySupport = 2.0.50727.1433 Property(C): MsiWin32AssemblySupport = 5.1.2600.3019 Any thoughts on what's going on? -- -Chris

Re: [WiX-users] How to create help file shortcut icon?

2008-01-08 Thread Chris Weiss
-- -Chris - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace

[WiX-users] Writing variables to a file at install time

2008-01-07 Thread Mole, Chris
Is there any way to write a variable to a file at install time? For example, let's say that the installation directory is set to c:\myapp at install time. Is there any way to write dir=c:\myapp to c:\myapp\myapp.properties?

[WiX-users] CustomAction: How to use a Property in another CustomAction

2008-01-07 Thread Chris
]/ InstallExecuteSequence Custom Action=SetAppdataProp Before=ExecuteSomething1/Custom Custom Action=ExecuteSomething Before=InstallFinalize1/Custom /InstallExecuteSequence Thank's Chris - This SF.net email

Re: [WiX-users] FileShare - Question

2008-01-03 Thread Chris
/ /util:FileShare /Component /Directory And additionally I have another question: How can I set the share-permission for a usergroup and not for a single user only? - Chris -- Set the ROOTDRIVE property to C:\ and Move your component under the TARGETDIR

Re: [WiX-users] FileShare - Question

2008-01-03 Thread Chris
/ /util:FileShare /Component /Directory And additionally I have another question: How can I set the share-permission for a usergroup and not for a single user only? - Chris -- Set the ROOTDRIVE property to C:\ and Move your component under the TARGETDIR

Re: [WiX-users] How to create help file shortcut icon?

2008-01-03 Thread Chris Weiss
have solved this, what was your solution? -- -Chris - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01

[WiX-users] FileShare - Question

2008-01-02 Thread Chris
util:FileSharePermission GenericAll=yes User=MyUser Read=yes/ /util:FileShare /Component /Directory /Directory /Directory Thank's in advance, Chris - This SF.net email

[WiX-users] Substitution for Fragments in MMs?

2008-01-02 Thread Chris Weiss
} File Id=AddRoles.sql Name=AddRoles.sql KeyPath=yes Source=$(var.db_script_src_dir)\AddRoles.sql / /Component ... /Directory /Fragment How I'm new to this whole WiX thing, so please forgive me if I'm missing the obvious. -- -Chris

[WiX-users] How to create help file shortcut icon?

2008-01-02 Thread Chris Weiss
! -- -Chris - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ WiX-users

[WiX-users] Newbie question on ClickThrough

2007-12-31 Thread Chris Marks
Hi, I just started looking at WiX and am very intrigued by the ClickThrough project vision. I have downloaded and installed the Wix 3.0 MSI, which seems to have included the ClickThrough ui app. I haven't found any documentation on how to use ClickThrough or what I really need to put into the

Re: [WiX-users] Custom Action after XmlConfig

2007-12-11 Thread Chris
ideas? Thank's Chris - SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy

Re: [WiX-users] Custom Action after XmlConfig

2007-12-11 Thread Chris
-file. And I guess XmlConfig will be executed with the call of the ExecXmlConfig-target but I have no clue what the sequencenumber is since I cant find it anywhere. So I'm wondering what the sequence-number of the XmlConfig-Execution is? Any ideas? Thank's Chris // -Original Message- From

Re: [WiX-users] Votive on VS 2008?

2007-12-10 Thread Chris Bardon
OK, I just installed the latest release, and everything seems to be working fine-thanks Justin! I saw a reference to it in the history, but were the variable defines added back to Votive (something like var.Project.TargetDir)? I know these worked in 2, but not in 3. Chris -Original Message

Re: [WiX-users] Votive on VS 2008?

2007-12-07 Thread Chris Bardon
] On Behalf Of Richard Sent: Thursday, December 06, 2007 7:24 PM To: Chris Bardon Subject: Re: [WiX-users] Votive on VS 2008? In article [EMAIL PROTECTED] , Chris Bardon [EMAIL PROTECTED] writes: I'm using 3.0. [...] On Rob Mensching's blog, he stated that the community technology preview

Re: [WiX-users] Votive on VS 2008?

2007-12-07 Thread Chris Bardon
. -Original Message- From: Justin Rockwood [mailto:[EMAIL PROTECTED] Sent: Friday, December 07, 2007 3:02 PM To: Chris Bardon; WiX Users Subject: RE: [WiX-users] Votive on VS 2008? Have you picked up the most recent version on http://wix.sourceforge.net/releases (Votive 3, not 2)? Aaron has already

[WiX-users] Votive on VS 2008?

2007-12-06 Thread Chris Bardon
Just out of curiosity, has anyone done a rebuild for the Votive plugin to work with VS 2008? I just installed the RTM this week, and I'm looking to try moving some of my VS2005 projects up. So far, anything that includes a setup won't build.

Re: [WiX-users] Votive on VS 2008?

2007-12-06 Thread Chris Bardon
: Thursday, December 06, 2007 12:30 PM To: WiX Users Subject: Re: [WiX-users] Votive on VS 2008? In article [EMAIL PROTECTED] , Chris Bardon [EMAIL PROTECTED] writes: Just out of curiosity, has anyone done a rebuild for the Votive plugin to work with VS 2008? I just installed the RTM this week

[WiX-users] Create a non-existing XML-file

2007-12-03 Thread Chris
Hello, I'd like to create an xml-file which doesn't exist and then change it's nodes/values. Is there an extension that supports (xml-)file-creation? I want to avoid to write a custom action dll! Thank's, Chris - SF.Net email

[WiX-users] XMLConfig - delete an element

2007-12-03 Thread Chris
' Node='element' On='install' Sequence='7' / Thanx Chris - SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop

[WiX-users] New user - Copying External Files

2007-11-29 Thread Chris Sexton
. Thanks in advance for your help, Kind regards, Chris - SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your

Re: [WiX-users] outlook com addin

2007-11-27 Thread Chris Bardon
Ben, I've created an installer for a C# COM addin using Wix, and I ran into some of the same problems. The best way to get the necessary COM settings for a registration seems to be to use a registry sniffer that can compare snapshots. I took a registry snapshot, registered the assembly, and then

[WiX-users] Validation of an msi-file to prevent modification?

2007-11-13 Thread Chris
to validate an msi-package with a checksum for example, so that it's not possible to start an installation after a modification? Or should I just avoid writing scripts and use dll's instead? Thank's, Chris - This SF.net email

[WiX-users] enabling a control with a radiobutton in the same dialog

2007-11-12 Thread Chris
Hello, I have 2 radiobuttons in a radiobutton-groupbox and I would like to enable/disable another control of the same dialog (which is another radio-groupbox in my case) depending on the checked radio-button. I hope you can help me with this! Regards, Chris

Re: [WiX-users] External Files not found

2007-11-11 Thread Chris Stefano
Ok, thanks. Do you have an example WXS of how to do this? I looked at Directory/@FileSource, Directory/@SourceName and changed my example but it doesn't work as I expect. Thanks In article [EMAIL PROTECTED], Chris Stefano [EMAIL PROTECTED] writes: e.g. The output layout of the CD

[WiX-users] External Files not found

2007-11-09 Thread Chris Stefano
/ ComponentRef Id=WixExampleFileComponent2 / ComponentRef Id=WixExampleFileComponent3 / /Feature /Product /Wix [/code] Any help is much appreciated. Chris Stefano - This SF.net email is sponsored by: Splunk Inc. Still

Re: [WiX-users] External Files not found

2007-11-09 Thread Chris Stefano
PROTECTED], Chris Stefano [EMAIL PROTECTED] writes: I couldn't find any examples of how to do this, and thus inferred that the Media/@Layout was how to do it. Hrm. I don't know exactly what Media/@Layout is turning into in the final MSI, but you don't need this anyway. What you're missing

[WiX-users] Fragment/Ref in Merge Module?

2007-10-17 Thread Chris
. /DirectoryRef /Fragment /Wix Thanx, Chris - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using

[WiX-users] French accents and Windows Installer

2007-10-17 Thread Chris Bardon
else encountered this? Thanks, Chris - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser

Re: [WiX-users] WIX2 Windows Vista

2007-10-17 Thread Chris Bardon
Does it fail even if you run your setup elevated? If you’re able to run your MSI non-elevated, it’s probably using the compatibility features to write to a mirror program files directory under the user profile, not the real one. If you run your msi, does Windows ask if you want to elevate?

Re: [WiX-users] Digitally signing packages

2007-10-13 Thread Chris Ridd
, Chris - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now

Re: [WiX-users] Newbie Q - changing TARGETDIR based on mode

2007-10-11 Thread Chris Ridd
On 10 Oct 2007, at 11:55, Anton Filippov wrote: Hi. msiexec /i ...msi /quiet TARGETDIR=C:#Temp ? Is that # meant to be a backslash? Cheers, Chris - This SF.net email is sponsored by: Splunk Inc. Still grepping

Re: [WiX-users] Digitally signing packages

2007-10-09 Thread Chris Ridd
and haven't had any problems. That's useful to know, thanks John. Of course they're still part of Verisign :-( Cheers, Chris - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems

Re: [WiX-users] How to check processor architecture

2007-10-04 Thread Chris Ridd
anything obvious at MSDN. Cheers, Chris - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download

Re: [WiX-users] The folder path '?' contains an invalid character

2007-10-02 Thread Chris Ridd
, Chris - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ WiX-users mailing

Re: [WiX-users] Shortcut documentation is AWOL

2007-10-01 Thread Chris Ridd
On 30 Sep 2007, at 21:36, Bob Arnson wrote: Chris Ridd wrote: I'm probably the last one to spot this, but just in case - the page describing Shortcuts in the website's Schema documentation is completely devoid of information. Not even links to MSDN :-( http://wix.sourceforge.net

Re: [WiX-users] Escaping Special Characters

2007-09-28 Thread Chris Ridd
and codepage... Cheers, Chris - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01

Re: [WiX-users] can I use MD5 of file/dir for Id values?

2007-09-28 Thread Chris Ridd
On 28 Sep 2007, at 16:09, Kaveh Goudarzi wrote: Hi Chris, Thats interesting. Wow it's been a while since I thought of tcl/ tk (which I loved actually :-) ) ... While on the autogeneration subject how do you deal with shortcut creation? do you exclude files to which you

Re: [WiX-users] can I use MD5 of file/dir for Id values?

2007-09-27 Thread Chris Ridd
a little here. Cheers, Chris - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01

[WiX-users] Spaces in Shortcut/@Arguments

2007-09-27 Thread Chris Ridd
of quot;s into my arguments string, but that feels like a layering hack. Cheers, Chris - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go

<    1   2   3   4   >