[WiX-users] How to debug MSI properties?

2008-10-30 Thread [EMAIL PROTECTED]
Our kit has a feature that's depending on VS90_IDE_VC_PROJECTSYSTEM_INSTALLED being defined. I'm installing onto a VMWare image with VS2008 and (only) Visual C++ installed, and the feature fails to install. The feature that depends on VS2005 seems to install properly onto a similarly configured

[WiX-users] Resetting Visual Studio Addins

2008-10-16 Thread [EMAIL PROTECTED]
Our product includes a Visual Studio addin. For the most part everything works fine, but occasionally we need to reset the addin. Visual Studio documents the /resetaddin option to do this: devenv /resetaddin MyAddin.Connect We can include the command in our documentation, but it would be

Re: [WiX-users] save logfile

2008-08-29 Thread [EMAIL PROTECTED]
you put the date and time in the log file name? Or use /l*v+ on the command line to append to the old log file? Cheers, James -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 29 August 2008 14:07 To: wix-users

Re: [WiX-users] Debug / Release version of dependencies

2008-04-07 Thread [EMAIL PROTECTED]
to load debug files in a debug build or release files in a release build. I hope that this helps to answer your question. From: Charlebois, Cameron TMC [EMAIL PROTECTED] Sent: Monday, April 07, 2008 1:07 PM To: wix-users@lists.sourceforge.net Subject: [WiX

[WiX-users] adding mimemap to Webvirtualdir

2007-10-30 Thread [EMAIL PROTECTED]
Hi all, I want to know how the iis:mimemap tag works, it seems to need an id but do not know how to add an MIME element although in the helpfile is written that it schould be child of Wix tag. Second thing is that I want to add a wildcard mime (after I know how to add a MIME to a

Re: [WiX-users] dynamically fill a combobox

2007-10-04 Thread [EMAIL PROTECTED]
for this)? Is there also a nice source where I can gain some examples of customactions using vbscript? Greetings Peter From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wilson, Phil Sent: Tuesday, October 02, 2007 7:59 PM To: wix-users

[WiX-users] dynamically fill a combobox

2007-10-02 Thread [EMAIL PROTECTED]
Hi, I want to use a custom action to fill dynamically a combobox. But I do not know how the output of the custom action should look like. I only think to know that I have to bind a property to the ouput to get the selected item of the combobox. Regards, Peter

Re: [WiX-users] choosing Website and changing Virtual Directory

2007-09-26 Thread [EMAIL PROTECTED]
not know what the Wix iis:Website really needs so that I can dynamically install to a specified Website of the IIS. Greetings Peter -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 25, 2007 4:44 PM To: [EMAIL PROTECTED] Cc: wix-users

Re: [WiX-users] Change the parentdirectory of a mergemodule

2007-09-26 Thread [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Sent: Wednesday, September 26, 2007 10:25 AM To: [EMAIL PROTECTED]; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Change the parentdirectory of a mergemodule Yes, the Directories that are parented to TARGETDIR can be “reparented”. The MSI SDK talks about how

Re: [WiX-users] choosing Webserver and changing Virtual Directory

2007-09-26 Thread [EMAIL PROTECTED]
need to reference it to the right website of the IIS. Or is there some documentation about it? From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 26, 2007 10:25 AM To: [EMAIL PROTECTED]; wix-users@lists.sourceforge.net Subject: RE: [WiX

[WiX-users] Events of the Publish Tag

2007-09-25 Thread [EMAIL PROTECTED]
Is there a source where I can get to know about all Standard Events you can use in the Publish Tag of the Controls? Unfortunately I can not find anything about it in the help. I am using wix v3 - This SF.net email is

Re: [WiX-users] choosing Website (not Webserver) and changing Virtual Directory

2007-09-25 Thread [EMAIL PROTECTED]
, where it has to deploy the webapplication. I can not find an action or something else to read this out. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, September 24, 2007 1:50 PM To: wix-users@lists.sourceforge.net

Re: [WiX-users] choosing Website (not Webserver) and changing Virtual Directory

2007-09-25 Thread [EMAIL PROTECTED]
because I do not knot how it works :( I think it could be a solution but i do not think that I can get it work. Perhaps you can show me what I have to do. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 25, 2007 2:58 PM To: [EMAIL PROTECTED

[WiX-users] choosing Webserver and changing Virtual Directory

2007-09-24 Thread [EMAIL PROTECTED]
Hi all, I am searching a posibility how I could let the customer choose the webserver (like in the Visual Studio WebSetup) and to change the Virtual Directory. I think changing the Virtual Directory should not be a big problem, just adding a Textbox and triggering a custom action setting the

[WiX-users] Change the parentdirectory of a mergemodule

2007-09-19 Thread [EMAIL PROTECTED]
Hi, Is there a posibility to change the parent Directory of a merge module? At the moment I am using a custom action that changes the directory below TARGETDIR. All files of this target will be installed fine, but all Subfolders are installed to „[TARGETDIR]Module Retargetable

Re: [WiX-users] telling WiX to get files from Team Foundation Server

2007-09-17 Thread [EMAIL PROTECTED]
if the hard drive is full etc. But this works for now :-) Thanks Richard! Regards, Peter From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, September 14, 2007 3:15 PM To: [EMAIL PROTECTED] Subject: RE: [WiX-users] telling WiX to get files from Team

[WiX-users] telling WiX to get files from Team Foundation Server

2007-09-13 Thread [EMAIL PROTECTED]
Hi WiX-Team, I am new to WiX and testing it for about a week, because we need to customize the standard Setup of Visual Studio for our webapplication. The problem is that we got a pretty big webapplication (about 3000 files and 200 folders to deploy) and we are using VS 2005 with Team

[WiX-users] Install to ROOTDRIVE

2007-08-27 Thread Darrell ([EMAIL PROTECTED])
I am looking to have my application default to installing on the same drive that they have Windows installed on. I believe that is called the ROOTDRIVE. However using the following it defaults to whatever drive the installer is launched from. Directory Id=TARGETDIR Name=SourceDir Directory

Re: [WiX-users] Overwrite an Existing File (More Info)

2007-08-25 Thread Darrell ([EMAIL PROTECTED])
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Darrell ([EMAIL PROTECTED]) Sent: Friday, August 24, 2007 1:36 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Overwrite an Existing File (More Info) Looking into this I found the following from the Windows Installer Log. MSI (s) (BC:A8

Re: [WiX-users] Overwrite an Existing File (More Info)

2007-08-24 Thread Darrell ([EMAIL PROTECTED])
Looking into this I found the following from the Windows Installer Log. MSI (s) (BC:A8) [16:12:38:802]: Executing op: