A word of warning about SCHTASKS.EXE, the command line options are not
the same in all language variants of it!
Neil
-Original Message-
From: Blair [mailto:os...@live.com]
Sent: 28 July 2009 07:10
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Creati
There is another issue: if the uninstall fails, the task may have been
removed and won't be restored (since there is no rollback). Also, it may be
possible that on Vista and above (due to UAC) the task creation (and
removal) won't run since they are not deferred (and thus may not be
elevated).
Thi
Alright - I guess my explanation was a bit confusing...so here is the
question again:
How can I use 2 different WiX-Releases on the same machine on different
projects with msbuild?
Gremlin wrote:
>
> Hi there,
> I made an App_v1.msi which was buillt with WiX 3.0.4721. I didn't take a
> higher
Hi,
reading the new messages in the mailing list I've noticed the Phil
Wilson mentioning msidbComponentAttributesSharedDllRefCount bit
(SharedDllRefCount Component attribute in WiX)
I'm asking:
We are preparing MSI installation for more products, but these products
share some files in Program F
Hi guys,
It is resolved after I downloaded the WiX 3.0 release(non beta). Previously, I
was using WiX 3.0 beta.
Sorry for the trouble!
Best regards,
Bob Lim
New Email names for you!
Get the Email name you've always wanted on the new @ymail and @rocketmail.
Hurry before someone else
Hi,
we are using merge module to integrate third party libraries, but when
merged to our installation we receive validation warnings ICE82:
light.exe : warning LGHT1076 : ICE82: This action
ProgramFilesFolder.51E8CEE5_77F2_4D1B_82DF_14F19991D833 has duplicate
sequence number 1 in the table Inst
Michael,
I do have access to a standard edition of SQL Server and so I used the SQL
Profiler from that to analyse what was happening during the install.
With my WiX generated installer I saw all the login, database creation and
stored procedure addition stuff that I expected. However, when I use
Tom,
I do not know. I have never had any problems with the cache but then
again the installers I have built aren't exactly complicated!
However, first place I would look is to run an install on a fresh
machine with verbose logging and see if the files are being installed to
the directory you
When two actions share the same sequence number, the order (relative to
each other) in which they execute is undefined.
In this case, the warning can be safely ignored because the order wont
matter.
Its explained here
http://n2.nabble.com/ICE82-Warnings-from-duplicate-sequence-number-creat
ed-from
Hi Jim,
I managed to get it working, even got the Constructor string appearing!
The setting of the Constructor string was achieved by this:
Hope that might be of some help to you.
Thanks
Andy
-Original Message-
>> I was hoping it would be as easy as checking whether I'm running in
>> InstallRunMode.Deferred but I see that value doesn't exist.
The enumeration value you're looking for is InstallRunMode.Scheduled. Yeah it's
not the most obvious naming, but DTF tries to stay consistent with the
terminolog
Hi,
Does anyone know how to change the behaviour of the add/remove programs
window so that it has a combined 'change/remove' button instead of separate
ones?
Cheers
--
Let Crystal Reports handle the reporting - Free Crystal
It would appear that the Visual Studio 2010 integration is again missing from
WiX 3.5.0724.
Is there a way to manually install it?
Additionally, Bug #2803058 is not only Libraries but also MergeModules. I was
not able to update it,
nor do I think it should be a separate issue.
http://sourcefo
Ondrej, How did you validate the 3rd party merge module?
-Original Message-
From: Ondrej Zarevucky [mailto:ondrej.zarevu...@fine.cz]
Sent: Tuesday, July 28, 2009 8:06 AM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] problem with ICE82 - duplicate sequence
Thanks Jason!
Edwin G. Castro
Software Developer - Staff
Electronic Banking Services
Fiserv
Office: 503-746-0643
Fax: 503-617-0291
www.fiserv.com
Please consider the environment before printing this e-mail
> -Original Message-
> From: Jason Ginchereau [mailto:jason...@microsoft.com]
>
Hi John,
I am using WIX v2 still - there are a bunch of functions in scaexec.cpp.
You are looking for something like:
extern "C" UINT __stdcall CreateDatabase(MSIHANDLE hInstall)
{
//AssertSz(FALSE, "debug here");
I could not find much documentation, this was just in my memory from some yea
If all copies of the shared component are installed using the exact same
GUID w/ MSI then you don't need that bit. However, if any installations
occur that don't share that same GUID, both installations should be using
that bit.
You will need to inspect into (or experiment with) your old InstallSh
Just to expand, it's about sharing with non-MSI installs that use the Shared
Dll ref count registry mechanism. The only reason to set it is if you know
that there is a non-MSI install that installs the file to the same location and
increments the shared Dll counter. You don't need to set it if
Hi Ben,
The only valid options are using ARPNOMODIFY and ARPNOREMOVE to
disable the change and/or remove button. The ARP control panel seems
to know when a Windows Installer package handles Modify different from
Remove, so you'd have to remove some registry values from the HKLM\..
\Uninstal
Basically we wanted a GUI of some kind for the uninstall to accept passwords
as we don't want to store them in the registry, Do you know of any other
ways to get a GUI up from the remove button in wix?
On Tue, Jul 28, 2009 at 8:49 PM, Sebastian Brand (Instyler Software) <
wix+us...@instyler.com >
Hi All
I used to work with IBM Rational products so I know the best place to publish
my articles is IBM's developerWorks. So now if I want to write something
regarding Wix, what's the best website for me put my stuff? I don't have a blog
and I don't like the blog style at all.
Thanks
Jirong Hu
In my experimentations, ARPNOREMOVE would alter the Modify button to become
Modify/Remove, and would thus run the GUI, giving your GUI a chance to offer
removal.
However, the MSI can still be invoked without UI for removal by several
tools, so unless you are prepared to prevent removal without UI
I would actually argue that a blog is a great place to write about technology.
You get immediate feedback in comments that give you more ideas.
Wherever you do write about WiX, please let this list know about it!
John
Wintellect
http://www.wintellect.com
877-968-5528
>-Original Message
Hi all,
I'm running wix v 3.0.5120, and I need to install a driver.
Basically, it's one inf file and onesys files, and I'm having no joy.
I've tried this:
...
I've also tried putting things into system32. The drivers are there,
I've been meaning to put together a piece on integrating WiX into a
larger build system for non-programmers, I've cobbled together a
rather complex nant script tying together WiX with localization, code
signing, custom post-build scripts, building bootstrappers, etc. If
there was somewhere I could
DifxApp?
See the Difxapp Schema page in wix.chm.
-Original Message-
From: Mark Roden [mailto:mmro...@gmail.com]
Sent: Tuesday, July 28, 2009 4:17 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Is there a walkthrough that works for installing
drivers in an MSI, wix v 3 (5120)
It doesn't work. The driver tags aren't showing up. According to
what I can see in the schema, the driver tags are derived from
component, and neither the component tag has driver tags, nor does it
contain driver tags, nor is a driver tag being recognized. They are
all failing. So, I figure I'm
There are a couple of wiki sites dedicated to WiX (with a preference towards
v3) that I have seen (neither one is "official", afaik).
http://www.wixwiki.com/index.php?title=Main_Page
http://wix.mindcapers.com/wiki
I'm sure either or both would appreciate contributions, but I have not tried
to con
Hi,
I am getting the following error on light
error LGHT0204 : ICE03: Invalid DefaultDir string; Table: Directory, Column:
DefaultDir, Key(s): TARGETDIR
After some googling i think this is because i mentioned a duplicate TARGETDIR
//this is line that it showng error
I generated this wxs
29 matches
Mail list logo