[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 V

[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 mu

Re: [WiX-users] save logfile

2008-08-29 Thread [EMAIL PROTECTED]
Can 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 Aug

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

2008-04-07 Thread [EMAIL PROTECTED]
is allows the same build script 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:

[WiX-users] heat.exe -scom produces incorrect "regasm" fragments for COM interop ?

2008-02-28 Thread [EMAIL PROTECTED]
Hello, I tried to use heat.exe heat.exe file -scom MyDotNetCOM.dll -out MyDotNetCOM.wxs to generate a WiX fragment equivalent to the command regasm MyDotNetCOM.dll /tlb and noted that compared with execution of regasm command some things are missing/suspect: - the key "HKCR\CLSID\{--Some

[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 webvirtualdir

[WiX-users] Redirect Merge modules

2007-10-12 Thread [EMAIL PROTECTED]
Hi all, I want to redirect the Targtefolder of an mergemodule. But this mergemodule is created by VisualStudio2005. Orca shows me that there is a CustomAction that changes a Property of the Merge module and at the moment I trigger a CustomAction and overwrite these data, but it seems not the

Re: [WiX-users] dynamically fill a combobox

2007-10-04 Thread [EMAIL PROTECTED]
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] Create WebappPool

2007-10-03 Thread [EMAIL PROTECTED]
Hi, Is it possible to create a webAppPool for deployed Webapplications with Wix v3. When I use a name that is not available on IIS6 it does not use any Pool, if I take a name that is in the list it uses this Pool. Regards Peter ---

[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 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

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 Website and changing Virtual Directory

2007-09-26 Thread [EMAIL PROTECTED]
t I do 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:

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

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

[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 sponsor

[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 p

[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 Folder\subdir“

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

2007-09-17 Thread [EMAIL PROTECTED]
pen 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

[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 Foundatio

[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. How can I change the above so that it defaults

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

2007-08-25 Thread Darrell ([EMAIL PROTECTED])
means that it DID replace the file on disk. If it wasn't going to replace it you'd see something like " Won't Overwrite; Won't patch;Existing file is unversioned and unmodified - hash matches source file" Phil Wilson -Original Message- From: [EMAIL

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: FileCopy(SourceName=iumwmdfq.con|docinfo.exe.config,SourceCabKey=config,DestName=docinfo.exe.config,Attributes=512,FileSize=11567,PerTick=32768,,VerifyMedia=1,CheckCRC=0,,,Ins