ALLUSERS=2 will do per machine install when admin users are logged in (as
default)
Rob Mensching-2 wrote:
>
> Can you provide a bit more of the full scenario?
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Bir, Steve
> Sent: Wednesday, July 2
How can I set a condition on a standard action.
i.e. "CreateShortcuts", "My new condition here", 4000 <-- made the
sequence up.
--
View this message in context:
http://www.nabble.com/Setting-standard-action-conditions-tp18626877p18626877.html
Sent from the wix-users mailing list archive at N
Thanks for the tip but I have already used an xml logger and it doesn't really
help. I like to see the actual error in the ccnet email and build report and
using an xml logger means you have to look elsewhere to find the actual error,
the report just says msbuild failed.
Neil
Neil Sleighthol
Hi,
I need to create an installer which doesn't have to install a classic
application.
I would need to :
- verify some prerequisites
- copy files from some shared points to local computer
- read some user inputs and configure some configuration files
Until now I used IS to install classic applic
Hello everyone,
Is it possible to run ICE validation by light.exe without admin permissions
and without suppress validation? May be some other permissins allow to do
validation?
Light.exe return error: "Validation could not run due to system policy. To
eliminate this warning, run the process as a
Excellent!
Thanks for your help.
Eric Latendresse
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gavin Bee
Sent: Wednesday, July 23, 2008 9:00 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Build Fails with NAnt.
The Deployment Tools Foundation project was added to WiX a couple months ago.
It includes a .NET wrapper for all the MSI APIs. When you install WiX3.msi, you
get a link to DTF documentation on your Start menu.
Or if you have the MSI SDK, it has some tools you can use to extract streams.
First u
Rob, is there someone at Microsoft that I can bug about this, either on
the Windows Installer team or Vista team?
--Quinton
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rob
Mensching
Sent: Wednesday, July 23, 2008 4:01 PM
To: General discussion for Win
I'm trying to update my MMC Snap In installer to automatically pull version
info from the managed snap-in dll. I've used the variable
"!(bind.assemblyFullName.SampleSnapIn.dll)" to get the fullname, but in
Orca, it has the actual binder variable text in the registry table, instead
of the replaced
Our installer includes a folder with backup copies of three .NET dlls. During
installation the three dlls are added to the GAC by the MSI, but the backups
are put in a "DotNet" folder under the install directory.
However, when testing the uninstall we discovered that the folder and the
backup
Examples:
MyProperty=0
Not Installed
-Original Message-
From: jmcfadyen [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 24, 2008 3:45 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Setting standard action conditions
How can I set a condition on a standard action.
More likely than not, your "FileId" is wrong. A bug is open on the fact that
the binder doesn't fail when it hits an unknown binder variable.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christopher
Karper
Sent: Thursday, July 24, 2008 10:50
To: Gene
I have Progress with disabled Close button so it prevents me from
cancelling the installation while it is displayed.
Yet, I have done nothing (that I am aware of) to cause that. Progress
dialog is declared like this:
controls with progress bar etc.
I know that there is a MSI message
I have MSI file on my desktop that I just used to perform the install.
When I click on MSI Change welcome dialog, authored by me, is shown -
all is fine.
When I click on ARP entry and select Change menu item some Installer
message box appears and goes away so fast that I cannot read it, but I
don
How can I manually un-install a setup? I get an error when I try to
remove my setup from Add\Remove programs.
Thanks,
Eric
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the c
Msiexec /x path\to\your.msi
or
Msiexec /x [EMAIL PROTECTED]
The MSI SDK has more information about all the command-line switches for the
Windows Installer.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Latendresse
Sent: Thursday, July 24, 2008 1
I think you want to use msizap.
On Thu, Jul 24, 2008 at 12:51 PM, Eric Latendresse <
[EMAIL PROTECTED]> wrote:
> How can I manually un-install a setup? I get an error when I try to
> remove my setup from Add\Remove programs.
>
> Thanks,
>
>
>
> Eric
>
>
>
>
>
> ---
I'm having trouble with an install package for a web services app using WiX V
2.0.4221 where all existing sibling virtual directory information is wiped out
whenever we install our app.
In all of our our web service packages we're defining an IIS web virtual
directory structure that looks lik
I copied the FileId from the File's ID into the binder variable. Then I
double checked the spelling, then I triple checked it. That was my first
big theory.
Just to help out, here's the pertinent pieces...
Any ideas?
Chris
On Thu, Jul 24, 2008 at 3:25 PM, Rob Mensching <[EMAIL PROT
This has nothing to do with WiX since I have just found out that not a
single product that offers Change option in my ARP list would work.
A brief flash of some message box is all I see.
-Original Message-
From: Tony Juricic
Sent: Thursday, July 24, 2008 3:50 PM
To: wix-users@lists.so
Here's a link
http://support.microsoft.com/kb/290301
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Eric
Latendresse
Sent: Thursday, July 24, 2008 12:52 PM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Manual un-install
... and the solution is ... reboot!
-
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
Grand prize is a trip for two to
Need a little help here.
I am trying to redistribute the merge module for Ink Controls.
According to the Microsoft Documentation I need the following msm file
MSTPCRT.msm
tpcman17.msm
I create the lines under the Installation Directory
With use the
other files
I get bunch of warn
The Documentation speculates that a 'Nesting WebSite under Product, Fragment,
or Module results in a web site "locator" record being created in the
IIsWebSite table. This means that the web site itself is neither installed nor
uninstalled by the MSI package. It does make the database available f
If you can change the MSI to correct the issue (for example because it's a
failing uninstall custom action), then re-install the new MSI as an update and
then the uninstall should work:
Msiexec /I REINSTALL=ALL REINSTALLMODE=vomus
Then uninstall, and save msizap for when it's completely unfixa
WebSites are currently always found by their IP:Port:Header tuple.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Perlman
Sent: Thursday, July 24, 2008 16:46
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] IIS:WebSite Element
The Documentat
1. The Merge Module should have shipped all of its required actions
(MsiPublishAssemblies) but didn't. To work around the bug in their Merge
Module add the following to your MSI:
That will ensure your MSI gets the required action.
2. The Merge Module shipped a Directory that overlaps
So when using the IP:Port:Header tuple does WIX expect the Custom header Name
or the Custom Header value or both
Header=": "
??
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Mensching
Sent: Thursday, July 24, 2008 5:31 PM
To: General discussion fo
Host Header. There is only one value for that in the tuple.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Perlman
Sent: Thursday, July 24, 2008 18:04
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] IIS:WebSite Ele
29 matches
Mail list logo