Thanks for the confirmation. Our new plan is to figure out what's wrong
(or different) with this particular server.
> -Original Message-
> From: Rob Mensching [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, December 02, 2008 5:47 PM
> To: General discussion for Windows Installer XML toolset.
>
Hi all,
My application preallocates a bunch of disk space to use as (among other
things) a storage arena for cached files fetched over the network. The user
can select the amount of disk space to reserve in megabytes at install
time. Right now they just get an obscure error in their event log if
ychen wrote:
> Instead of dynamically creating shortcuts based on the selected application
> servers, I want to install all shortcuts and then remove unselected
> shortcuts. This way, I don't need to worry about how to remove them during
> un-installation processes. How can I do that? Thanks.
>
Jason Ding wrote:
> My .wixproj is in a .sln which also has some other .vcproj projects, I
> do have Project references being added to this .wixproj by using Add
> Reference under the References node, is this the bug you are talking
> about? Thanks.
>
Yes.
--
sig://boB
http://joyofsetup.com/
John Lalande wrote:
> Thanks for your response and suggestion. Doing a repair works for the users
> that are experiencing this issue.
>
> Is this a known issue? Is there anything I can do to our installer to
> protect these keys?
>
If it's the use of things like registry cleaners, no. They're
Yep, you've found one reason why we say, "SelfReg is evil."
-Original Message-
From: Dylan Moline (Volt) [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 02, 2008 15:19
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Permanent Component being removed on
Ahhh, the joys of SelfReg (and fixing someone else's code).
I have DLL's which are being registered to the same key, so when they get
un-registered, its taking the permanent key along with it.
I assume the only way to get away from this is to get rid of all of the DLL's
using selfreg and moving
Instead of dynamically creating shortcuts based on the selected application
servers, I want to install all shortcuts and then remove unselected
shortcuts. This way, I don't need to worry about how to remove them during
un-installation processes. How can I do that? Thanks.
--
View this message
Far from a scientific measurement, but ignoring the ICE checks I'd say
"Creating cabinet" and "Generating database" were the slowest. The ICE
checks collectively take quite a while but individually no single one is a
huge bottleneck.
I'm tempted to disable the ICE checks completely; the following
If everyone agrees to move and we can get all of the links on the Internet to
point at a new location on Codeplex then we could probably do that.
-Original Message-
From: Marais van Zyl [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 02, 2008 03:33
To: wix-users@lists.sourceforge.net
Su
Yes, all of the Exit macros should log. That's why verbose log files are so
useful for us. We get almost a "stack trace" to the exact failure. At this
point, I think you should switch to suspecting the Windows Installer on this
machine. Is it possible that the ::MsiProcessMessage() is causin
Can you run with -v and see which parts are the slowest. I often run with
"-sval" when doing repeated builds because it slows things down a lot.
If you can provide a bit more scientific data then that will help us know which
parts actually need improvements.
-Original Message-
From: Ma
ComponentSearch.
-Original Message-
From: Robert O'Brien [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 02, 2008 14:18
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] is there a canned way for authoring a prerequisite that
checks for the presence of anoth
I've been trying to figure out a problem with NetFxScheduleNativeImage
in WiX V2.0.4820. I've been looking at the source code and I thought
that all of the ExitOnFailure(hr, "Some error message") calls were just
dropping the error message. I got that idea from looking at dutil.h
which defines Exi
is there a canned way for authoring a prerequisite that checks for the presence
of another msi installed product, e.g. w/o using registry or directory or file
searches?
-
This SF.Net email is sponsored by the Moblin Your Move
Hi all,
I've been frustrated for some time with light.exe's slow performance. My
.msi is about 10MB with default compression and about 8MB with highest
compression, but it takes ~30 seconds for light.exe to build it even on a
fast CPU like a Core 2 Quad. Even with default rather than highest
com
1. Don't think so. MSI SDK would say for sure.
2. Arguments attribute takes formatted content.
-Original Message-
From: ychen [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 02, 2008 11:55
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] How can I achieve this?
I have s
My .wixproj is in a .sln which also has some other .vcproj projects, I
do have Project references being added to this .wixproj by using Add
Reference under the References node, is this the bug you are talking
about? Thanks.
-Original Message-
From: Bob Arnson [mailto:[EMAIL PROTECTED]
S
I have some more questions.
1. does a listbox support multiple selection?
2. how do I dynamically create shortcuts with different command-line
arguments?
--
View this message in context:
http://n2.nabble.com/How-can-I-achieve-this--tp1605139p1605685.html
Sent from the wix-users mailing list arc
Hi Bob
Thanks for your response and suggestion. Doing a repair works for the users
that are experiencing this issue.
Is this a known issue? Is there anything I can do to our installer to
protect these keys?
Our trial sites are experiencing this issue in about ten percent of their
installs. I
I have finally figure out how to fix this, the condition should be as
follows:
This seems to work for me YMMV.
Neil
-Original Message-
From: Neil Sleightholm [mailto:[EMAIL PROTECTED]
Sent: 14 November 2008 09:40
To: General discussion for Windows Installer XML t
Nothing like that today.
-Original Message-
From: cemiles [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 02, 2008 10:41
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] ExecuteSQLStrings Error Property?
Hey guys,
Is there a property that gets set if an sqlscript fails while s
Hey guys,
Is there a property that gets set if an sqlscript fails while set to
continueonerror="yes" ???
All I can find is ExitOnFailure under scasqlstr.cpp...
Do I need to rebuild the extension and do an MsiSetProperty inside that src
to achieve this?
I have a CA I want to schedule at the end
Yes, that is all possible. It'll take a bit of work (particularly around the
UI to pick a server) but it's possible.
-Original Message-
From: ychen [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 02, 2008 10:19
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] How can I achieve
Hi,
I am creating an installer for a win-form application, which can be used
to interact with multiple application servers.
During installation process, I want to allow users to select one or more
application servers from a list, and then for each selected application
servers, create one
I suspect that WMI is unreliable in custom actions. WMI uses COM underneath,
sometimes COM and local RPC (IIRC). You can't impersonate more than once - if
you are already impersonating someone you can't then impersonate again on top
of that. When you're already impersonating in a custom action
Is there a good sample for implementing WiX.targets with TeamBuild?
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Gr
Rob Mensching wrote:
> For the guys in Microsoft that are big enough to have a gazillion languages,
> I've seen the push towards multiple MSI packages.
>
MUI/language pack MSI + language-neutral executable MSI. It also
simplifies patching, since you're targeting one product for your code
cha
For the guys in Microsoft that are big enough to have a gazillion languages,
I've seen the push towards multiple MSI packages.
-Original Message-
From: Neil Sleightholm [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 02, 2008 09:14
To: General discussion for Windows Installer XML toolse
I would be interested in finding out how anyone else does this.
Most Microsoft applications seem to be shipped on one language per
install, I would prefer not to do that as it seems unnecessary and the
sales guys hate the idea of creating lots of different product CDs.
Neil
-Original Messag
Torch has been written by guys that think mostly in terms of patching.
Changing a ProductCode in a patch would be bad, I think they forgot about the
case where torch is used standalone. I'll follow up this week.
-Original Message-
From: Neil Sleightholm [mailto:[EMAIL PROTECTED]
Sent:
m
__ Information from ESET NOD32 Antivirus, version of virus
signature database 3657 (20081202) __
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com
__ Information from ESET NOD32 Antivirus, version of virus
signature database 3657 (20081202) _
Jason Ding wrote:
> Yes, I have a .sln which contains the .wixproj for setup and other
> .vcproj of code, but in my .wxs file in the .wixproj, I only use
> $(var.TargetDir) and $(var.ProjectDir) to refer to the dll path, are
> they the project variables you are talking about? They are not from
> an
You can unsubscribe yourself at
https://lists.sourceforge.net/lists/listinfo/wix-users.
--
sig://boB
http://joyofsetup.com/
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest
Rob Hamflett wrote:
> Can I get WiX v3 to install drivers?
>
Yes. Supporting all three platforms required the .wixlibs to be external
to WixDifxAppExtension, however:
To use this element, you need to reference the WixDifxAppExtension
extension and add the .wixlib appropriate for the t
Neil Sleightholm wrote:
> I read that and at first it made sense but as it doesn't put it in
> context I chose to ignore it!
A perilous choice with MSI. I understand and don't disagree with your
choice.
--
sig://boB
http://joyofsetup.com/
Calin Iaru wrote:
> I emphasize that the config tool is called in ExitDlg, if the user has
> selected the launch of this tool.
>
You won't be able to launch a deferred, no-impersonate CA from the UI.
The only way it can work is from InstallExecuteSequence. If the tool
requires UI, you're goi
Thanks for the help.
Yes, I have a .sln which contains the .wixproj for setup and other
.vcproj of code, but in my .wxs file in the .wixproj, I only use
$(var.TargetDir) and $(var.ProjectDir) to refer to the dll path, are
they the project variables you are talking about? They are not from
another
was checked by ESET NOD32 Antivirus.
http://www.eset.com
__ Information from ESET NOD32 Antivirus, version of virus
signature database 3657 (20081202) __
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com
__ Information from ESET NOD32 Antivirus,
I tried this and the installer failed with error code 2762:
DEBUG: Error 2762: Unable to schedule operation. The action must be
scheduled between InstallInitialize and InstallFinalize.
I guess I can launch this before InstallFinalize and have an IPC mechanism
that would launch the configuration
Caller of System.ManagementObject.Put() should be fully trusted. Not accessible
by partially trusted code. What should be the values of "Execute" and
"Impersonate" for this ?
Please reply.
-Original Message-
From: Mukesh Agrawal [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 02, 2008
I have seen that there were a few mails regarding Codeplex in 2006 and from
what I gather, there was a general feeling that Codeplex be ditched at that
stage.
Since codeplex has improved considreably over time and especially over the last
couple of month, I was wondering if WIX wasn't consideri
I would like to add one more thing, custom action is running absolutely fine
from command line.
From: Mukesh Agrawal
Sent: Tuesday, December 02, 2008 4:46 PM
To: General discussion for Windows Installer XML toolset.
Subject: A Problem with CustomAction
Hi
I have a custom action that uses WMI (
Hi
I have a custom action that uses WMI (System.management classes) and creates a
management object. Everything is running fine until
System.ManagementObject.Put() method for committing the changes to the
management object is called. Even this is running fine when I debug through the
code fro
I found some earlier posts about how there are no DifxApp wixlib files for v3.
Is this still the
case? I read mention of a bug being open for this but couldn't find it. Can I
get WiX v3 to
install drivers?
Rob
-
This
45 matches
Mail list logo