.exe that you are uninstalling. If Burn finds the
> file next locally, it won't try to download from the internet and the
> uninstall should proceed.
> On Mon, Sep 3, 2012 at 11:24 PM, Simon Dahlbacka
> wrote:
>
> > I was about to install the final 3.6 version but got uninstal
I was about to install the final 3.6 version but got uninstall failure, how
do I get it off my machine so I can get the correct version installed?
Here's the log file:
[2354:25D8][2012-09-04T09:09:25]: Burn v3.6.2130.0, path:
C:\ProgramData\Package
Cache\{bc918578-6003-4542-b8de-d5714088605e}\WiX
The name in the error message and the name of the dll is spelled
differently, can it be as simple as that?
/Simon
On Thu, May 10, 2012 at 3:00 PM, Morten Lemvigh <
morten.lemv...@novasoftware.se> wrote:
> I have written a preprocessor extension that has a dependency to another
> assembly. When I
You shouldn't return failure if the credentials are incorrect, if you do so
you will get this error.
"been there, done that... "
On Mar 10, 2011 6:34 AM, "Kevin Burton" wrote:
> I read that. Which of the four rules is this violating?
>
> I made the warning go away by making the C# CA 'immediate'
There are two topics in the help file describing how to setup build so that
you don't need to install wix on your build machine, that way you can set
up as many versions as you need side by side without conflict. Unfortunately
I don't have the exact names of the topics on my phone but I think you'
Nevermind, got it working.
On Thu, Nov 18, 2010 at 4:06 PM, Simon Dahlbacka
wrote:
> I'm trying to create an immediate custom action that would allow user
> to "test connection" to a wcf server.
>
>
> DllEntry="TestConnection" Return="check" E
I'm trying to create an immediate custom action that would allow user
to "test connection" to a wcf server.
If I comment out the wcf bits, the custom action runs fine, but if I
include it then I end up with
MSI (c) (C8:B4) [15:55:06:487]: Invoking remote custom acti
I had a similar problem a long while ago,
check this thread:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/adding-non-default-extension-td698069.html#a698071
On Wed, Nov 3, 2010 at 7:46 PM, Socky, David R (GE Energy)
wrote:
> In a Wix install project (using Visual Studio 2010 an
that seems to indicate that your custom action is running as 32-bit,
if you run them as 64-bit things should just work..
On Thu, Jul 1, 2010 at 10:09 PM, Kurt Jensen
wrote:
> That's it!
>
> So far I cannot find an equivalent in .NET but at least now I can track down
> the communication breakdown
It is the correct path, as long as your executable is running as 32bit
on a 64bit system. Registry redirection is at play
(http://msdn.microsoft.com/en-us/library/aa384232%28VS.85%29.aspx)
On Fri, Apr 30, 2010 at 12:39 PM, Yu, Brian wrote:
> Hi there
>
>
>
> I found by testing that in 64 bit XP,
>
> As it exists now, the few lines of code exist as a console application.
> I'm looking for suggestions on how to integrate this into the build, so
> perhaps it's more of a Visual Studio question than a WiX question.
>
> Any suggestions?
>
sounds like you should read up on creating custom tasks
> The problem is that when I build the project in Visual Studio those
> properties get an empty value. I want to give these properties a default
> value so that I will be able to build the WIX project from Visual Studio and
> not just from the command line using msbuild.
>
> Is there any way to ass
just a hunch, can it be that the ICE is (wrongly) using a signed 16-number
for the third field?
On Fri, Jan 15, 2010 at 5:22 AM, Castro, Edwin G. (Hillsboro) <
edwin.cas...@fiserv.com> wrote:
> I'm getting the following error from light:
>
> error LGHT0204: ICE61: Upgrade.VersionMax 3.3.34567.0 f
On Mon, Sep 28, 2009 at 9:37 PM, Mark wrote:
> I'm (still) trying to install a SnapIn using WiX and PSExtension. I'm
> (still) getting the same error, however, which doesn't make any sense to
> me, and I believe it's a bug in PSExtension. Here's the relevant
> component in my .wxs file:
>
>
>
On Tue, Sep 22, 2009 at 9:18 PM, Nate Hekman wrote:
> David, what I want is to do this the right way. I'm not "determined" to
> pursue any particular road yet. Just trying to figure out what the "right
> way" is.
>
> I'd read Heath's blog article that you point out, and it certainly seems to
>
OT, but:
$(MSBuildProjectDirectory)\..\..\..\..\build\debug\x86\
:)
(
http://wix.cvs.sourceforge.net/viewvc/wix/wix3.5/src/burn/tests/manifest1/setup.burnproj?revision=1.1.1.1&view=markup
)
On Sun, Sep 6, 2009 at 10:29 PM, Bob Arnson wrote:
> Jason Jibben wrote:
> > I know it's early, but I'm
On Thu, Aug 27, 2009 at 5:19 PM, Prabhakaran Paulraj <
prabhakaran_paul...@dynamicbi.com> wrote:
> Hi there,
>
> I tried appending the parameter to the ApplicationFile but it doesnt work
> since it assumes that to be as the File Name.
>
> Is it possible to pass any arguements from Bootstrapper to
AFAIK, you shouldn't have any need to do this (for IntelliSense purposes),
as Visual Studio/MSbuild won't resolve the file from GAC when building
anyway.
/Simon
On Fri, Aug 21, 2009 at 10:31 AM, Rieche, Simon <
simon.rie...@iriscorporate.com> wrote:
> Hello,
>
> is there a way to deploy with WiX
On Tue, Aug 18, 2009 at 12:35 PM, Tasneem Jappie <
tasneem.jap...@pinesoft.co.uk> wrote:
> I put those strings there, in fact there already are GUIDS in those
> locations, the same one.
>
> Any other suggestions?
>
you are missing the custom actions that was present in the old msi
-Original M
based on your first email:
Source="$(var.PeritoCase.Client.Shell.TargetPath)" />
you have the wrong source for your .config file, fix that and your problem
is likely solved.
/Simon
On Fri, Aug 14, 2009 at 12:19 PM, brendan_rice wrote:
>
> When the config file is originally built out it looks
Are you sure you are talking about Votive (.wixproj) and not Setup project
(.vdproj)?
On Fri, Jul 10, 2009 at 4:31 PM, Wright, Lance wrote:
>
> The version of Votive I am using comes w/ WIX 3.0.5217.0.
>
> There may be some confusion about which properties page I am talking about.
>
> It is not t
shouldn't you just add a manifest to your executable?
On Mon, Jun 22, 2009 at 6:25 PM, Maxim Sadovski wrote:
>
> Hi All,
>
> I have a hard time finding whether it's possible to disable Vista
> Virtualization for registry keys created under HKLM\Software during
> instalation? Programmatically it i
you can add the necessary files to the resulting installer just fine, you
just cannot add the vcproj as a reference
On Tue, Jun 2, 2009 at 11:28 PM, karthik thiagarajan wrote:
>
> So what is the correct way to write an installer to install a windows
> service written in Manged C++?
>
> Karthik T
wrote:
> Thank you for your hint!
>
> Could you please tell me how to update or recover machine.config?
>
> -Ursprüngliche Nachricht-
> Von: Simon Dahlbacka [mailto:simon.dahlba...@gmail.com]
> Gesendet: Dienstag, 2. Juni 2009 11:01
> An: General discussion for Windows In
sounds like your machine.config is busted for whatever reason
On Tue, Jun 2, 2009 at 11:35 AM, Jiang, Chunyan (GE Healthcare) <
chunyan.ji...@ge.com> wrote:
> Hi wix-users,
>
> I am new for wix. I just try to use wix and generate the first sample
> wix project with visual studio. It is a simple w
On Tue, May 19, 2009 at 2:01 PM, Ondrej Zarevucky
wrote:
> Thank you for your reply.
> I was using RC2, but when I ran into problems I've downloaded the
> wix3-binaries.zip from http://wix.sourceforge.net/releases/3.0.5315.0/ and
> tried to use them. It didn't help :( But I still have RC2 installe
On Wed, Apr 15, 2009 at 10:04 PM, Prashant Murthy wrote:
> Hi All,
>
> Is it possible to bundle 32-bit and 64-bit files into a single MSI and
> install the appropriate ones based on the system on which it is being
> installed?
AFAIK, no
---
5}
> True
>
>
> -Original Message-----
> From: Simon Dahlbacka [mailto:simon.dahlba...@gmail.com]
> Sent: Friday, April 03, 2009 11:22 AM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Using Wix and Visual Studio
>
>
how does the tag look in your .wixproj file?
On Fri, Apr 3, 2009 at 9:13 PM, Eric Brown (REDMOND)
wrote:
> Multiple times. It always comes back yellow. There's no tooltip to provide
> any further feedback. (Also, I've tried this with a separate dummy project
> - I get the same problem.)
>
On Fri, Apr 3, 2009 at 8:24 PM, Eric Brown (REDMOND)
wrote:
> Also, there is that yellow warning icon on the project reference. I don't
> know what that means, and I can't find a reference in the documentation.
Normally that means that Visual Studio has failed to resolve the reference
On Sat, Mar 7, 2009 at 8:40 AM, Bob Arnson wrote:
> Bob Arnson wrote:
>> So that's the literal interpretation of the MSI SDK: You can only
>> schedule RemoveExistingProducts before InstallFinalize if it follows
>> InstallExecute[Again]. Not sure what to do about it at the moment...
>>
>
> I added
On Wed, Mar 4, 2009 at 8:50 AM, Bob Arnson wrote:
> Simon Dahlbacka wrote:
>> If I do that I'm greeted with an ICE63 Warning Some action falls
>> between InstallInitialize and RemoveExistingProducts.
>>
>
> Using Before="InstallFinalize"? Which a
On Wed, Mar 4, 2009 at 12:39 AM, Bob Arnson wrote:
> Simon Dahlbacka wrote:
>> I'm trying to schedule RemoveExistingProducts after InstallExecute like so
>>
>
> Generally, "before InstallFinalize" is the right way to go.
If I do that I'm greeted with an
wix 3.0.5020
I'm trying to schedule RemoveExistingProducts after InstallExecute like so
but I'm getting the following error:
Error 1 Unresolved reference to symbol
'WixAction:InstallExecuteSequence/InstallExecute' in section
'Product:*'.D:\Foo\Product.wxs 61
On Tue, Mar 3, 2009 at 7:43 PM, Wilson, Phil wrote:
> There's this too that I think is a different one, right?
>
> http://code.msdn.microsoft.com/bmg
yes and no,
It is not a bootstrapper but a tool is useful together with
GenerateBootstrapperTask, specifically if you have a custom
prerequisite
/
I seem to remember that you'll want to use something like
$(TargetFileName) instead of $(TargetPath) to avoid having the full
path embedded inside the bootstrapper
/Simon
On Thu, Feb 26, 2009 at 12:56 PM, Bob Lim wrote:
>
> Hi guys,
>
> My msi is in the same folder as the setup.exe. And the path
> A single install package would be so much nicer than two packages. But is it
> possible?
AFAIK, no
> On Tue, Feb 10, 2009 at 11:30 AM, Alex Ivanoff
> wrote:
>
>>
>>
>>
>> -Original Message-
>> From: Colin Fox [mailto:greenene...@gmail.com]
>> Sent: Tuesday, February 10, 2009 13:26
>>
On Thu, Jan 22, 2009 at 2:56 AM, Rob Mensching
wrote:
> VS2008? Yes. VS2005? No, I think that was make.exe... but I'm not an
> expert on the VS build systems. I find modifying build systems in VS to be
> painful since there are so many tiny boxes to type data in and a weird split
> between "
Wix 2.x is too old for using with VS 2008. In order to do that you
need to use Wix 3
On Wed, Jan 21, 2009 at 12:20 PM, Murtaza Chowdhury
wrote:
> When I try to install Votive 2.0.5805.0 on Visual Studio 2008, I get the
> following error message : "WIX Toolset Visual Studio Package requires the
from the error message, a plausible explanation is the key used is one
that is used is also used in an InternalsVisibleToAttribute and the
code takes advantage of this
On Thu, Jan 8, 2009 at 9:48 AM, Neil Sleightholm wrote:
> Is it possible it only works because you are using an official Microso
http://www.joyofsetup.com/2008/04/22/new-wix-feature-gaming-extension/
On Wed, Jan 7, 2009 at 8:36 PM, John Cooper wrote:
>
> I was wondering whether anyone using WiX has managed to get their games
> listed in Games Explorer which is available for Windows Vista. There is also
> a logo scheme av
the schema validation warnings do not matter
On Sat, Dec 20, 2008 at 9:27 PM, John McLean, Jr. wrote:
> Just upgraded to Wix 3.0.4805.0.
>
> Getting 55 warnings about the Wix.target file.
>
> An example warning message is:
>
> The element 'PropertyGroup' in namespace
> 'http://schemas.microsoft.c
Why do you need it?
First try if just increasing the msbuild verbosity helps (/v: flag to
msbuild.exe),
Tools -> Options -> Projects and Solutions -> Build and Run -> MSbuild
project build output verbosity
in Visual Studio
If that does not help, you can add whatever messages you like either
in you
> and since there are 129 license agreements and are 51MB in
> total size, this wouldn't really be acceptable.
Just a random thought:
Poor users, if they really have to click "I have read and accept" for
each and every one of those agreements...
/Simon
---
See
http://blogs.msdn.com/jasongin/archive/2008/07/09/votive-project-platform-configurations.aspx
On Wed, Nov 26, 2008 at 5:53 PM, Anthony Wieser
<[EMAIL PROTECTED]> wrote:
> I just upgraded from 3.0.3704.0 to 3.0.4721.0 but now I can no longer build
> my project which is part of my solution in V
On Mon, Nov 24, 2008 at 12:45 PM, Sean Farrow
<[EMAIL PROTECTED]> wrote:
> Hi:
> Does the vs extension allow me to add help to any namespace supported by
> document explorer?
AFAIK, yes.. but there has been issues, not sure if they are fixed or not.
> If I use this extension, do I require the .ne
see
http://blogs.msdn.com/jasongin/archive/2008/07/09/votive-project-platform-configurations.aspx
On Mon, Nov 3, 2008 at 3:37 PM, Chris Bardon <[EMAIL PROTECTED]> wrote:
> I just tried upgrading to build 3.0.4624.0 from 3.0.4014.0, and I
> noticed that my setup projects won't build anymore. VS 2
The gotcha is that you cannot have a 32 bit installer install 64 bit
components.
On Tue, Oct 28, 2008 at 4:13 PM, Michael Owings <[EMAIL PROTECTED]> wrote:
> Hmmm -- I guess my question is -- what am I risking? Getting rid of the
> 32-bit installer is a non-starter for us (this isn't a corporate
It seems that action is required by the wix devs:
>
> *NOTE: As of 2008-10-23 directory index display has been disabled by
> default.
> This option may be re-enabled by the project by placing a file with the
> name
> ".htaccess" with this line:
>
> Options Indexes
> *
>
> Is there another way to g
> Maybe there is a
> better property than $(TargetPath) (is there?), but for now I just hardcode
> the msi's name.
$(TargetFileName) ?
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the
ter
>
> 2008/10/6 Phil Sayers <[EMAIL PROTECTED]>
>
> > anyone else received this message almost 10 times today?
> >
> > -Original Message-
> > From: Peter Vestergaard [mailto:[EMAIL PROTECTED]
> > Sent: Monday, October 06, 2008 6:47 AM
> > To:
Or if you use votive (or othervise msbuild compatible project), you can use
the normal msbuild logging mechanism
http://msdn.microsoft.com/en-us/library/ms171470(VS.80).aspx
/Simon
On Mon, Oct 6, 2008 at 1:15 PM, Peter Vestergaard <[EMAIL PROTECTED]>wrote:
> Thanks for your reply.
> I can't get
In the sample xml provided, @name has the value DatabaseSettings while in
your xpath you check for DatabaseConnections.
Not sure about the missing separator though..
/Simon
On Tue, Aug 12, 2008 at 5:35 PM, Evans, Jim <[EMAIL PROTECTED]>wrote:
> I'm having a problem writing a value to an XML file
>
>
> Yet I have Visual Studio Team System 2008 installed. Am I missing
> something?
>
Yes, you are using an old version that is pre VS 2008, get a newer one
instead from http://wix.sf.net/releases
-
Check out the new SourceFo
On Wed, Jun 25, 2008 at 10:56 AM, Baldur <[EMAIL PROTECTED]> wrote:
>
> Hi Neil,
>
> Is there anyway I can simply edit the solution files? - I'd rather do this
> than recreating a complex solution that just happens to contain a WiX
> project.
>
Notepad (or other text editor of preference) works i
I seem to remember that a firewall extension was mentioned on the list some
time ago.
http://www.joyofsetup.com/2008/05/17/new-wix-feature-firewall-extension/
Have you checked that it does not fit your needs?
regards,
Simon
On Thu, Jun 19, 2008 at 12:47 PM, Akshat Sharma <[EMAIL PROTECTED]>
wro
]> wrote:
>
> Hi Simon,
>
> yeah, I've seen that one earlier, but it seemed a bit old so I thought it
> was out of date. Have you tried their workarounds, rebuilding wix, with the
> change in the xml table?
>
> Cheers,
> Dan
>
>
> Simon Dahlbacka wro
>
>
> Problem 2: We get errors like 'Error 70 ICE03: Not a valid foreign key;
> Table: HelpPlugin, Column: HelpNamespace_Parent, Key(s):
> MS.VSIPCC.v90.MS.VSCC.v90' from both versions of the VSIPCC merge modules.
> Anyone knows how to get rid of those ones?
>
see
http://sourceforge.net/tracker/in
3.0.2925 is way old, from before VS 2008 was released. Use a newer version
from http://wix.sf.net/releases/ and it will work
regards,
Simon
On Fri, Jun 13, 2008 at 12:44 AM, Mark Stega <[EMAIL PROTECTED]>
wrote:
> On attempting to install Wix 3.0.2925 I receive an error message "Votive,
> the W
I don't know about the actual issue, but as you might guess from looking at
a snippet of xml, the > character is in fact a special one that needs
escaping
so either
Intel > 5
or
is more likely to work
/Simon
On Thu, Jun 5, 2008 at 1:57 AM, ywchen <[EMAIL PROTECTED]> wrote:
>
>
> I am tryi
>
> A popup dialog. The dialog will show up when the user clicks next, if the
>
> Selected install path contains space. (user may install in the path
>
> C:\installPath\" but cannot install in the "C:\install Path\")
>
> IMO, don't 'fix' the installer but fix the software instead to cope with
space
There's an long outstanding bug in the VsExtension that prevents
suggessfully building installers that integrates help2 content into Visual
Studio using VSExtension.
As WiX is to be included in Rosario, one would think that this bug would be
worthwile to fix (especially as it seems to be rather low
>
>
> Is it really not possible to include all files in the source
> distribution so that building wix can be automated in a production
> environment?
*why* do you need to build WIX in a production environment?
/Simon
-
This
>
>
> I have a .wixproj I have created using Votive 2.0.
..and therein lies the problem, as votive 2 is not msbuild compatible,
whereas 3.0 is.
regards,
Simon
-
This SF.net email is sponsored by: Microsoft
Defy all challenge
directly from the source src/ext/VSExtension/wixlib/VSExtension.wxs:
2008/1/15, Adrian Alonso <[EMAIL PROTECTED]>:
>
> Thanks Justin, but I'm not using V3. Anyway I will take a look at the
> extension you mentioned.
> Does anyone know how V3 fill the VS90_I
Unfortunately, the web is *very* on this documentation, however I've blogged
about the subject
http://mostlytech.blogspot.com/2007/11/integrating-help2-files-into-vs-2005.html
http://mostlytech.blogspot.com/2007/11/integrating-help2-files-into-vs-2005_04.html
this might get you off the ground.. (
http://wix.sourceforge.net/releases/
2007/12/26, R Kishe <[EMAIL PROTECTED]>:
>
> I searched in the mailing list and it appears that COMPlus was in build
> 3.0.3001.0. Now, my question is - where is build 3.0.3001.0 or higher? The
> latest build available for download is 3.0.2925.0 on the website.
FWIW, I was just trying to install the 71 dlls using msm myself the other
day and never got it to work properly. Then someone on the internet
suggested that the merge modules were broken and that you just should
extract the dlls and install them as regular files into your app folder.
So that's wha
> Steve
>
> Not sure if you're still working on this, but I've recently been struggling
> with the same issues in WiX v3, and have finally got the help integration
> working.
>
If you're replying me, my name isn't Steve, but thanks for your
detailed explanation!
Actually, I also got it working but
Hi,
I'm still trying to register my help2 files, and if I use the
WixVSExtension I end up with the same problem as described in bug
1588180
If I follow do it the manual way according to
http://msdn2.microsoft.com/en-us/library/bb164959(VS.80).aspx it
works, if I decompile this msi then I once aga
Hi all,
I'd like to integrate my sandcastle generated api documentation into Visual
Studio and it seems that the VSExtension in Wix3 supports this. However I
cannot seem to get it to compile (let alone work).
I'm guessing there's something fundamental I'm missing here.
What I've done:
- Created
ire? I'm
using Wix v3.
------
*From:* Simon Dahlbacka [mailto:[EMAIL PROTECTED]
*Sent:* 03 July 2007 14:19
*To:* Patrick Steele
*Cc:* wix-users@lists.sourceforge.net
*Subject:* Re: [WiX-users] version numbering
yes, the @InstallerVersion attribute refers to the version of *Wi
yes, the @InstallerVersion attribute refers to the version of *Windows
Installer* needed to install your package, not the version of your package
so you shouldn't be changing that...
On 7/3/07, Patrick Steele <[EMAIL PROTECTED]> wrote:
Thanks for that! I defined some variables at the top of m
i m unable to resolve this error.i have no clude to this.help me plz.
and so is everyone on the mailinglist, unless you provide some useful
information about what you are doing, such as the relevant parts of your wxs
files and WiX version in use.
--
both I and "Cheyne, Mark A - DNR" have already replied that you also need to
specify Cultures, re-read the post from Mark for detailed instructions.
On 6/12/07, Afshin Sepehri <[EMAIL PROTECTED]> wrote:
When I add a reference to WixUIExtension.dll, I get so many errors such
as:
"The localiz
On 6/12/07, Bob Arnson <[EMAIL PROTECTED]> wrote:
Afshin Sepehri wrote:
light.exe -out SampleWixUI.msi SampleWixUI.wixobj *path*\wixui.wixlib
-loc *path*\WixUI_en-us.wxl
That command line is for WiX v2. In v3, you just need to add a reference
to WixUIExtension.dll.
and specify Cultures
you're missing the namespace declaration, i.e. xmlns:sql="
http://schemas.microsoft.com/wix/SqlExtension";
and then you use
/Simon
On 5/30/07, hariom <[EMAIL PROTECTED]> wrote:
Hi All,
I am using 3.0.2420.0 version of WIX. I am trying to create a database
through my sample installer. I ha
as the -out parameter is optional, can't you just leave it out?
On 5/14/07, John Lalande <[EMAIL PROTECTED]> wrote:
The help information for candle indicates that I can specify more than one
sourceFile argument and only specify one outputFile argument.
usage: candle.exe [-?] [-nologo] [-out o
try switching off antivirus and similar products fiddling around with your
files behind your back..
On 5/11/07, Igor Maslov <[EMAIL PROTECTED]> wrote:
Switching off MSI validation does not seem quite right, but having build
last
for 10 hours is not acceptable as well.
I wonder why light.exe t
Not knowing anything about your specific scenario, but generally deleting
folders over which you don't have control seems like a Bad Idea
On 5/9/07, Hooman Amini <[EMAIL PROTECTED]> wrote:
The problem is the folder is not empty and I have no idea during the
installation that what it may contai
No that won't work..
See e.g.
http://wix.cvs.sourceforge.net/wix/wix2.0/src/ui/wixui/ErrorDlg.wxs?revision=1.3&view=markupfor
an example...
On 5/3/07, Pseudonymic Wannabe <[EMAIL PROTECTED]> wrote:
I didn't quite get your tutorial since it messes around with
user-selection
and using $loc quite
As long as you have defined all strings in your ui using localization
variables (like WixUI) then it shouldn't matter, AFAIK
On 5/3/07, Pseudonymic Wannabe <[EMAIL PROTECTED]> wrote:
I also forgot to add, I'm NOT using WixUI I built a new UI based on the
example from WixEdit, I doubt localizati
as the size might be a guesstimate, (see
http://blogs.msdn.com/oldnewthing/archive/2004/07/09/178342.aspx) I'm not
too surprised, although it sounds somewhat strange
On 5/1/07, Don Tasanasanta <[EMAIL PROTECTED]> wrote:
The program size displayed in Add/Remove programs increases by adding the
check your build settings
(you are probably including /clr )
/Simon
On 4/30/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
My installer is failing on some systems, and it appears that its
dependant on the .NET framework. My CustomActions were authored in VC++.
Is .NET always a requirement
On 4/27/07, Wilson, Phil <[EMAIL PROTECTED]> wrote:
Ah, ok, the one in [ProgramFilesFolder]Microsoft Visual Studio
8\SDK\v2.0\BootStrapper\Packages\vcredist_x86 is up to date with SP1.
yes, I should probably have mentioned that (as long as you pull it from a
machine that has been updated wi
On 4/27/07, Wilson, Phil <[EMAIL PROTECTED]> wrote:
As an easy test, install the VC support redist for VS 2005 on a test
system and see if your custom action (writtten in VS 2005, yes?) works.
That'll isolate it to a C++ dependency on the 8.0 CRT etc
http://www.microsoft.com/downloads/details.
forgot to send to list...
-- Forwarded message --
From: Simon Dahlbacka <[EMAIL PROTECTED]>
Date: Apr 26, 2007 10:57 AM
Subject: Re: [WiX-users] Net Framework Check And Download
To: "Gourlay, Colin" <[EMAIL PROTECTED]>
It should be possible, se
yes, throw that away, and start again from scratch.. It seems what you're
trying to do is to create a bootsrapper inside a msi. Use a real
bootstrapper instead to take care of installing multiple msi:s
On 4/25/07, Nathan Lane <[EMAIL PROTECTED]> wrote:
So here's what I have, and my installer
So ... what I would really like to see is group effort on getting one
superb
set of documentation together rather than the hodge-podge of incomplete
sources of information that exist today.
A coordinated effort of some sort seems like a great idea! How this some
sort should look, and if it inv
Nb. I don't actually know anything about xmlconfig, just pointing out things
that seemed strange
1) is the configuration *still* called app.config and not foo.exe.config?
2) "delete" on "install" seems strange
/Simon
On 4/23/07, Kevin Burton <[EMAIL PROTECTED]> wrote:
My XmlConfig does not s
That's a totally different thing.. (but still unsupported)
On 4/22/07, teckJBMsia <[EMAIL PROTECTED]> wrote:
Hi,
I dont think so. I'm able to call an .EXE written using Microsoft Visual
Studio .NET 2005 C# . It's managed code too. I'm just wondering why not
the
DLL. I guess there must be so
I wrote the DLL by using Microsoft Visual Studio .NET 2005 C#.
there you have your problem. If you search the mailinglists you'll find out
*many times* that managed custom actions aren't supported..
-
This SF.net emai
Properties -> Linker > Cultures
/Simon
On 4/16/07, jrcolons <[EMAIL PROTECTED]> wrote:
how do I specify the -cultures:en-us switch to votive to build a project?
Thanks
jose
--
View this message in context:
http://www.nabble.com/cultures-switch-in-votive-tf3587025.html#a10024049
Sent from the
How do i configure Votive to include it in candle and light sentence?
Just do a "Add reference" to WixIIsExtension.dll
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 expre
that seems like a Bad Idea(tm) to me, as a user in a locale that's usually
affected by "hardcoded decimal point programming" I definately do *not* want
a random installer go fiddle with my regional settings just because the
programmers didn't get it right. Fix your software instead IMO.
regards,
On 3/27/07, John Vottero <[EMAIL PROTECTED]> wrote:
I think you're looking in the wrong place. You said "There is no add as
link option shown on my system when I right click the
project on my my system. Add shows "New Item" "Existing Item" and
"Folder"."
"Add as link" doesn't show up when
On 3/27/07, Anthony Wieser <[EMAIL PROTECTED]> wrote:
Can you, or anyone else for that matter, insert a link to another
project, as Justin described here:
No, not using Wix 3.0.2526
(why isn't the version number visible in the Visual studio about box btw?)
Subject: Re: [WiX-users] Problem
Are you missing an appropriate /Wix/@xmlns declaration (i.e.
xmlns:util='http://schemas.microsoft.com/wix/UtilExtension' )
On 3/26/07, Chris Bardon <[EMAIL PROTECTED]> wrote:
I'm using the latest 3.0 build from the website. The version of the
WixUtilExtension.dll is 3.0.2420.0.
Sounds like
ot of sense. Let me know if you have any other suggestions as you dig more
into your project.
Thanks,
Justin
*From:* [EMAIL PROTECTED] [mailto:
[EMAIL PROTECTED] *On Behalf Of *Chris Bardon
*Sent:* Tuesday, March 13, 2007 10:41 AM
*To:* Ashman, Jared; Levi Wilson; Simon Dahlbacka
*Cc:* wix-users@l
Yes, (at least "semi obvious")
Using votive you select project properties (right-click project ->
properties, select linker tab) specify e.g. "en-US" in the Cultures textbox,
and add a reference to WixUIExtension
On 3/13/07, Chris Bardon <[EMAIL PROTECTED]> wrote:
Thanks for the reply-I manag
1 - 100 of 118 matches
Mail list logo