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
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
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
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
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
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
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
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
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
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
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
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.
>
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
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
-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
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
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
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
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:
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
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
21 matches
Mail list logo