i'm kinda confused with the condition in this case.first of all i use
standard wix UI extensions.
And adding WIXUI_EXITDIALOGOPTIONALCHECKBOX
will not really help me.Where and how should i be using the
condition?Can't i achieve this functionality when using the WiX standard UI
Extensions?
Bob A
Christopher Painter wrote:
> Problem is WiXAware authors WiX v2 schema and WiX v2 doesn't have
> MSBuild support.
It does. WixTasks.dll and wix.targets ship with v2.
--
sig://boB
http://joyofsetup.com/
-
This SF.net emai
Man, Shirley wrote:
How can I do this in WiX? Where is the font specification defined?
It's in the loc string. Override it in your own .wxl file -- all the
WixUI loc strings are marked Overridable="yes".
--
sig://boB
http://joyofsetup.com/
-
Harini Gurusamy wrote:
I upgraded my wix tool to v2 and the *.wim file is generating some
errors when building msi.
Does anyone have a *.wim file that works successfully for v2 wix tool ??
Hard to say: What's a .wim file?
--
sig://boB
http://joyofsetup.com/
-
Chris wrote:
> I created a Wix project that includes an ExitDialog with a CustomAction to
> launch the application. However, when launching my app, it creates two
> directories in the current working directory (the dir containing my
> AppSetup.msi) rather than in the INSTALLDIR (C:\Program File
Alan Frye wrote:
I have created an msi for upgrades but when I run it I get the
following error.
nother 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 Con
I also wonder if what I'm doing has some issues, whats the chances that Votive
could be adapted to support building either v2 or v3 schema ala MSBee style.
Christopher Painter <[EMAIL PROTECTED]> wrote:I have some merge modules
that contain thousands of simple `xcopy` files that I'd like
I have some merge modules that contain thousands of simple `xcopy` files that
I'd like developers to maintain. I don't want to use VDPROJ because it's slow
as hell and sucks at MSBuild support and I don't want to use InstallShield
because it costs too much to give everyone a license.
I ca
I have written wxs file for a windows service that requires username/password
during installation. It installs but the problem is, after installing I cannot
start the service. It gives me an error saying " Error 1069: The service did
not start due to a logon failure" .But if I right click the
What the recommended WiX or Windows Installer technique for adding new
entries to or changing existing specific lines in the
"System32\Drivers\etc\Services" file?
Thanks.
Rg,
Mike
-
This SF.net email is sponsored by: Splunk I
Hi all,
I want to hide some of the columns in VolumeCostList. According to MSDN,
http://msdn2.microsoft.com/en-us/library/aa372790.aspx
Authors can set the column widths in the VolumeCostList control
by appending column widths after any font specifications. Column widths
are ente
Windows Installer has standard properties Date and Time.
http://msdn2.microsoft.com/en-us/library/aa368262.aspx
Phil Wilson
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Alperstein, Kenny
Sent: Wednesday, September 05, 2007 1:19 PM
To: wix-users@lists.sourceforge.net
S
I am adding registry entries which include the name and version of the
application that is being installed. I also want to add the date this
application and version was installed, but I cannot find a way to get
the current date. Is there a variable or other method I can get the
current date to in
I upgraded my wix tool to v2 and the *.wim file is generating some errors when
building msi.
Does anyone have a *.wim file that works successfully for v2 wix tool ??
Harini
-
This SF.net email is sponsored by: Splunk Inc.
I created a Wix project that includes an ExitDialog with a CustomAction to
launch the application. However, when launching my app, it creates two
directories in the current working directory (the dir containing my
AppSetup.msi) rather than in the INSTALLDIR (C:\Program Files\App) ... How d
Doing this also means that Microsoft's security updates for this product
would not necessarily be applied - you've made it unserviceable. Very, very
bad plan.
--
Mike Dimmick
_
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of John Vottero
Sent: 05 September 2007 18:
The dotnetinstaller can actually install any kind of app. You're right
about GenerateBootstrapper being poorly documented.
The way I understand it, Windows Installer supported running one msi
from another msi but, that caused a number of problems (I don't know
what) so they deprecated the fe
BTW - this thing say "For .NET Apps". I hope that is not a strict req. I
need it for an MFC app also. Anyway, I will take a look.
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Wednesday, September 05, 2007 2:26 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Point taken... And, actually I agree. I don't want to have to do this.
First of all, there is way too much logic in there that I don't want to
have to worry about.
The problem is that tools like the "GenerateBootstrapper" task, are
poorly documented with very few examples being found on the web
I would be furious if I installed a product only to find that the
developer had taken apart one of Microsoft's installers, dorked it
around and rebuilt it into a Frankenstein of an installer.
I think you should use a bootstrapper to install the real MSXML6 and
then install your product. Search
Also, I said an "" , but I meant "
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Wednesday, September 05, 2007 1:30 PM
To: [EMAIL PROTECTED]
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Merge Module and Upgrade element?
Thanks for the
I have created an msi for upgrades but when I run it I get the following error.
nother 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.
{B68D552A
Dix, John wrote:
Being new to MSI and WiX I have several architecture questions however
I will restrict it to one for now. My company pushes webchanges to our
website which customer's see however we would like to speed the
testing process up by implementing MSI packages for deployment. Due to
Chris Ridd wrote:
> I'm having some conceptual problems with WIX's s though, in
> particular their GUID attributes. Curiously (for us) Installshield makes
> *way* less use of GUIDs than WIX, so my practical problem is how to manage
> the $large_number of GUIDs that will be required. Oh yes, 2 * $la
David Stindl wrote:
> You can e.g. specify, the module has to be installed:
>
> http://joyofsetup.com/
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log
Anidil wrote:
> I use the following code to add a check box to the final dialog and to launch
> product reg web site when clicked "finish" with check box checked.But it
> doesn't seems to validate the check box state and always launch the webpage
> once when "finish" is clicked.Any help?
>
Add
[EMAIL PROTECTED] wrote:
- My merge module installs certain dlls and registers them all.
- I want to detect if the current version or a newer version
is installed and just exit without installing.
- I want to detect if no version or a previous version is
installed
I use the following code to add a check box to the final dialog and to launch
product reg web site when clicked "finish" with check box checked.But it
doesn't seems to validate the check box state and always launch the webpage
once when "finish" is clicked.Any help?
https:
Instead of the "-c" switch, you'll need the "-s" switch:
"tallow -nologo -s LicensingClientShim.dll"
Hth,
Franz
> -Ursprüngliche Nachricht-
> Von: [EMAIL PROTECTED] [mailto:wix-users-
> [EMAIL PROTECTED] Im Auftrag von Duncan Bayne
> Gesendet: Mittwoch, 05. September 2007 13:33
> An: wix
Hi All,
First of all, I'm loving WiX, having come to it from an InstallShield
background. It's everything I always wished IS was ...
However, I'm having a problem getting tallow.exe to generate the
fragment to use to register a COM object. The catch is that the COM
object is actually an unmanag
You could put a Condition element under the Product element like this:
RUNFROMEXE = 1
When you call msiexec from the exe be sure to pass RUNFROMEXE=1 as an argument.
Double-clicking the MSI file obviously won't provide this argument, and so the
launch condition will
fail.
Rob
Craig0ss wrote:
>
HI There
Im new to .msi installers and WIX and i need to know how to do the
following.
Ive built my installer so i now have my .msi file and my .exe file, i need
information on a 'condition'? so that when the user executes the .msi file
to install my application it displays a message saying tha
32 matches
Mail list logo