No idea then sorry, suggest looking at the log files and seeing if you
can debug the issue. Additionally see if you can manually create a
shortcut with the settings suggested and see if that works
On Thu, Apr 22, 2010 at 1:17 PM, Sach wrote:
>
> Still no luck Sascha.
> :(
>
> I replaced the earl
Still no luck Sascha.
:(
I replaced the earlier Target element with this as you instructed.
Target=""[WindowsFolder]Explorer.exe""[CommonAppDataFolder]\MT\STR""
However, now it doesn't create anything at all on the desktop.
--
View this message in context:
http://windows-installer-xml-wix-too
If Target="[CommonAppDataFolder]\MT\STR" fails, then try
Target=""[WindowsFolder]Explorer.exe"
"[CommonAppDataFolder]\MT\STR""
On Tue, Apr 20, 2010 at 4:27 PM, Sach wrote:
> [CommonAppDataFolder]\MT\STR
--
_
Thanks Sascha.
-Original Message-
From: Sascha Beaumont [mailto:sascha.beaum...@gmail.com]
Sent: Wednesday, April 21, 2010 8:24 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Text Field Validation in Wix Custom Dialog
You want to use a MaskedEdit con
Well a folder isn't an application, when you "open" a folder it's
being shown using Explorer.exe - try as a parameter to that
On Thu, Apr 22, 2010 at 12:26 PM, Sach wrote:
>
> I changed the code as follows:
>
>
>
>
> Guid="{8436995c-2e76-4030-b92d-c6b4bc243c43}">
>
I changed the code as follows:
Now it places a shortcut on desktop, however there is a problem. It actually
creates a Shortcut to "BSStrage" thinking that it is an application.
However, "BSStrage" is actually a folder and I need to create a short
You want to use a MaskedEdit control instead.
wix.sourceforge.net/manual-wix3/wix_xsd_control.htm
http://msdn.microsoft.com/en-us/library/aa369797(VS.85).aspx
Sascha
On Wed, Apr 21, 2010 at 6:29 AM, Vishwajit Walke
wrote:
> Hi,
>
> I've a text box in my custom dialog and I just need a small v
Launch conditions display when the evaluation is FALSE, i.e. the logic *fails*
To prevent installing my 32-bit package on a 64-bit OS, I use
something like this:
This means if "VersionNT64" evaluates to true (i.e. it's a 64-bit
system), I flip that to 'false'. If the applicat
hi
try reading the JDK 32 bit and JDK 64 bit registry entries to 2 properties
such as JDK32 and JDK64 and then use a condition combining those two
properties to evaluate either of those present in the registry.
Eg:
Regards,
Asiri Wanigarathne
http:/
Hi
What is the WiX build you are using to build the MSI ?
I got a WiX project with one database creation and multiple XML file
modifications and that works fine. But I had issues creating the database in
MSI built with WiX 3.5 Build 1602.
Regards,
Asiri Wanigarathne
http://www.asiri.name
On 2
Hello,
Last time I tried this, I noticed that WiX un-packs all the merge modules and
then re-packs them into the destination .cab. So I'm curious, for the sakes of
improving performance...
If I create merge modules, and then place each merge module into its own .cab
(for the final .msi), w
> Hi there,
> I really hope someone can help point me in the right direction, my wix
> problem is related to the following code section:
>
>
> KeyPath='yes' />
> ...
>
>
>
> The problem is that the difxapp:Driver namespace is not being recognised as
> valid and hence the build
Hi,
I'm having issues with the WiX3 installer crashing when I have a large mapped
network drive (2.5 TB). I think the problem may be that the installer is
checking the drive for size and free space, which appears to be taking a very
large time?
Has anyone else experienced anything similar? A
Had to do something similar recently. This was helpful:
http://stackoverflow.com/questions/1657788/wix-dot-net-managed-custom-action-dynamically-fill-combo-box-with-sql-server-in
Jess Sheneberger
Senior Software Engineer - Neudesic
P: +1 (303) 248-8326 | M: +1 (206) 790-0013
jess.sheneber...@neu
Hi,
I'm using a combo box control in my custom dialog. I need to fill out the List
Items in this combo box with the result coming from my Custom Action. My Custom
Action is written in C# and it returns me the names of all IIS hosted web sites.
Any thoughts ?
Thanks. Vishwajit
Another thing I just noticed... In Wix 2.0, doesn't seem to work
on env variables...
I have things like
When I ran the Wix project when $(env.TheBuildFolder) was defined, it still
went to the else...
Is there a way to really test for env variable definitions?
Thanks
Mark
-Original
Hi Mark,
MSI packages support three top level actions. Which one of them will be run
depends on the switch we pass to the msiexec utility (I will omit for now MSI
API calls) and that also will determine which sequence tables will be used
during install.
So, when /i switch is passed, MSI will e
Okay. Maybe the code 1604 isn't so weird. I found another site that said it
means:
"1604 - Installation suspended, incomplete. - ERROR_INSTALL_SUSPEND"
So, then it worked, right? So, then how to I resume it from its suspended
state? If that's what has happened?
--
View this message in context:
Hello, I'm trying to figure out what the EndDialog event does when given a
Value of "Retry". According to the Windows Installer documentation, it does:
"The wizard sequence is closed and the control returns to the installer with
the Suspend value."
I have the following control:
1
Clicki
Hi all,
we are currently evaluating visual studio 2010. Everything but wix 3.5 is
working fine.
Wix 3.5 has problems determining the correct way to build dependant projects.
After some research we've found a solution which helps but we are not sure if
this is the right way to fix this issue.
Hi
Is there a way to define external product dependency conditionals within WiX
authoring, and if this conditional is not meet then do not install?
I am creating a WiX for a product that has a dependency to an another
product, or it will not run.
The dependency product is JDK 32-bit build. When
I noticed that it's legal to have and as a
child of any of the sequences... Can you put InstallFiles and InstallFinalize
in one sequence (say the AdminExecuteSequence) and run InstallUtil from
another? And which order do the Sequences get run in?
Thanks
Mark
-Original Message-
Fro
I had similar issues. Some of which I was able to resolve by making sure that
the reference to the web site had an IP specified - even if it's the wildcard:
Without the IP="*" - IIS 7 and IIS 5.1 gave me all kinds of strange issues.
Funny that IIS 6 didn't mind it missing.
-Matt
-
This might help:
http://robmensching.com/blog/posts/2007/4/27/How-to-create-an-uninstall-shortcut-and-pass-all-the
On Wed, Apr 21, 2010 at 1:53 AM, Sach wrote:
>
> Can someone please help me with this issue? I'm finding it difficult to get
> accustomed to this Wix code.
> --
> View this message
XmlFile breaks SqlDatabase.
See
http://stackoverflow.com/questions/2602950/wix-xmlfile-is-keeping-sqldatabase-from-creating-databases
and
https://sourceforge.net/tracker/?func=detail&aid=2986062&group_id=105970&atid=642714
-Original Message-
From: Carolina Zuqueto Amaral [mailto:ca
Hi,
I need to check if a service exists during installallation, stop it and
change the user account/password it is running under and then restart.
I know I can do the stopping and starting with ServiceControl and I can
set a user/password with ServiceInstall but how do I do it without
installing th
-
Lloyds TSB Bank plc. Registered Office: 25 Gresham Street, London EC2V 7HN.
Registered in England and Wales, number 2065. Telephone: 020 7626 1500.
Bank of Scotland plc. Registered Office:
Hi,
I am trying to create a scheduled task and I get an error if the scheduled task
name has a white space in it, like
I tried with single quotes and double quotes, but doesn't work. Any suggestions
?
Also, does anybody know how to set other properties of the scheduled task like:
*
Can someone please help me with this issue? I'm finding it difficult to get
accustomed to this Wix code.
--
View this message in context:
http://n2.nabble.com/Desktop-Shortcut-to-a-Folder-tp4906239p4935793.html
Sent from the wix-users mailing list archive at Nabble.com.
Yes, that issue is fixed, but there is another issue with creating
AppPools, so if you don't use AppPools you can use Wix 3.5 to create
websites on IIS7.
-Original Message-
From: C P [mailto:chilavegp...@mail.ru]
Sent: Wednesday, April 21, 2010 10:29 AM
To: 'General discussion for Windows
Sorry it's not clear - is this issue fixed in the latest Wix 3.5?
-Original Message-
From: Igor Paniushkin [mailto:ipaniush...@sdl.com]
Sent: Monday, March 01, 2010 5:08 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Wix 3.5 fails installing IIS7 web
Before I spend a substantial amount of time learning WiX, I must know if it
can solve my problem.
This is what I want: http://i40.tinypic.com/svjw2s.png
1. If an (older) installation exists already, the wizard calls up some
custom logic which extracts the existing configuration. The wizard then
d
--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
33 matches
Mail list logo