lf Of Jason Van Eaton
Sent: Thursday, May 10, 2007 11:21 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Detecting the type of file system
Anyone?
JVE
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Van Eaton
Sent: Wednesday, May 09,
Anyone?
JVE
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Van Eaton
Sent: Wednesday, May 09, 2007 1:45 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Detecting the type of file system
Is there a way to detect the file system type
Is there a way to detect the file system type (FAT16, FAT32, NTFS) and limit
the install to only that format type? I didn't see anything obvious when
querying the help file for any of those acronyms.
Thank you.
JVE
-
T
Richard,
Thank you so much for providing the needed 2 lines of code rather than just
describing how it could be done. I have tested, and this solves my immediate
crisis, on which I have already wasted much time (after discovering uninstall
wasn't working, searching my code for the problem, cre
Hello Folks,
I am using toolset 3.0.2420.0. With the minimal code below, *I am unable to
uninstall files from any path except the default path*. It took me a couple of
days to track down what was happening. Initially I assumed I had messed up
something simple. After much frustration I final
I have a weird bug. When installing to the default path, uninstall works
correctly. When installing to any other path, uninstall succeeds (that is to
say there are no errors) but it forgets to remove the files. Even if I have a
bug in my xml, it seems there must be a bug in WIX as well, since
Resending.
JVE
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Van Eaton
Sent: Tuesday, April 03, 2007 9:32 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Prevent install to network drive or removable media
Is there a way to prevent
Is there a way to prevent installing to certain media types or paths? I
scanned the schema and didn't see anything that looked appropriate. Thank you.
JVE
-
Take Surveys. Earn Cash. Influence the Future of IT
Join Sourc
I am not overly fond of removing user data either. However, the PM has asked
for there to be an option (not enabled by default) to allow the user to delete
everything if they like. Richard uses a thoughtful example to make the point
about the potential futility of trying to know what files wil
Van Eaton; wix-users@lists.sourceforge.net
Subject: RE: Disk costing, directory deleting
1. ReserveCost element.
2. If you describe all of the files in the MSI, then MSI will clean up
properly.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Van
I need to accomplish 2 tasks and I am not seeing any obvious solutions (using
3.0.2420.0).
1. I am creating a source code install. I would like to prevent users
from installing on drives that that do not have enough room to build the source
code. So although the source itself only consum
Any hints on fixing the remaining warnings?
JVE
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Van Eaton
Sent: Monday, January 29, 2007 12:50 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Per-User install warnings on files
I have
I have now converted my installation from ProgramFiles to PersonalFolder. The
only remaining warnings are...
warning LGHT1076 : ICE91: The file 'File_1' will be installed to the per user
directory 'INSTALLDIR' that doesn't vary based on ALLUSERS value. This file
won't be copied to each user's
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Van Eaton
Sent: Thursday, January 25, 2007 1:36 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Per-user install
Hello folks,
I had a functional install working. Everything was being
Anyone?
JVE
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Van Eaton
Sent: Thursday, January 25, 2007 1:36 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Per-user install
Hello folks,
I had a functional install working. Everything
Hello folks,
I had a functional install working. Everything was being installed to "Program
Files". I guess that is what we would call a 'per-machine' install. Someone
suggested to me that I should make it a 'per-user' install. Naively, I thought
I could just change the folder from ProgramF
on [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 10, 2007 2:19 PM
To: Jason Van Eaton; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Setting the target of a shortcut
Can't you do something like this:
I thought I read somewhere on MSDN (can't find the doc right now) you
, January 09, 2007 4:31 PM
To: Jason Van Eaton
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Setting the target of a shortcut
Perhaps you could try backslashing the forward-slash characters? (i.e. '\/' for
each instance of '/' you want to show up)
At least for
cause
Target to break?
Thanks for trying.
JVE
-Original Message-
From: Bob Arnson [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 09, 2007 8:55 PM
To: Jason Van Eaton
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Setting the target of a shortcut
Jason Van Eaton wrote
I want to set the Target of a Shortcut as follows (please not the location of
the quotes and direction of the forward slash)...
%ComSpec% /k "C:\Program Files\\wix\doc\wix.chm"
What I get is...
"%ComSpec% \k C:\Program Files\\wix\doc\wix.chm"
So the 2 problems I need to overcome are t
20 matches
Mail list logo