[WiX-users] wix bundle with prerequisite download and one with prerequisite compressed but be equivalent bundles?

2014-04-16 Thread Frank
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

[WiX-users] select one of two features by radio button

2011-02-16 Thread Eschenbacher, Frank
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

Re: [WiX-users] select one of two features by radio button

2011-02-16 Thread Eschenbacher, Frank
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

[WiX-users] Enabling/disabling features by script

2011-02-16 Thread Eschenbacher, Frank
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

Re: [WiX-users] Enabling/disabling features by script

2011-02-21 Thread Eschenbacher, Frank
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

[WiX-users] Fwd: bootstrapper on WinNT

2013-05-10 Thread Frank Gábor
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

[WiX-users] Help with localized file locations

2012-06-15 Thread Frank Jenner
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

Re: [WiX-users] Help with localized file locations

2012-06-18 Thread Frank Jenner
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:

Re: [WiX-users] A sample/simple Wix Installer

2012-06-18 Thread Frank Jenner
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

Re: [WiX-users] Help with localized file locations

2012-06-18 Thread Frank Jenner
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

Re: [WiX-users] Help with localized file locations

2012-06-18 Thread Frank Jenner
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

Re: [WiX-users] WiX-users Digest, Vol 73, Issue 38

2012-06-19 Thread Frank Jenner
.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

[WiX-users] Launching shortcut after install brings up Windows Installer progress meter

2012-06-20 Thread Frank Jenner
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

Re: [WiX-users] Launching shortcut after install brings up Windows Installer progress meter

2012-06-20 Thread Frank Jenner
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

[WiX-users] DIFxApp driver files in multiple directories

2012-06-22 Thread 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

Re: [WiX-users] Item in Feature Tree don't hidden, just disable for edit

2012-06-22 Thread Frank Jenner
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

Re: [WiX-users] How to mix 32bit driver and 64bit driver into same package?

2012-06-25 Thread Frank Jenner
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

Re: [WiX-users] How to mix 32bit driver and 64bit driver into same package?

2012-06-26 Thread Frank Jenner
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

[WiX-users] best way to create self-extracting executable for Win 2000, XP, Vista, and beyond...

2009-07-07 Thread Frank Lopez
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

[WiX-users] Tweaking RemoveExistingProducts depending on user input

2009-10-30 Thread Frank Neumann
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

[WiX-users] Running an Installer from MSI: Part II

2008-12-29 Thread Frank Cohen
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,

Re: [WiX-users] Running an Installer from MSI: Part II

2008-12-30 Thread Frank Cohen
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

[WiX-users] Documentation

2008-12-30 Thread Frank Cohen
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

[WiX-users] Detecting if a feature is marked for install

2008-12-31 Thread Frank Cohen
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

Re: [WiX-users] Detecting if a feature is marked for install

2008-12-31 Thread Frank Cohen
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

[WiX-users] Forcing a versioned file to update if the version number hasn't changed

2009-01-15 Thread Frank Mitchell
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 -

Re: [WiX-users] Registering file types in WiX 3.0

2009-02-02 Thread Frank Mitchell
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

[WiX-users] ClickThrough for Windows Forms application

2009-03-19 Thread Frank Neumann
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

[WiX-users] How to install difference registery according to property

2009-03-26 Thread Frank Li
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"

[WiX-users] Using DTF to merge a merge module into an msi package

2009-04-21 Thread Frank Neumann
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

Re: [WiX-users] Using DTF to merge a merge module into an msi package

2009-04-21 Thread Frank Neumann
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

Re: [WiX-users] Using DTF to merge a merge module int o an msi package

2009-04-24 Thread Frank Neumann
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

[WiX-users] Problem with managed custom actions (DTF)

2009-05-12 Thread Frank Neumann
; *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

[WiX-users] Problem with accessing features state s after showing the SetupTypeDlg

2009-06-09 Thread Frank Neumann
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

[WiX-users] How to include another MSI at my MSI

2009-06-11 Thread Frank Li
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

[WiX-users] Gaming ext: adding tasks

2008-09-08 Thread Frank Richter
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

[WiX-users] Gaming ext: adding tasks

2008-09-11 Thread Frank Richter
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,

[WiX-users] WixGaming extension: adding tasks?

2008-09-11 Thread Frank Richter
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,

Re: [WiX-users] How to create "Pinned" Start menu items

2008-10-08 Thread Frank Richter
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

[WiX-users] Build merge modules

2006-09-12 Thread Frank Büttner
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?

[WiX-users] light freze

2006-09-13 Thread Frank Büttner
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 -

Re: [WiX-users] light freze

2006-09-14 Thread Frank Büttner
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

[WiX-users] subscribe

2006-09-14 Thread Frank Hsueh
    -- 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

Re: [WiX-users] light freze

2006-09-15 Thread Frank Büttner
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 ---

Re: [WiX-users] light freze

2006-09-16 Thread Frank Büttner
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

Re: [WiX-users] light freze

2006-09-16 Thread Frank Büttner
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] Shortcut to a URL target?

2006-09-18 Thread Frank Hsueh
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

[WiX-users] how to enforce assembly to be gac'd even when there is already a copy in the gac

2006-09-22 Thread Frank Tse
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

Re: [WiX-users] how to enforce assembly to be gac'd even when thereisalready a copy in the gac

2006-10-09 Thread Frank Tse
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

Re: [WiX-users] how to enforce assembly to be gac'd even when thereisalready a copy in the gac

2006-10-10 Thread 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'; &#x

Re: [WiX-users] how to enforce assembly to be gac'd even when thereisalready a copy in the gac

2006-10-10 Thread Frank Tse
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

Re: [WiX-users] how to enforce assembly to be gac'd even when thereisalready a copy in the gac

2006-10-10 Thread Frank Tse
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

Re: [WiX-users] how to enforce assembly to be gac'd even when thereisalready a copy in the gac

2006-10-12 Thread Frank Tse
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,

Re: [WiX-users] how to enforce assembly to be gac'd even when thereisalready a copy in the gac

2006-10-23 Thread Frank Tse
?   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  

Re: [WiX-users] light freze

2006-11-16 Thread Frank Büttner
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

[WiX-users] How to specify checkbox control with unchecked by default

2007-01-10 Thread Frank Tse
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

Re: [WiX-users] How to specify checkbox control with unchecked bydefault

2007-01-10 Thread Frank Tse
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

[WiX-users] Build an shared side-by-side assembly merge module

2007-01-17 Thread Frank Büttner
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

[WiX-users] warning message LGHT1076 : ICE60

2007-01-23 Thread Frank Büttner
must I change in the .wix file? Here my code: http://schemas.microsoft.com/wix/2006/wi";> Thanks for any idea's. Fran

[WiX-users] warning when build an SFPCatalog merge module

2007-01-25 Thread Frank Büttner
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

[WiX-users] How to integarte an .cat file

2007-01-25 Thread Frank Büttner
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

Re: [WiX-users] How to integarte an .cat file

2007-01-26 Thread Frank Büttner
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

Re: [WiX-users] How to integarte an .cat file

2007-01-26 Thread Frank Büttner
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"/> > > >

Re: [WiX-users] How to integarte an .cat file

2007-01-26 Thread Frank Büttner
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

Re: [WiX-users] How to integarte an .cat file

2007-01-26 Thread Frank Büttner
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. >>

Re: [WiX-users] How to integarte an .cat file

2007-01-27 Thread Frank Büttner
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

Re: [WiX-users] How to integarte an .cat file

2007-01-27 Thread Frank Büttner
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.

[WiX-users] Install files into the shared files dirctory

2007-01-29 Thread Frank Büttner
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

[WiX-users] create an directory in the assembly cache

2007-01-29 Thread Frank Büttner
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

Re: [WiX-users] How to integarte an .cat file

2007-01-29 Thread Frank Büttner
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

[WiX-users] How long can be an String?

2007-02-26 Thread Frank Büttner
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

Re: [WiX-users] How long can be an String?

2007-02-26 Thread Frank Büttner
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

Re: [WiX-users] How long can be an String?

2007-02-26 Thread Frank Büttner
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. >

Re: [WiX-users] Using InstallUtil.exe to run an exe from a setup

2007-04-12 Thread Steffens, Frank
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

Re: [WiX-users] CustomAction using a simple expression

2007-04-13 Thread Steffens, Frank
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

[WiX-users] Detecting Which version of SQL is installed

2007-11-24 Thread Frank Eden
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

Re: [WiX-users] Detecting Which version of SQL is installed

2007-11-24 Thread Frank Eden
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

[WiX-users] Dark - NullReferenceException due to rows in the AppSearch table

2007-12-30 Thread Frank Eden
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

Re: [WiX-users] Dark - NullReferenceException due to rows in the AppSearch table

2008-01-04 Thread Frank Eden
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

Re: [WiX-users] Dark - NullReferenceException due to rows in the AppSearch table

2008-01-05 Thread Frank Eden
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

[WiX-users] WiX 3.0.x platform support for Win2008 and WinVista

2008-01-14 Thread Tullen, Frank
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

[WiX-users] 32 bit and 64 bit from one set of WXS source files

2008-01-16 Thread Frank Eden
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. -

Re: [WiX-users] Problems building under VS2005 and votive v3 under Vista

2007-09-07 Thread Frank Mayer-Potschak
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:[

[WiX-users] Another beginners question

2007-09-07 Thread Frank Mayer-Potschak
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 >

Re: [WiX-users] Problems building under VS2005 and votive v3 under Vista

2007-09-07 Thread Frank Mayer-Potschak
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

[WiX-users] Problems building under VS2005 and votive v3 under Vista

2007-09-07 Thread Frank Mayer-Potschak
Maybe I'm doing a stupid beginners mistake, but can you pleas