I've tried using Upgrade/[EMAIL PROTECTED]"MyFeature"] but it also does not
remove the feature files;
I've even tried call msiexec /f myapp.msi REMOVE=MyFeature ... nothing helps!!!
Documentation says RemoveExistingProducts is NOT run in maintenance
installation;
And maintenance installation is w
Hi,
Can anybody tell me what is the preferred way to remove files during minor
upgrades?
For example:
I have installed MyApp.msi (contains MyApp v1.0) wich has MyData component;
I try to update (msiexec /fvdo myapp.msi) with new MyApp.msi (contains MyApp
v1.1) which has MyData component remov
Jared Ashman, gave me the example I needed to be able to GAC a publisher
policy file using WIX. It did GAC the publiser policy file, but WIX
exhibited what I would call unexpected behavior when it did it.
This is hard to explain, but it seems as if WIX, stored the
publisherpolicy.config files in a
Can anyone recommend a good place to start with Votive & WiX on VS2008?
I know a bit about MSIs from using Wise and Orca for some years, would
like to maximize the Votive experience rather than hand-code WXS files.
I've found a tutorial on CodeProject "Creating an installer using Wix
v3.0, Vot
Hi Bob
Turned on the verbose logging. InstallValidate section is listed below.
The service does uninstall, the files are deleted by the MSI ok. It's
just that whatever registry entries which enable the service to appear
in SERVICES.MSC are left in place. If I delete them manually and then
r
How can i determine if my setup program was invoked using "runas" option?
In most of the cases, my setup is given to a user who does not have
admin rights, so an administrator does a runas to install the program,
which means all HKCU settings go to that admin and not to the user.
If it is possibl
Your missing the wix extension for iis.
Try:
Candle.exe -nologo -ext WixIIsExtension sampleSite.wxs
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Zenko
Klapko Jr.
Sent: Wednesday, March 26, 2008 2:40 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-
Hi,
I've been following the tutorials on the wix website and using wix v3
schema changes when necessary. When trying to use the IIS extension I
get the following error when using candle (I know you need to add the
library when using light.exe but I'm not aware of any changes for
candle):
candle.e
Jared,
Thanks so much! This did the trick and GAC'd my publisher policy
file. I had the config file in the same directory, but did not make the
connection of putting it in the same WIX component. This really saved
the day for me.
Thanks again.
Kenny Alperstein
Framework Architect
Archite
Hi,
I am executing a command which takes 4 arguments using CA. Below is the way:
NOT
Installed
Now what happens is every time it displays me the console window which I need
to avoid. So I went for using QtExec as below:
Can you use the upgrade mechanism to search for that product's UpgradeCode?
Within a version range if needed? You'd mark it to "detect only" and set a
property you can check for. Or perhaps the problems you're describing mean
that this wouldn't work for some reason.
Phil Wilson
-Origina
You can use Installer.ProductState
(http://msdn2.microsoft.com/en-us/library/aa369463(VS.85).aspx) or
MsiQueryProductState
(http://msdn2.microsoft.com/en-us/library/aa370363(VS.85).aspx) to determine if
product is installed and if installed - is it installed per-machine or per-user.
Alex
---
Actually is it safe to use the following registry key to determine if an app
is installed:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
Thanks
Donal
--
View this message in context:
http://www.nabble.com/product-search-using-product-code--tp16306215p16306322.html
Hi,
I'm in the process of moving 4 installers to Wix from Wise and trying to fix
up some problems that were made in the Wise edited installers as regards
product codes, upgrade codes etc.
One basic question I have is it possible to search if a product is installed
if you know the product code. I
Also, make sure you set correct values for Product/@Language and
Product/@Codepage. If you are using localized messages for things like custom
action type 19, make sure that encoding attribute is set to properly, i.e.
Alex
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pat H
I don't know if WiX has any support for this (it would be useful to automate
this) but the MSI/fusion requirement is that the policy assembly and the config
policy file are in the same installer component. It's also usual to have a
companion file relationship so that the policy config file uses
Unless my eyes are deceiving me, your custom action has a condition of Not
Installed. Your product *is* installed when you do a repair. You have the
pseudo-code "If my product is Not Installed then run app.exe".
Phil Wilson
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROT
Have you got your strings in a WXL file? I think using other files (wxi, wxs)
etc won't allow extended chars to be displayed.
Also, in the WXL you may need to specify the codepage & culture but I think
pt-br is 1252 so if you haven't specified it, the WXL would by default use 1252
anyway
...
Hi,
I need to use pt-br culture.. but I got "?" characters instead of the ones I
write.
How can I solve this?
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anyth
I am trying to GAC a publisher policy file dll using WIX. When I tried
to GAC it using method that works with .net dll's, I get a message
during the install saying that "One or more modules of the assembly
could not be found" .
Knowing that it needs the publisher policy config file, I added that t
Bob, thanks for your reply.
To make sure let me summarize:
Although my CLR loader, which is actually a C++ custom action for WiX, is
32-bit IT WILL be able to load the 64-bit CLR into the installer process and
kick off .NET custom actions, which in turn may write files and registry
keys without
Hello,
I have simple WIX code:
http://schemas.microsoft.com/wix/2006/wi";>
Also in my Visual studio project i added reference to ...\Windows Installer
XML v3\bin\W
Even lesbians came to me for a good fix after this
http://www.walkiherb.com/
The ultimate weapon of courtship
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anythin
Hi
> Bob Arnson wrote
>
>AppSearch runs during maintenance mode unless you've added a condition to
prevent it.
>Check a verbose log to see what's happening.
Ok, after I found a way to enable logging when coming from "Add/Remove
Programs" (see at the end), I was able to see that indeed AppSea
I use the following code to launch a systray
And sequence the same in the as follows
...
Not
Installed
It's working perfectly for a normal install.But when i repair the MSI, the
systray doesn't seems to be launching again.Can anyone give an insight on
this issue?
NB:I use another CA for kill
25 matches
Mail list logo