[WiX-users] Systray doesn't work during Repair

2008-03-26 Thread Anidil
I use the following code to launch a systray CustomAction Id=LaunchSystrayExe Directory=INSTALLDIR ExeCommand=[INSTALLDIR]Systray.exe Return=ignore / And sequence the same in the InstallExecuteSequence as follows ... Custom Action='LaunchSystrayExe'

Re: [WiX-users] AppSearch during Maintenance Installation

2008-03-26 Thread Markus Kuehni
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 AppSearch

[WiX-users] Love how he feels in me

2008-03-26 Thread bundy Stumpf
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

[WiX-users] WIX3 - WixUI_InstallDir error Please wait while installer finishes determining your disk space requirements.

2008-03-26 Thread Benas
Hello, I have simple WIX code: ?xml version=1.0 encoding=UTF-8? Wix xmlns=http://schemas.microsoft.com/wix/2006/wi; Product Id=cc2469d5-565f-4183-a28f-702fe5d18a48 Name=Test name Language=1033 Version=1.0.0.0 Manufacturer=Test manufacturer

Re: [WiX-users] Re compiling WiX C++ libs for 64-bit

2008-03-26 Thread Sanin
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

[WiX-users] GACing a Publisher Policy File Problem

2008-03-26 Thread Alperstein, Kenny
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 to

[WiX-users] Problems with Characters

2008-03-26 Thread Arthur Curvello
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

Re: [WiX-users] Problems with Characters

2008-03-26 Thread Pat Higgins
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

Re: [WiX-users] Systray doesn't work during Repair

2008-03-26 Thread Wilson, Phil
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

Re: [WiX-users] GACing a Publisher Policy File Problem

2008-03-26 Thread Wilson, Phil
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

Re: [WiX-users] Problems with Characters

2008-03-26 Thread Alexander Shevchuk
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. ?xml version=1.0 encoding=... ? Alex From: [EMAIL PROTECTED]

[WiX-users] product search using product code?

2008-03-26 Thread dmcweeney
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.

Re: [WiX-users] product search using product code?

2008-03-26 Thread dmcweeney
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\ProductGuid Thanks Donal -- View this message in context:

Re: [WiX-users] product search using product code?

2008-03-26 Thread Wilson, Phil
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 -Original

[WiX-users] Help required!

2008-03-26 Thread Kiran Subhedar (Sogeti)
Hi, I am executing a command which takes 4 arguments using CA. Below is the way: CustomAction Id=CustomAction1 Execute=commit FileKey=SymPrep ExeCommand=/root:[SOURCEINSTALLLOCATION] /pdbstr:[CUSTOMSCRIPTSINSTALLLOCATION]pdbstr.exe [SYMBOLINSTALLLOCATION]mscorlib.pdb /

Re: [WiX-users] GACing a Publisher Policy File Problem

2008-03-26 Thread Alperstein, Kenny
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

[WiX-users] using extensions CNDL0005

2008-03-26 Thread Zenko Klapko Jr.
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):

Re: [WiX-users] using extensions CNDL0005

2008-03-26 Thread Robert.Priest
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-users] Is msi being executed with Runas?

2008-03-26 Thread Nitin Chaudhari
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 possible

Re: [WiX-users] ServiceInstall and ServiceControl

2008-03-26 Thread Christopher Butcher
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

[WiX-users] good starting point for vs2008 votive wix?

2008-03-26 Thread Alan Sinclair
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,

[WiX-users] Gacing publisher policy file - unexpected behavior

2008-03-26 Thread Alperstein, Kenny
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

[WiX-users] WiX remove files in minor upgrade (servce pack)

2008-03-26 Thread Georgi Shopov
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

Re: [WiX-users] WiX remove files in minor upgrade (servce pack)

2008-03-26 Thread Georgi Shopov
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