BTW, the German translation for “New folder” is “Neuer Ordner”. I’m
not sure how “Heft” is translated, probably booklet or notebook.
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bob Arnson
Sent: Tuesday, October 17, 2006 5:46 PM
To: Bahar Shah
Cc: wix-users@lis
I'm trying to create a COM+ application and register a single native DLL. The DLL is a Visual C++ 6.0 MFC component (Win32). If I comment out the pca: lines, the MSI runs successfully and I can do a regsvr32 by hand as a test that the DLL is installed correctly. I used tallow to generate a .reg fil
Peter G. Sakhno wrote:
> The message:
> "Another version of this product is already installed. Installation of
> this version cannot continue. To configure or remove the existing
> version of this product, use Add/Remove Programs on the Control Panel."
>
> This appears when I run small updated
gcoates wrote:
> I want to display a certain dialog only if a certain feature is selected,
> otherwise I want to skip the related dialog.
> Is this possible in Wix.
>
> As far as I can see, I can only change screen flow by manipulating
> properties which are referenced behind buttons. This leads me
Qu, Li wrote:
I know how to browse
folders using WiX, but I couldn’t
find any information on how to browse files.
Does anybody know how to
browse files using WiX?
MSI doesn't have any built-in way of browsing for files. You could do a
C++ custom action that shows a co
Peter G. Sakhno wrote:
> Is there are any way to keep my main feature in tree but disable it?
>
> I do not like to completely hide that main feature from the tree - it
> not aesthetically :)
>
Set Feature/@Absent="disallow".
--
sig://boB
http://bobs.org
---
Tina Basinger wrote:
>
> For item 3 below, regarding determining if we are in an upgrade or
> not, I have found that the UpgradeVersion property only gets set
> during a major upgrade. If I try to do a minor upgrade,
> FindRelatedProducts is not run because it thinks I am in maintenance
> mode
Title: Setting Permissions
I need to clarify some. On further
examination, I found that the permissions ARE being set to full control,
for Everyone.
HOWEVER, the directories are STILL being flagged
as read only (that seems to be a default). How do I fix
THAT (don’t recall seeing anyth
Title: Setting Permissions
OK, I know that file/directory permissions are set using the element. However I must be using
It wrong, because it not only did NOT set the permissions I told it (or thought I was telling it) to, it cleared
ALL permissions. The Wxs File contains:
Sorry, this is not compiler versions problem.
But I still wondering, what is wrong?
Best regards,
Peter G. Sakhno
C-MAP RUSSIA Ltd
http://www.c-map.ru/
Peter G. Sakhno wrote:
> The message:
> "Another version of this product is already installed. Installation of
> this version cannot continue.
The message:
"Another version of this product is already installed. Installation of
this version cannot continue. To configure or remove the existing
version of this product, use Add/Remove Programs on the Control Panel."
This appears when I run small updated installation over already
install
For item 3 below, regarding determining if we are in an upgrade or not, I have found that the UpgradeVersion property only gets set during a major upgrade. If I try to do a minor upgrade, FindRelatedProducts is not run because it thinks I am in maintenance mode. Is this expected behavior? Is the
I have one main feature, that always should be installed and set of
extensions, that can be not installed.
Is there are any way to keep my main feature in tree but disable it?
I do not like to completely hide that main feature from the tree - it
not aesthetically :)
Best regards,
Peter G. Sakh
Drat! Did it again. Sorry.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Arnette, Bill
> Sent: Tuesday, October 17, 2006 2:23 PM
> To: Kumar .S; wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] [NAnt-users] "Error loading GUID..."
You are still using NAnt to drive the build, but msbuild is actually
compiling the .Net project.
I see that NAntContrib [1] has an task [2] that you would use
instead of the task or the task.
So, after installing NAntContrib, you could do:
[1] ht
Hi,
I know how to browse folders using WiX, but I couldn’t
find any information on how to browse files.
Does anybody know how to browse files using WiX?
Thanks in advance.
Li
-
Using Tomcat but ne
Hi all,
I want to display a certain dialog only if a certain feature is selected,
otherwise I want to skip the related dialog.
Is this possible in Wix.
As far as I can see, I can only change screen flow by manipulating
properties which are referenced behind buttons. This leads me to writing
quit
ile for us.> I am using the latest 0.85 release when I
build.>> Part from the log
file:> [exec] [solution]
Starting solution build.
>> [exec] BUILD FAILED -
0 non-fatal error(s), 1
warning(s)>> [exec] Error
[exec] [solution]
Starting solution build.
>> [exec] BUILD FAILED - 0
non-fatal error(s), 1
warning(s)>> [exec] Error
loading GUID of project>
'c:\home\ros\v570\20061017\TietoEnator\Ros\DesktopWebClient\Ti>
etoEnator. >
Bahar Shah wrote:
Is it
possible to have the folder name "Neues Heft" (German version of 'New
folder')
Do
we have control over that name.. or if this is just the way it works from the
MSI level. ?
Assuming you're using WixUI, BrowseDlg uses the DirectoryListNew
control event to c
Peter Bocej wrote:
> Yes, INSTALLDIR property is set under the CostFinalize action:
> MSI (c) (1C:B8) [10:04:42:715]: PROPERTY CHANGE: Adding INSTALLDIR property.
> Its value is 'C:\Program Files\BaseUI\'.
>
When you use Indirect="yes" you're telling the PathEdit control that the
property is t
Rai Wasif wrote:
i m creating a setup file using Wix. but i got the following
problem i.e. when i call a exported function from a dll (refered by
binary tag) and if this dll use another dll then it crashed. i don't
know where to place the second dll so that it could b available to
se
Stefan Eissing wrote:
> In the main.wxs which merges all three modules, I defined the
> property HTTP_PORT and made some silly UI for it. But the property
> substituion does not work for the module. It seems that modules have
> their own property "namespace" somehow.
>
They do, in essence
the browse dialog uses the "DirectoryListNew" control event. it looks up
the value from "NewFolder"-row in the "UIText"-table.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/set
up/directorylistnew_controlevent.asp
in wix (2.0.4423.0) and WixUI_de-de.wxl it is not localized
I have a bug where
during install you can select a folder to install and if you
click "New Folder
" on a German OS, German installer, it makes the folder
named "New Folder
".
Is it possible to have the folder name "Neues Heft" (German version of 'New folder')
Do we have control over that
hi, i m creating a setup file using Wix. but i got the following
problem i.e. when i call a exported function from a dll (refered by
binary tag) and if this dll use another dll then it crashed. i don't
know where to place the second dll so that it could b available to
setup.thanx in advance.Regar
Hello,
I need some help using Wix as I have read all docs and googled and
all but come no further. Maybe I have top approach my problem from a
different angle. I am game for any suggestions:
I have a product with 3 modules. All modules install a webapp into
the same WebSite. It works fine s
thank you!
reinstalling windows script solved the problem!
regards,
lars
-Original Message-
From: Mike Dimmick [mailto:[EMAIL PROTECTED]
Sent: Monday, October 16, 2006 15:27
To: Lars Helmer; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] unexpected external ui message
The '
Hi,
This topic has been tackled before but it hasn’t
been solved.
http://www.mail-archive.com/wix-users@lists.sourceforge.net/msg01566.html
In short I have two features. One of them installs a
virtual directory and ASP.NET web
application and the second one installs a windows
service
s, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
__
If you log the install, what's the last reported value for INSTALLDIR before
you get to this dialog?
Quick sanity check; INSTALLDIR is the ID for one of your directories, right?
Rob
Peter Bocej wrote:
> Hi all,
>
> I can assign initial install dir to PathEdit control`s initial value,
> ...
>
I have a bug where
during install you can select a folder to install and if you
click "New Folder
" on a German OS, German installer, it makes the folder
named "New Folder
".
Is it possible to have the folder name "Neues Heft" (German version of 'New folder')
Do we have control over that name
Hi all,
I can assign initial install dir to PathEdit control`s initial value,
...
...
and in instalation process i get an error 2343 (Specified path is empty).
Could somebody explain me how the PathEdit control works?
Thanx
Full basic Wix xml attached.
Peter Bocej
Emtest a.s.
baseui.wix
Desc
33 matches
Mail list logo