Re: [WiX-users] Disk costing, directory deleting

2007-03-30 Thread Jason Van Eaton
1. Thanks. 2. I am not going to describe all of the objs, generated headers, binaries, pdbs, etc. I am just looking for a way to nuke the directory and tie that into a user option in the UI. JVE -Original Message- From: Rob Mensching Sent: Friday, March 30, 2007 3:10 PM To: Jason Va

[WiX-users] Use sca to create database,does it require mdac.

2007-03-30 Thread 姚春林
Hello How the wix connect to sqlserver ? If it use the mdac, when client haven't installed it install will Fatal. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the c

Re: [WiX-users] CA with elevated privileges under Vista!

2007-03-30 Thread Wilson, Phil
A couple or four things: 1) Does "early in the installation process" mean in the UI sequence? 2) Manifests target executables, not Dlls - they run with the level of the exe that loads them. 3) If the setup.exe isn't asking for elevation via Cancel/Allow but is asking for an admin account, the

[WiX-users] CA with elevated privileges under Vista!

2007-03-30 Thread Chuck
I have the following situation: I am creating an MSI in which I need to run a CA early in the installation process, the DA is in a C dll. The CA "Requires" Admin access under Vista. I am wrapping the msi in a setup.exe boot strapper that has a manifest with requestedExecutionLevel level="requ

Re: [WiX-users] Disk costing, directory deleting

2007-03-30 Thread Rob Mensching
1. ReserveCost element. 2. If you describe all of the files in the MSI, then MSI will clean up properly. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Van Eaton Sent: Friday, March 30, 2007 1:21 PM To: wix-users@lists.sourceforge.net Subject: [

Re: [WiX-users] How To Do Tutorial Step 2.5 Insertions in Wix3 Quickly

2007-03-30 Thread ScottStout
This provides a quicker way to accomplish what I was trying to accomplish: http://www.nabble.com/CNDL0150-Error-for-Custom-Dialog-tf2871087.html#a8024749 -- View this message in context: http://www.nabble.com/How-To-Do-Tutorial-Step-2.5-Insertions-in-Wix3-Quickly-tf3493367.html#a9760750 Sent fr

[WiX-users] Default values to a control

2007-03-30 Thread rkevinburton
I am relatively new to Wix. I am trying to build a dialog and I would like there to be a default value for the text entered and I would like to have text for a password field masked. I am sure this can be done I just don't know how right now. Kevin -

[WiX-users] Disk costing, directory deleting

2007-03-30 Thread Jason Van Eaton
I need to accomplish 2 tasks and I am not seeing any obvious solutions (using 3.0.2420.0). 1. I am creating a source code install. I would like to prevent users from installing on drives that that do not have enough room to build the source code. So although the source itself only consum

[WiX-users] COMPlus in Wix V3

2007-03-30 Thread Krishna Vaishnav
Hello I do not see ComPlus in Wix V3 bits. When is it going to be available? Thanks -Krishna - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your

[WiX-users] multiple cultures and codepage error

2007-03-30 Thread Huck, Jacob
We've broken our build into numerous WiX fragments which in turn compile into numerous wix libs. All wixlibs contain english strings at a minimum and a few (namely the Dialog wixlibs) contain muliple languages under different cultures and codepages. For example, our "common_dialogs.wixlib" mig

Re: [WiX-users] Patching fails with 1627

2007-03-30 Thread Huck, Jacob
In case someone was looking at a similar issue: basically we have multiple cab files in a debug install (to contain the pdbs, which exceed 2GB in many cases). When generating the patch, I was leaving MediaDiskId blank, but in needed to be set to a value greater than the highest Media Id in the ms

Re: [WiX-users] problem when run custom action before costinitialize

2007-03-30 Thread John Vottero
Wait="Yes" means wait up to 30 seconds for the service to enter a STOPPED state rather than a STOP_PENDING state. In our case, our service would report STOPPED very quickly but, the process would still be running up to 90 seconds later because it was waiting for an I/O to complete that would never

[WiX-users] How To Do Tutorial Step 2.5 Insertions in Wix3 Quickly

2007-03-30 Thread ScottStout
I want to make a minor change to the WixUI_Mondo and rebuild it. Is there a way to do this quickly as shown in the tutorial (Step 2.5 Insertions) The tutorial simply does: candle.exe myWixUI_Mondo.wxs UserRegistrationDialog.wxs BrowseDialog.wxs etc.wxs lit.exe -out MyWixUI_Mondo.wixlib MyWixUI

Re: [WiX-users] problem when run custom action before costinitialize

2007-03-30 Thread Wilson, Phil
...and the point of that Wait="Yes" is that it translates to Wait=1 in the ServiceControl table so that it does really wait for the Service to finish, not just for the SCM to respond. Phil Wilson From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf O

Re: [WiX-users] Conditional Install of the Office 2003 PIAs

2007-03-30 Thread Wilson, Phil
Having a bootstrapper run by an administrator before installing the MSI is a normal way to separate required privilege so that your MSI can potentially not require administrator privilege although prerequisites typically do. Embedding the install of the PIAs as part of a feature makes this impossib

[WiX-users] initialize a property

2007-03-30 Thread Don Tasanasanta
How would you make this work in WiX? If a reg value exists then set property to that reg entry, else set property to zero I know how to read a reg value into a property, I know how to set a property to zero but might you put the if condition around it? -

[WiX-users] COM Registration of .Net assembly in v2

2007-03-30 Thread Timothy Meese
Hello, We tried v3, but ran into trouble with some 3rd party merge modules that are needed for our application. What I am running up against now is that the actions (or registry entries) produced by tallow -c on a .NET assembly don't exactly equal the same thing as regasm'ing the assem

Re: [WiX-users] Conditional RemoveFiles on Uninstall

2007-03-30 Thread Chris.Rowland
I'm trying to do the same thing, but when check the checkbox to remove the Installation directory, it's not deleting the directory, or the 2 files that are left behind. I cant imagine you have to explicitly remove files before removing the directory, do you? I have a hidden feature to enable my

Re: [WiX-users] install uninstall run conditions

2007-03-30 Thread Chris Bardon
Try setting the condition to NOT INSTALLED -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Some user Sent: Friday, March 30, 2007 12:40 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] install uninstall run conditions I have an MSI where I ne

Re: [WiX-users] upgrade nightmare

2007-03-30 Thread Chris Bardon
I'm guessing you want to avoid passing the REINSTALLMODE to the bootstrapper, correct? My solution to the same problem (thanks to the help of others on this list) was to use "*" as the product code, and define every upgrade to be a major one. There is a way to distribute a bootstrapper with autom

Re: [WiX-users] Upgrade problem

2007-03-30 Thread Chris Bardon
Major upgrades change the product code, small ones do not. The idea is that small upgrades change the existing install, but a major one could, if you choose, exist as a separate product. If you want to have a side by side install, change the product and upgrade codes. For an upgrade, change the

Re: [WiX-users] Conditional Install of the Office 2003 PIAs

2007-03-30 Thread Chris Bardon
I might just try that, but there could be a problem with that. First, what would the consequence be of installing the PIAs on a system without Office 2003 on it? Would it just add extra files to the GAC and be done with it? Also, what about admin rights? If my installer doesn't require administ

[WiX-users] determine installation directory based on a condition

2007-03-30 Thread Patrick Schmid
Is it possible to determine the installation directory based on a condition? For example, if the OS is XP, install in Program Files. If the OS is Vista, install somewhere else? Thanks, Patrick Schmid - Take Surveys. Earn Ca

[WiX-users] SelectionTree and Features: how to hide menu item InstallAll?

2007-03-30 Thread Igor Lemsky
We have SelectionTree in Windows installer and list of all not-hidden features there. To add feature to install I must Click on icon left to feature name and choose from drop-down menu Install Local (Will be installed on local drive) option. To remove it from installation I must choose option "Ent