I want to have two equivalent bundles: one that has the .net framework included
(as wix calls it, compressed), and one that will download it. I'm currently
creating the two bundles from a single bundle file by using an that I
pass on the command line. Everything works fine except during install
this feature ist
not installed (and the windows serivce feature is also not installed).
And when I set the following:
Then I can select the Run Key feature and it is installed but I can not
install the Windows Service feature by selecting it. What am I doing
wrong?
Cheers Frank
Go Green
WINDOWSSERVICE=0
A solution for enabling/disabling features with jscript would be fine.
Cheers
Frank
-Original Message-
From: Eschenbacher, Frank [mailto:frank.eschenbac...@voltdelta.net]
Sent: Wednesday, February 16, 2011 10:35 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] select one
Hi all,
does anyone know how to enable or disable a feature in a script?
Cheers
Frank
Go Green - Please consider the environment before printing this email
Volt Delta International GmbH, Landsberger Str. 110, D-80339 Muenchen
Sitz: Muenchen, Amtsgericht Muenchen, HRB 156693, VAT-ID
Found out how it works:
IN a jscript simply do
Session.Property("ADDLOCAL") = "ALL";
Session.Property("REMOVE") = "FeatureName";
That's all!
-----Original Message-
From: Eschenbacher, Frank [mailto:frank.eschenbac...@voltdelta.net]
Sent: Thur
Hello WiX users,
we generated with WiX 3.7 a bootstrapper exe, and tried it on XP, Win7 and
it works fine. But on an NT (4.0) machine we get "... is not a valid NT
application" error when starting the exe. Is thre a previous version of WiX
that supports WinNT, or do we have to write an own bootstr
strings are resolved from the localization files in light.exe, it
is too late for localized files to get the same treatment.
That said, what is the correct way add localized files?
___
Frank Jenner
--
Live Securi
ribute, it gets put into the File
table with this directory information, which causes errors during linking.
How do people normally approach this use case? Is the built-in localization
functionality not really the appropriate approach here?
___
Frank Jenner
On Mon, Jun 18, 2012 at 3:
es/samples/SampleFirst.zip.
___
Frank Jenner
On Mon, Jun 18, 2012 at 8:37 AM, eddie burkowich
wrote:
> Hi,
>
> I want to know that is there any link from where i can download a simple
> Wix sample , make a wixobj on my system just to have a better understanding
> of h
the
following error: error LGHT0103 : The system cannot find the file
'MySourceFiles\documentation\es\!(loc.WelcomeDocFile)'.)
Thanks for the pointer in the right direction!
___
Frank Jenner
On Mon, Jun 18, 2012 at 2:08 PM, Rob Mensching wrote:
> Instead of specifying File/@Id
our advice!
___
Frank Jenner
On Mon, Jun 18, 2012 at 5:54 PM, Rob Mensching wrote:
> Something else to consider: instead if using loc variables, try organizing
> your build location so that bind paths can be used. Then when building you
> can provide the appropriate bindpath on the
.tramontana.co.hu/tutorial/user-interface/first-steps) provides
some example WiX code (also downloadable here:
http://wix.tramontana.co.hu/system/files/samples/SampleWixUI.zip) to create
an installer with a user interface that is likely closer to what you were
expecting.
___
Frank Jenner
On
KeyPath, not a file.
error LGHT0204 : ICE57: Component 'component_MyApplication' has both
per-user and per-machine data with a per-machine KeyPath.
However, I want this installer to install the application on a per-machin
Thanks Rob! That's very handy to know.
It turns out that the missing component was something that one of the 3rd
party merge modules was supposed to install. I don't really know why it
didn't install, but at least now I know where to focus to debug this.
___
Frank Jenner
.cat
\i386\driver.sys
\amd64\driver.sys
___
Frank Jenner
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT manag
Try setting Feature/@Absent="disallow". I think that will do what you're
looking for.
___
Frank Jenner
On Fri, Jun 22, 2012 at 6:49 PM, Alexey Ivanov wrote:
> Do not know
>
> 2012/6/23 Rob Mensching :
> > Is that even possible?
> >
> > On F
he
architecture.
___
Frank Jenner
On Mon, Jun 25, 2012 at 2:52 AM, tzleon wrote:
> I wish to mix 32bit driver and 64bit driver into same package, but the
> problem is the two referenced library difxapp_x64 and difxapp_x85 can't be
> imported into same package, otherwise, there is a
the driver
feature (as might happen in a repair or modify). In particular, I think
that since the uninstall condition is simply "Installed", the driver will
actually uninstalled during any MSI run after the initial installation,
which may not always be the intent.
___
Frank Jenner
On
What is the best tool to create a self-extracting executable that then executes
an extracted setup.exe file?
I want to distribute my installer to potentially millions of users, and so it
needs to work right on all platforms.
I was thinking about using iexpress, but then I heard it has some p
install packages for 4.0 and 5.0 use different upgrade codes.
Is there a way to tweak "RemoveExistingProducts" by user input?
Best regards,
Frank
___
Neu: WEB.DE DSL bis 50.000 kBit/s und 200,- Euro Startguthaben!
http://produkte
ed, and if so -
remove them from the feature tree. Right now I have two properties with a
registry search that does this, but I don't know what to use from here.
Could someone point me in the right direction?
Thanks,
In case anyone else is a WIX/MSI beginner like me and didn't really
understand the response to the question, here is what you need to know:
With Microsoft installer, properties are used to create boolean conditions
that can be used to change the behavior of the installer. There are some
propertie
ioned.
WixWiki: Anyone know who runs this? The site requires e-mail validation,
but it doesn't appear to actually send out an email. There is no contact
information on the site either (that I could find easily, anywa
The name of my feature is called "Firebird". I want the action to run if
the component has been selected and not installed. Here is what I have:
This is what I get:
DEBUG: Error 2753: The File 'Firebird_Installer' is not marked for
installation.
What is the syntax I am supposed to be usin
Alex,
Thanks for your reply. This did the trick@ I don't completely understand
how it works, because shouldn't "NOT &Firebird=0" and "&Firebird=3 OR
&Firebird=4" both evaluate to true if they're selected? You make a good
point regarding the updat
he update.
Any ideas for getting around this? Manually editing the version number in the
DLL is a violation of the licensing agreement, so that's not an option.
--
Frank Mitchell
Software Engineer
Chief Architect Inc.
www.chiefarchitect.com
-
The ProgId element has an Icon attribute you need to set. It should be the Id
of a file containing the icon resource (or the Id of an Icon element if your
ProgId is advertised).
--
Frank Mitchell
Software Engineer
Chief Architect Inc.
www.chiefarchitect.com
-Original Message-
From
I consider using the autoupdate technology provided by the ClickThrough
project for a .NET 2.0 Windows Forms application.
Could somebody recommend ClickThrough from its own experiences?
Where can I found additional information (tutorial, examples) for it?
Regards,
Frank
I add UI let user choose default SSH client like:
I define protery "SSHRadio"
Plink
Component Id="C__SSHCLIENT_PLINK" Guid="$(var.RegSSHPLINK)"
Win64="$(var.Win64YesNo)">
SSHRadio = "Plink"
I consider using DTF to merge a merge module (msm) into an msi package.
Would you recommend DTF for this purpose? Where can I find additional
information (tutorial, examples) for it?
Regards,
Frank
--
Stay on top of
circumvent that problem?
Thank you for your help,
Frank
Christopher Painter schrieb:
> DTF is meant for creating build automation / installer authoring tools also.
> My guess is he has an MSI that wasn't built using WiX and he'd like to use
> DTF to merge a module (perhaps b
o the "_Streams" table of the msi
3. Insert a record into the "Media" table of the msi using the appropriate
"LastSequence" number
Thanks a lot for your hints!
Frank
Richard schrieb:
> In article
> <139942f2536b7c4fbde6b44132f80c84286210a...@na-exmsg-c1
;
*UMConfigurationValidation
<http://www.aisto.com/roeder/dotnet/Default.aspx?Target=code://KSCustomActions:4.1.0.0:6fbd99f8be3ba265/Pace.EWB.KSCustomActions.KSCustomActions/UMConfigurationValidation%28Microsoft.Deployment.WindowsInstaller.Session%29:Microsoft.Deployment.Win
llMode" is taken into account
later on for setting the feature state.
Please let me know, what I can do to solve this problem.
Best regards,
Frank
Text: GRATIS für alle WEB.DE-Nutzer: Die maxdome
I want to include third part MSI at my product.
How to do it?
--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the rep
Hi,
I'm pretty new to all that MSI stuff, so correct me if I'm wrong.
It's about tasks from the gaming extension. The manual says Play tasks
result in Shortcuts. These shortcuts are part of the component the game
executable is in - necessarly, since a must go below a .
Now, from what I gathere
Hi,
I'm pretty new to all that MSI stuff, so correct me if I'm wrong.
It's about tasks from the gaming extension. The manual says Play tasks
result in Shortcuts. These shortcuts are part of the component the game
executable is in - necessarly, since a must go below a .
Now, from what I gathered,
Hi,
I'm pretty new to all that MSI stuff, so correct me if I'm wrong.
It's about tasks from the gaming extension. The manual says Play tasks
result in Shortcuts. These shortcuts are part of the component the game
executable is in - necessarly, since a must go below a .
Now, from what I gathered,
On 08.10.2008 16:30, Scott Palmer wrote:
> How can I have my WiX installer create an item in the Start menu that is
> "pinned" ?
You can't: http://blogs.msdn.com/oldnewthing/archive/2003/09/03/54760.aspx
-f.r
-
This SF.Net e
Hello, I try build merge modules witch needs other merge modules.
But when try to use it. The dependency's will not solved. Any ideas?
smime.p7s
Description: S/MIME Cryptographic Signature
-
Using Tomcat but need to do more?
Hello, when I try to build my merge module light freeze.
What I have try:
candle -nologo -sw1044 *.wxs //to build all object's
light -nologo .wixobj
but light will never return:(
How can I debug this to find out what goes wrong??
smime.p7s
Description: S/MIME Cryptographic Signature
-
Bob Arnson schrieb:
>> but light will never return:(
>> How can I debug this to find out what goes wrong??
>>
> Start with -notidy and -v0 to see if you can pinpoint when it happens.
>
The only output I get is:
Microsoft (R) Windows Installer Xml Linker version 2.0.4415.0
Copyright (C) Microso
--
Frank
Hsueh, SDET, MSN / Windows Live Mail | SVC4/2647 | 650 693 2168 (work) | 650
796 3744 (mobile) | [EMAIL PROTECTED]
-
Using Tomcat but need to do more? Need to support web services, security
Bob Arnson schrieb:
>>
> Interesting. It's binding at that point. Can you build any merge module?
>
Yes the sample that comes with WiX will build. But my own will fails:(
smime.p7s
Description: S/MIME Cryptographic Signature
---
Bob Arnson schrieb:
> Frank Büttner wrote:
>> Yes the sample that comes with WiX will build. But my own will fails:(
>>
> Can you attach your files in a bug at
> http://sourceforge.net/tracker/?group_id=105970&atid=642714? We'll need
> to be able to reproduce
I have try it but the file is too big for an upload it is 1,43MB but SF
only allow 250KB:(
smime.p7s
Description: S/MIME Cryptographic Signature
-
Using Tomcat but need to do more? Need to support web services, security?
Get
WIX-Users,
I
have a shortcut which isn’t generating anything in where I expect it to
be:
I’m
using WIX v 2.0.4117.0, if that helps. Is there anything I’m doing
wrong?
--
Frank
Hsueh | [EMAIL PROTECTED
ativeImage Id="Ngen" Priority="0"/>
File>
I would like to make my setup to be robust and want it to
install the assembly into the GAC to override the old version, is there any way
to enforce the File element to always GAC the assembly even if it is already in
GAC
setup should fail in the first place when it
cannot put the DLL in GAC. i.e. Netfx extension that puts DLL in GAC should
fail when it cannot put DLL in GAC.
Thanks,
Frank
From: Mike Dimmick
[mailto:[EMAIL PROTECTED]
Sent: Saturday, September 23, 2006 8:08 AM
To: Wilson, Phil; Frank Tse
t good and would
confuse users. Is there a way in WiX or MSI to suppress or hide the
command window of a command line program?
Thanks,
Frank
From: Bob Arnson [mailto:[EMAIL PROTECTED]
Sent: Monday, October 09, 2006 8:20 PM
To: Frank Tse
Cc: 'Mike Dimmick';
how to do the launch condition….. element
does not seem to have a way to search in GAC.
If I could implement the launch condition, the option of not
failing during uninstall isn’t necessary to me.
Thanks,
Frank
From: Bob Arnson [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 10
In any case, I did enter a feature request for the ngen action optionally
not to fail setup when it encounters error.
https://sourceforge.net/tracker/index.php?func=detail&aid=1574887&group_id=105970&atid=642717
Thanks,
Frank
From: Frank Tse [mailto:[EMAIL PROT
I’m using v3 though. I just tried the latest v3 build 2211 but the
behavior is the same. Do you know if the fix in v2 has been ported to v3?
Thanks,
Frank
From: Bob Arnson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 11, 2006 9:35 AM
To: Frank Tse
Cc: 'Wilson,
?
Thanks,
Frank
From: Bob Arnson [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 12, 2006 9:38 PM
To: Frank Tse
Cc: 'Wilson, Phil'; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] how to enforce assembly to be gac'd even when
thereisalready a copy in the gac
Bob Arnson schrieb:
> Frank Büttner wrote:
>> I have open an Bug report for some day on SF, but until now nobody has
>> replay to it.
>>
> It will likely take a while to track down the cause of the bug.
>
Are some news about fixing plains for it?
smime.p7s
Descri
o set
this. Is there a way to show the checkbox unchecked by default? Any help
would be really appreciated.
Thanks,
Frank
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel
not declared anywhere else. This way I can also avoid the compilation
warning.
Thanks guys for the pointer,
Frank
From: Matthew Janulewicz [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 10, 2007 9:41 AM
To: Levi Wilson; Frank Tse; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users
for your help
Frank
smime.p7s
Description: S/MIME Cryptographic Signature
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opin
must I change in the .wix file?
Here my code:
http://schemas.microsoft.com/wix/2006/wi";>
Thanks for any idea's.
Fran
ning can likely be safely ignored. Otherwise, please add
files to the cabinet or remove it.
It that an really problem?
And how can I avoid it?
Thanks
Frank
smime.p7s
Description: S/MIME Cryptographic Signature
-
Take
How can I integrate an .cat file in my merge module.
This file is needed for my side-by-side assembly.
Simple use the File Tag will get the error:
error LGHT0104 : Not a valid manifest file;
How can I do this??
smime.p7s
Description: S/MIME Cryptographic Signature
Geoff Finger schrieb:
> I'm not sure what steps you've already completed so here's the entire
> process I followed. In my case I was using MS VS 2005, obviously some
> steps my have to be addapted depending on the enviroment you're
> working under.
>
> First you have to create a key if you don't h
Frank Büttner schrieb:
> These steps has I all do. But the build fails with the error above.
> Here is my file that I have tried:
>
> http://schemas.microsoft.com/wix/2006/wi";>
>
> InstallerVersion="300"/>
>
>
>
Geoff Finger schrieb:
> Wix doesn't check the validity of the keys, that happens when the file
> is actually installed into WinSxS. As far as I know it's not a bug
> although that would be some great added functionality for Wix.
>
> The public key is what you get by running pktextract on the
> cer
Frank Büttner schrieb:
> Geoff Finger schrieb:
>> Wix doesn't check the validity of the keys, that happens when the file
>> is actually installed into WinSxS. As far as I know it's not a bug
>> although that would be some great added functionality for Wix.
>>
Geoff Finger schrieb:
> That looks correct for the final manifest file. Offhand the only
> possible problem I can is that manifest files may not be equiped to
> handle umlauts. Try using a different file name?
Yes, but the same result.
Any other idea's?
Frank
smime.p7s
Descr
Frank Büttner schrieb:
> Geoff Finger schrieb:
>> That looks correct for the final manifest file. Offhand the only
>> possible problem I can is that manifest files may not be equiped to
>> handle umlauts. Try using a different file name?
>
> Yes, but the same result.
Hello, how can I do this, so that more apps can use this files.
In my case it will be binary files. But no library files.
smime.p7s
Description: S/MIME Cryptographic Signature
-
Take Surveys. Earn Cash. Influence the Future
Hello, by default side-by-side assemblys are placed under
%SystemRoot%\WinSxS\assembly...
But I my case I need, that the assembly dll put under
%SystemRoot%\WinSxS\assembly...\foodir
Any idea's how I can make that?
smime.p7s
Description: S/MIME Cryptographic Signature
Geoff Finger schrieb:
> For me the assemblies are automatically removed on uninstall. I have
> found however that during the testing process when i'm doing a lot of
> installs and uninstalls in thre process of debuging my Wix code that
> the state of things sometimes gets screwed up and files end u
I will get this warning:
ICE03 WARNING String overflow (greater than length permitted in column);
Table: ModuleSignature, Column: ModuleID, Key(s):
Qt_accessible_qtaccessiblecompatwidgets1Modul.57F8AC9F_2E4B_4879_A18C_172F2EB1.0
What is the maximum length for the fields?
Thanks.
smime.p7s
Friedrich, Oliver schrieb:
> AFAIR its not the Value, that is too long, but the identifier, that should
> not be longer than 255.
>
> Qt_accessible_qtaccessiblecompatwidgets1Modul.57F8AC9F_2E4B_4879_A18C_172F2EB1.0
>
> Try to shorten it a bit.
>
> Oliver Friedrich
> Consultant - Software So
Friedrich, Oliver schrieb:
> Well, ICE03 claims following in Windows-SDK:
>
> The string's length is greater than the column width specified by the column
> definition. Note that the installer does not internally limit the column
> width to the specified value. See Column Definition Format.
>
action. Note that the
ExeCommand just contains the command line parameter and not the
executable file itself.
Example:
Hope that helps,
Frank
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's
John Smith wrote:
> Hi,
>
> I want to publish a custom action event only when a certain expression
> is TRUE.
> e.g. when a certain property [Version] is higher than "7.0", what's the
> syntax to use??
Hi,
just use that property inside of the tag:
Vers
I am installing a database on the target machine using SqlDatabase
My difficulty is that I do not know whether the end-user
has SQLExpress or SQL installed, so I dont know whether to use
Server='[%COMPUTERNAME]\SQLEXPRESS'
or
Server='[%COMPUTERNAME]'
Im thinking I should be able to detect whic
Thanks for the prompt replies, much appreciated.
I guess I should have mentioned why I wanted to install a database and why I
wanted to avoid user interaction if possible, and that is because i want to
install a 'demo' which just works out of the box.
The more questions I ask, the more intimidatin
I run dark against my MSI, and I get an exception. Ive tracked it down a
bit, and I find that if I delete particular ros in the AppSearch table, I
can get dark to work. Please find an attached MSI that demonstrates the
problem. Its 4Mg - Sorry its so big!!
Heres the output from dark
C:\junk>da
Ive uploaded the MSI that causes the problem to
http://www.netspeed.com.au/frankeden/junk.zip
I havent added a new bug because this one: - "[1576981 ] Dark cannot
decompile Votive.msi"
looks similar, but the date that bug was submitted was over a year ago, so
does this mean that development on
No worries, Ive created this bug number:
1864685 NullReferenceException due to rows in the AppSearch table
--
View this message in context:
http://www.nabble.com/Dark---NullReferenceException-due-to-rows-in-the-AppSearch-table-tp14554976p14638742.html
Sent from the wix-users mailing list arc
d ?
Greetings,
Frank
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503
I am trying to target both 32bit and 64bit with one set of source files.
I have
http://www.nabble.com/32-bit-and-64-bit-from-one-set-of-WXS-source-files-tp14911675p14911675.html
Sent from the wix-users mailing list archive at Nabble.com.
-
Ratula,
Thanks for the fast response
.
When I run VS2005 under Admin priv. the build (I try to build the
project inside Visual Studio) doesn't work. Is there any workaround ??
Or do I have to use the console??
Thanks,
Frank
Von: Ratula Das, HCL-Industry Solutions [mailto:[
hanks,
Frank
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >
file
from the command line. To turn off this warning set fa
lse in your .wixproj file.
C:\Program Files\MSBuild\Microsoft\WiX\v3.0\Wix.targets(1115,5): error MSB6006:
"Light.exe" wurde mit Code -532459699 beendet.
1 Warnung(en)
1 Fehler
Vergangene Zeit 00:00:10.68
T
Maybe I'm doing a stupid beginners mistake, but can you pleas
86 matches
Mail list logo