Thanks for the reply Phil. Actually I found out today that we put something in
the drive to always install with elevated permissions.
http://msdn.microsoft.com/en-us/library/ms813108.aspx
so problem solved. Thanks,
Dan
-Original Message-
From: Phil Wilson [mailto:phildgwil...@gmail.c
Hello,
Since harvesting is not available past 3.5, I don't see any option but to
stick with 3.5x of WIX.
Instead of just putting a
I have to jump through hoops
to do the same.
I have heard there were issues with Harvesting, but it is a real show
stopper of using a later version till Harvesting
Yeah, definitely not an install issue anymore, but I appreciate the suggestions!
You're right that whatever takes up the extra space doesn't necessary have to
actually be a container. My ultimate goal is to simply guarantee that my
program has X space allocated to it for use, so your solution wo
This really isn't an install issue at this point, but...
Do you actually need to store things in this file, or are you just wanting
to make sure you have X MB available for your program?
If the latter, you could create and package a file that contains the same
byte value over and over. That shoul
I don't think the update will work, but I know you can do..
var view = session.Database.OpenView(REMOVEFILES_VIEW, null);
view.Execute();
...
var record = session.Database.CreateRecord(5);
record.SetString(1, fileKey);
record.SetString(2, "Identifier
Bryan,
You mentioned that "you can definitely modify the in-memory database". Can
you elaborate on this? I'd like to do something like this:
session.Database.Execute("UPDATE `SqlDatabase` SET `SqlDatabase`.`User_` =
NULL")
But this fails with 'Function failed during execution. Database: Table(s
Interesting; I hadn't heard of NTFS sparse files, but unfortunately, I can't
assume NTFS on my target installation machines.
I'm currently wondering if there's some kind of file container I can use that
will take up X disk space all the time, but that my program can open and add &
remove files
The latter.
___
FireGiant | Dedicated support for the WiX toolset |
http://www.firegiant.com/
-Original Message-
From: Felix Ulber [mailto:fe...@0x1-software.com]
Sent: Friday, March 14, 2014 10:02 AM
To: wix-users@lists.s
I suppose it would need a custom action, but couldn't one allocate an NTFS
sparse file (assuming an NTFS file system, anyway)?
Keith Douglas
Statistics Canada | 170 Tunney's Pasture Driveway, Ottawa ON K1A 0T6
Statistique Canada | 170, promenade Tunney's Pasture, Ottawa ON K1A 0T6
keith.doug...@
Hi there,
this is my first Project using WiX. I need some licensing software to be
installed in addition to my own software package. So I have to MSI
files, one existing from the license management software and one for my
own software (also build using Wix). My software which is basically a
plug-in
Ah, so ReserveCost is to reserve space perhaps for CustomActions or other
things Windows Installer might not be able to predict.
Yeah, I was afraid of that. The only idea I had to "reserve" disk space was to
use a TrueCrypt volume of 100MB (or whatever size) and then programmatically
open i
It's mostly internal to the install - by the time costing is complete
for the target volume there should be at least that 100MB remaining.
Because it's part of the cost you should get a "low disk error" if
there's not enough space on that volume during the install. Programs
and Features includes t
Hi all,
This may relate to Windows Installer in general (and not WiX specifically), but
when I use ReserveCost to reserve say 100MB for Directory A, I would expect the
amount of free space on the disk to be reduced by at least 100MB after
installation, to signify that the overall disk space has
Hi Jacob
Not sure what a BA theme is, but I assume MSI theme. I am using the
default WixUI_InstallDir UI.
Thanks
Paul
On Fri, Mar 14, 2014 at 5:43 PM, Hoover, Jacob
wrote:
> In a MSI UI or a BA theme?
>
> -Original Message-
> From: Paul van Coller [mailto:p...@vancoller.com]
> Sent: F
Hi guys
I have noticed a strange border around an edit control with password="yes".
Have any of you found a way around this yet?
Thanks
--
*Paul van Coller*
p...@vancoller.com
*This message was intended for the recipient(s) only. If you received this
message in error,*
*please let Paul van Co
In a MSI UI or a BA theme?
-Original Message-
From: Paul van Coller [mailto:p...@vancoller.com]
Sent: Friday, March 14, 2014 10:11 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Strange border around edit control with password="yes"
Hi guys
I have noticed a strange border a
I believe you can use something along the lines of...
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Small-and-Minor-updates-again-td1661960.html
-Original Message-
From: Christoffel le Roux [mailto:christoffe...@flowcentric.com]
Sent: Friday, March 14, 2014 6:33 AM
To: Ge
That's not per table though, that's per ICE error. I think the FK on the
SqlDatabase for User_ needs to be removed.
On Mar 14, 2014 10:42 AM, "Wesley Manning" wrote:
> Yes, right click on project and select properties. In there there's a
> "Tools Setting" tab with ICE verification.
>
> -Orig
Yes, right click on project and select properties. In there there's a "Tools
Setting" tab with ICE verification.
-Original Message-
From: Levi Wilson [mailto:l...@leviwilson.com]
Sent: March-13-14 4:38 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Suppress ICE Validation f
Hi guys and girls :)
Is possible to enforse PATCH REINSTALL=ALL REINSTALLMODE=amus when installing a
patch without using the command line arguments, like when I double click the
msp?
Thanks
Christoff le Roux
This information is intended only for the person or entity to which it is
addressed a
20 matches
Mail list logo