Re: [WiX-users] Creating WixUI_is-is.wxl

2007-08-14 Thread Bob Arnson
Oliver Schneider wrote: > 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. > I'd suggest copying WixUI_en-us.wxl from the source distribution. It has all the strings. -- s

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

2007-08-14 Thread Bob Arnson
Matthew Sheets wrote: *_Major Upgrade_* /Advantages/ * Can set the UpgradeVersion OnlyDetect attribute to prevent a clearing out of data during an upgrade uninstall/reinstall /Issues/ * Creates multiple entries under Add or Remove Programs If you use OnlyDetect, you're not c

Re: [WiX-users] Browse buttons x2

2007-08-14 Thread Bob Arnson
barbq wrote: It's quite obvious that there is no connection between the BrowseDlg and the PathEdit controls, but for the life of me - that's exactly what I've failed to do. The WixUI BrowseDlg uses the _BrowseProperty property to point to the property that the dialog will show and up

Re: [WiX-users] Installer closes and reopens

2007-08-14 Thread Bob Arnson
barbq wrote: > 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? MSI closes and re-creates windows during NewDialog con

Re: [WiX-users] Build 3.0.3210.0 - multiple cabinets problems

2007-08-14 Thread Bob Arnson
Adrian Gantoi wrote: - I defined several Medias (several cabinets) - I defined the Directory structure - I placed all the Components within DirectoryRefs If I set the DiskId attribute in the Directory elements, all files will end up in the first defined cabinet (and receive warnings about empty

Re: [WiX-users] Condition and IniFileSearch

2007-08-14 Thread Bob Arnson
Ansuya Negi wrote: > 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. > I'm not clear what you

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, Microso

[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. Download

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, s

[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 ma

[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: ... ROOTCERTNAME ... ... ... Other comp

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. Make sure that you test the property value after it has been set by the action sequence. Hope this helps; let me know! On 8/14/07, Ansuya Negi <[EMAIL PROTECTED]> wrote: > > > Thanks for the reply. >

[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

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 t

[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 Softw

[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] 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] 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 f

[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: The resulting log file from the install says: AppSearch: Property: FILEVERSIONTEST, Signature:

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 T

[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: Maya [Versions] Scripts Folder: In addtion to: It's quite obv