Hi All,
I wanted to register OFFICE.dll in the global assembly cache .
Normally we do this using the command
C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\gacutil.exe -i
"C:\OFFICE.DLL"
and this dll gets registered in the cache .
I tried the following code out to achieve this in wix b
Hi All,
WiX version 2.0.5325.0
I have some launch conditions to check for valid OS versions for my product
such as
(VersionNT=501)
The above condition works fine as expected but I want to consolidate the error
message in ErrorProgressText.wxs file rather than hardcoding it in my main wxs
fil
Hi all,
I have some UI dialogs that needs certain validation before displaying next
page when Next button is clicked. How do you display a very simple message box
with simple OK button and message text only when certain condition is met? For
example, one of text box is empty etc..
I initially
Hi Bob,
> Get a verbose install log (msiexec /l*vx log.log /i name.msi) and see
> the logging around the InstallValidate action.
Thanks for the tip. If I disable advertisement and perform a complete
installation, I get:
MSI (s) (EC:38) [10:17:23:275]: Feature: MyFeature; Installed: Absent;
Req
I cannot figure out to install a driver using WIX 2.0 that does not
require the Windows "Found New Hardware Wizard" to pop up when the
hardware device is connected to the PC for the first time after
installation. My driver is packaged in a WIX 2.0 merge module and
installs successfully. Below
Hi all,
Using Votive, when I build a Wix project I'd like to set a property with the
date and time that the build was run. This would allow me to include that
property in a dialog with information helpful to QA and other folks, as we
gradually refine and finalize the first release of the msi we ar
As a simple test, I've input the following code into a .wxs file:
Thus, I'm trying to get notepad to pop up "old.txt", with no apparent results.
The examples and documentation I've looked through suggest this is correct,
though - is there anything I m
The last item you would also use the ServiceInstall element, not
ServiceControl.
Along with any other desired attributes.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of SaiTeja
Sent: Monday, November 19, 2007 6:09 AM
To: wix-users@lists.sourceforge.net
Also, that description is intended for the description of the service -
it will show up in the services applet. You really want a description
about what the service is for, not some text about an installation rule.
Phil Wilson
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PR
SaiTeja wrote:
> Hi,
>
> Can any review the wix code for the following and give example for last one
>
> Description="This will install only on Windows XP or later"
>
> NOT VersionNT = 500
Err, this is NOT VersionNT = 500 which means it will not install only on
one version of
> In general, doing a true per-user/per-machine install switch is
> tough to pull off. In addition to ALLUSERS, you need to redirect
> directories, to switch between per-user and per-machine locations.
> Vista/MSI 4.0 doesn't support an MSI that switches at runtime --
> unless it's a per-user inst
After completing what I thought were all the Vista updates necessary for our
installer, an issue came up when installing per user. One of our COM
component's (packaged as on ocx) registry entries are inaccessible in some
scenarios.
I read this entry:
http://blogs.msdn.com/cjacks/archive/2007/02/2
Bill Brooks wrote:
Is there anything I can use to bundle my MSI into an EXE, which when
run on an older OS like Win98, will tell the user that they need to
download and upgrade their msiexec, and provide a link to Microsoft's
site? Is there anything like this in WiX v2 that I could download an
Starling, Keith wrote:
> Will setupbld.exe work for .msp files as well as .msi?
Not today.
--
sig://boB
http://joyofsetup.com/
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Stud
Duncan Bayne wrote:
> An Attributes value of 8 should represent
> msidbFeatureAttributesDisallowAdvertise - which should prevent the
> user from choosing to have the feature advertised. This works, in
> that the user can't choose to advertise the feature in the UI.
> However when the application i
In article <[EMAIL PROTECTED]>,
"Starling, Keith" <[EMAIL PROTECTED]> writes:
> The goal of embedding the patch in an EXE is so that a user only has one
> file to download and execute, without needing any expertise on msiexec,
> to provide an update for software they have previously installe
The goal of embedding the patch in an EXE is so that a user only has one
file to download and execute, without needing any expertise on msiexec,
to provide an update for software they have previously installed.
Keith Starling
---
Hi,
Can any review the wix code for the following and give example for last one
Install Service: Stops and Removes the Service on Un install
My wix code:
NOT VersionNT = 500
Control Service: automatic start, but not started during install, will be
started on reboot
--
View this messag
Московская переводческая компания.
Профессиональный перевод. Все языки.
/ 495 / 766 _ 0 _ 742; / 495 / 766 _ 0 _ 747;
Агентство переводов специализируется на письменном переводе любых объемов
документаций с/на иностранные языки.
Представляем Вам перечень наших тематик:
Техническ
Set [EMAIL PROTECTED]"yes".
Rob
Maxim Sadovski wrote:
> Hi,
>
> I have a question - how could I leave HKLM Registry
> keys created during installation process (and possibly
> updated afterwards) when deinstallation is done?
>
> I have tried the following:
>
I've successfully got a setup program built and installing using WiX v3.
Go to test in on a fresh Win98SE install, and of course, double-clicking on the
MSI doesn't do anything besides giving me the "Open with..." dialog. Trying to
launch it with msiexec gives the error "Incorrect command line
21 matches
Mail list logo