Re: [WiX-users] Install Different Components on Different Drives

2006-08-31 Thread Rafuse Robert
Joe, One of the few mailing list questions I can answer! If you're C: and E: folders are fixed, the snippet below sets up folder trees on C: and E: (you will have to fill in the trees) and some custom actions to set the C_ROOT and E_ROOT properties appropriately:

Re: [WiX-users] Performance issues

2006-08-03 Thread Rafuse Robert
Title: Message FWIW I noticed when testing an MSI on our XP Embedded units that MSIs w/ compression installed noticibly slower than the same component set w/o compression.  We install ~200+ files in various binary and text formats.   _Bob Rafuse -Original Message-From:

Re: [WiX-users] Is there a way to suppress license agreement dialog in stock dialog sets?

2006-07-27 Thread Rafuse Robert
#x27;t seem to be in 3.0 either). Am I missing something? _ Bob Rafuse > -Original Message- > From: Rafuse Robert > Sent: Wednesday, July 26, 2006 12:08 PM > To: 'wix-users@lists.sourceforge.net' > Subject: RE: Is there a way to suppress lic

[WiX-users] Is there a way to suppress license agreement dialog in stock dial og sets?

2006-07-27 Thread Rafuse Robert
WiX 2.0.4305.0 I am creating an .msi that will only be used internally by my associatesy. This install does not require a license agreement dialog. I was wondering, is it at all possible to suppress this dialog while still using the stock WiX dialog sets? Thanks, --- Bob Rafuse Important Note

Re: [WiX-users] Is there a way to suppress license agreement dialog in stock dialog sets?

2006-07-26 Thread Rafuse Robert
Okay, ignore the question... Immediately after I hit Send, I stumbled across "Customizing dialog sets" in the online docs. I ~swear~ I looked for this earlier... I must have mis-typed. Sorry to bother. _ Bob Rafuse > -Original Message- > From: Rafus

Re: [WiX-users] Putting files in wwwroot folder

2006-07-20 Thread Rafuse Robert
12:56 PM To: Rafuse Robert; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Putting files in wwwroot folder That worked if only a c: drive exists. For most of our installations there are 2 drives, c and d. In those cases it goes to d:\Inetpub\wwwroot. Is there anyway to force this to c

Re: [WiX-users] Putting files in wwwroot folder

2006-07-19 Thread Rafuse Robert
Title: Message Try:     Name="inetpub">                  _Bob Rafuse -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott SamSent: Wednesday, July 19, 2006 1:05 PMTo: wix-users@lists.sourceforg

Re: [WiX-users] Examples on installing files to multiple folders/ partitions

2006-07-12 Thread Rafuse Robert
> In an earlier message, you showed a hard-coded Package/@Id attribute. > You should always use the question-mark method of specifying > the package > code -- MSI rules say that every package should have a > different package > ID. Likely, you still have an older version of the .msi installed,

Re: [WiX-users] Examples on installing files tomultiple folders/ partitions

2006-07-12 Thread Rafuse Robert
ion. > > After that your example works as intended. > > Martin > > > > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:wix-users- > > [EMAIL PROTECTED] On Behalf Of Rafuse Robert > > Sent: Dienstag, 11. Juli 2006 16:40 > > To:

Re: [WiX-users] Examples on installing files to multiple folders/ partitions

2006-07-11 Thread Rafuse Robert
> > I have not specified a custom action Assign_TARGETDIR, nor does one > > appear in the .msi according to ORCA, so I assume this is > some sort of > > default action? > > > No, at least not in WiX, anyway. Do you use any merge modules > or other > libraries? Something's wrong... I'm not

Re: [WiX-users] Examples on installing files to multiple folders/ partitions

2006-07-11 Thread Rafuse Robert
> You can use custom actions to set target paths to whatever you want. > Just sequence them after CostFinalize. For the Cursors > directory, create > a Directory element with a name of Cursors under a Directory > with an Id > of WindowsFolder. WindowsFolder is hard-coded and Cursors is the >

[WiX-users] Examples on installing files to multiple folders/partitions

2006-07-10 Thread Rafuse Robert
WiX 2.0.4305 Sorry if this is a stupid question... I've spelunked through the SourceForge mailing archive, as well as the tutorial, but can not find any concrete examples that seem to address the type of setup I am attempting (or maybe they do and my only cursory understanding of the Windows Insta