Re: [WiX-users] Make sure the application for the project type (.wixproj) is installed.

2007-08-14 Thread Albert Shamsiyan
Hello Bob and thanks for the reply, Already tried this for couple of times with all kind of versions, even tried with the latest version available and still nothing. Strange is that this problem just started in my PC but my LT keep working... From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent:

[WiX-users] Installer closes and reopens

2007-08-14 Thread barbq
Hi, I've noticed everytime I press the next button it looks like my installer closes and reopens (on the taskbar is disapears and reopens) . The information is still OK, meaning the process doesn't seem to close. Any ideas? -

[WiX-users] Browse buttons x2

2007-08-14 Thread barbq
Hi, I'm trying to create a dialog with two pathedit controls and corresponding two browse buttons. This is the code I've came up with: Control Id=TextBox_BinDir Type=PathEdit X=25 Y=107 Width=266 Height=15 Text=Test Property=BIN_DIR/Control Control Id=BrowseBinFolder

Re: [WiX-users] HKLM - purposely persistent

2007-08-14 Thread Simon Topley
Sorry for the delay, you are obviously right. I just can't find out what is blatting these values. I took a log before posting and had a good old rummage... I'll have another look. Thanks Simon -Original Message- From: Stefan Pavlik [mailto:[EMAIL PROTECTED] Sent: 10 August 2007 10:17

[WiX-users] AppSearch nesting

2007-08-14 Thread Gareth at Serif
Hi, I am trying to use AppSearch to determin if the installed version of FlashPlayer is sufficient (greater than 8.0.24.0) and have nested some searches as follows: Property Id=FILEVERSIONTEST Secure=yes RegistrySearch Id=FileVersionTestA Root=HKCR

[WiX-users] Problem in build 3.0.3210.0 - warnings and errors are not shown detailed in Visual Studio 2005

2007-08-14 Thread Adrian Gantoi
Hi, Can somebody solve this problem for the next build of WiX v3 ? The warnings and errors are shown only with their numbers, the text of the warning/error is not displayed if the project is built from within Visual Studio 2005. If built from the command-line, the warnings and errors are shown

[WiX-users] Performing both New Installs and Upgrades with a Common MSI

2007-08-14 Thread Matthew Sheets
Hello, WiX 2.0 is being considered for use in a project since it is stable and essentially final (escrow). The target systems are Windows XP and Windows 2003. The objectives for setup are as follows, but there have been issues attempting to meet these: * Single setup MSI that will

[WiX-users] Build 3.0.3210.0 - multiple cabinets problems

2007-08-14 Thread Adrian Gantoi
Hi, I need to build a project to output several cabinets. At the moment I have a problem doing this because I found the following bug: - I defined several Medias (several cabinets) - I defined the Directory structure - I placed all the Components within DirectoryRefs If I set the DiskId attribute

[WiX-users] Creating WixUI_is-is.wxl

2007-08-14 Thread Oliver Schneider
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, we'd like to create an Icelandic translation of WiX-UI and I'd like to know whether there are some kind of templates to make translation of the stock dialogs easier. Thanks in advance, - -- Oliver Schneider Researcher / Developer FRISK

Re: [WiX-users] Condition and IniFileSearch

2007-08-14 Thread Ansuya Negi
Thanks for the reply. I tried to use just the condition message and it did not work. It only aborts installation if it can not find the ini file. This test was to check inside the ini file and read its contents via IniFileSearch. Am I using IniFileSearch correctly. This custom action again gives

[WiX-users] Problem with ConfigureIIs

2007-08-14 Thread Aaron Shurts
I am getting a leaked MSI handle error. Everything was working fine until I added an additional website component for SSL. Here is a snippet of the installer. Microsoft (R) Windows Installer Xml Compiler version 3.0.2925.0 -- btw iis:WebDirProperties Id=TESTDirProperties

Re: [WiX-users] Condition and IniFileSearch

2007-08-14 Thread Brian Rogers
Hey Ansuya, I have not tried this out but am thinking this is what you are looking to do. property id=SEARCH_INI IniFileSearch id=MY_SEARCH_INI LongName=[MyDir]myfile.ini Section=MySection Key=MyKey Type=raw/ /property Make sure that you test the property value after it has been set by the

[WiX-users] Certificate issue

2007-08-14 Thread Ion Costco
I have trouble understanding what is the meaning of various elements in the Certificate tag and the wix file. The code I have is not installing the external cer file whatever I do. Here is how my component looks like: Directory Id=TARGETDIR Name=SourceDir ... Component

[WiX-users] Managed Custom Action

2007-08-14 Thread Frederic Mokren
I've been attempting to add a managed custom action following instructions that I found on various blogs and by using dark on Visual Studio created MSI. The gist of it is I use installutillib.dll using ManagedInstall as the DLLEntry. I also created custom action that sets a property for the

Re: [WiX-users] AppSearch nesting

2007-08-14 Thread Wilson, Phil
It looks like you're mixing up FileSearch/DirectorySearch and RegistrySearch. An MSI AppSearch for a registry item has no version limitations - it returns the path to the file. That's what you've got. A Directory/File search can limit version ranges, but you start with a DirectorySearch path,

[WiX-users] (no subject)

2007-08-14 Thread ersm6
Someone please suggest me how can I install the application in any directory, say e:\myFolder, (other than in directories predefined names provided by installer environment.) Thanks in advance. _ Make every IM count.

Re: [WiX-users] certificates and wix

2007-08-14 Thread Heath Stewart
Did you author the property? If you look at the Property element you can specify Secure=yes on it. You really shouldn't be taking insecure data like this to be installed in an elevated process, though. This is very dangerous. Heath Stewart Technical Lead Deployment Technologies Group,