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
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
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
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
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: [
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
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
-
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
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
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
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
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
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
...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
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
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?
-
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
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
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
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
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
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
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
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
24 matches
Mail list logo