Top of the Morning to you,
I've been using MakeMSI for almost half-a-year now, wrote a neat
little script to generate the file list for it. The packaging software
seems rather complete, and relatively easy to use.
What are the advantages of using WiX instead of MakeMSI? (and vice-versa)
Also, is
Like a ComponentGroupRef element.
On Fri, Feb 26, 2010 at 4:25 PM, Blair wrote:
> Under your Module element you need to reference something from the WXS file
> generated by heat.exe.
>
> -Original Message-
> From: Andres Juarez [mailto:andresj_...@hotmail.com]
> Sent: Friday, February 26
Yes. Windows Installer does not use the system restore points it creates.
They are used by system administrators when they try to roll a system back.
Because of that, some sys-admins require that the MSIs installed create the
restore points.
-Original Message-
From: Simon.Su [mailto:suweny
Xml files? Ini files?
-Original Message-
From: Tim St. Clair [mailto:timoth...@gmail.com]
Sent: Friday, February 26, 2010 1:22 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Creating files from user input
Folks,
Is there an easy way to create file(s) from data inputted f
I'm assuming that the demo images are not managed (they are not versioned
and you don't care much about updating them in the future and you don't care
if you can't repair them if they are changed/deleted outside of the
installer)?
In your larger installer, make the GUIDs of each component installi
If it is turn off, can the Windows Installer make rollback correctly when
there is an error at installation?
--
From: "Wilson, Phil"
Sent: Saturday, February 27, 2010 2:26 AM
To: "General discussion for Windows Installer XML toolset."
Subject: Re
I think I just fixed my own problem. Forgot to add the Transitive="yes"
attribute to the components. Now the NOT Installed condition is being
picked up for re-install.
On Fri, Feb 26, 2010 at 3:18 PM, Glen Cooper wrote:
> All,
>
> I have a component in my installer to add a service account to
If you remove the @Value in Property[Id="IISROOT"]?
-Original Message-
From: nathan.ba...@l-3com.com [mailto:nathan.ba...@l-3com.com]
Sent: Wednesday, February 24, 2010 7:58 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Detecting if IIS is installed
Under your Module element you need to reference something from the WXS file
generated by heat.exe.
-Original Message-
From: Andres Juarez [mailto:andresj_...@hotmail.com]
Sent: Friday, February 26, 2010 11:06 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Generating a WXI
All,
I have a component in my installer to add a service account to a local
group. My installer prompts the user to enter the credentials of the the
account and I don't persist that data anywhere. Because I wasn't persisting
the information this caused the uninstall to fail so I added a conditio
During uninstall items added to the Start menu are removed.
However, recently opened programs entry is still on Start menu for a while.
I know that it will eventually become the oldest entry and will go away, but is
there any API to remove it right away during uninstall?
TradeStation Group, Inc.
On Fri, 2010-02-26 at 10:47 +0530, Lisa Gracias wrote:
> On Fri, Feb 26, 2010 at 5:26 AM, jo...@msli.com wrote:
>
> > My .wxs file contains the following line:
> >
> >
>
>
> You need to set the path to the icon inside an element and give it a
> unique id. Then use the icon id inside your pro
Folks,
Is there an easy way to create file(s) from data inputted from
custom dialogs.
--
Cheers,
Timothy St. Clair
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, fin
oops -- how unobservant one can be !!
candle /? says
-d[=] define a parameter for the preprocessor
-Original Message-
From: Alan Sinclair [mailto:alan.sincl...@citrix.com]
Sent: Friday, February 26, 2010 11:51 AM
To: General discussion for Windows Installer XML toolset.
Subjec
Can a WiX variable be passed into candle from the command line? "Candle /?"
shows options but none seem to cover doing this.
I need to compile both 32- and 64-bit merge modules from the same source,
driven by the same makefile. Because of build complications (huge project) the
makefile cannot r
Rob/Bob.
A bit of context here. We have a bunch of merge modules that get their files
via heat (pre V3 RTM) and then we created a post processing tool that used the
output of Heat, and produced a WXI file that was directly included in the merge
modules via include.
We just upgraded
And MSIFASTINSTALL can turn it off if not needed.
Phil Wilson
From: Bob Arnson [...@joyofsetup.com]
Sent: Friday, February 26, 2010 8:14 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] execution of "SRSetRestorePoint" takes long time
On 2
Thanks for the reply Bob. It appears that neither DIFx or DPInst support
the Sensor driver type. SetupAPI appears to work just fine, installing
the sensor as a "legacy" driver -- funny yet sad.
/rafael
On 2/26/2010 11:32 AM, Bob Arnson wrote:
> On 2/24/2010 10:33 AM, Rivera, Rafael wrote:
>
On 2/26/2010 4:47 AM, Andres Juarez wrote:
> Is there any tool or automated way of generating a WXI file from a WXS file?
>
Use an XSL transform. Or don't -- almost everything you can do with an
include file can be done with fragments.
--
sig://boB
http://joyofsetup.com/
-
On 2/26/2010 1:30 AM, simon.su wrote:
>My MIS built by WIX3.0, and I find that it took a lot time(about 2 minute)
> to execute the “SRSetRestorePoint" in the win7(chinese languge version).
>
That's Windows Installer creating a system restore point.
--
sig://boB
http://joyofsetup.com/
On 2/24/2010 9:17 AM, Thorsten Schöning wrote:
> Could you point me the right direction, too? :-) I don't understand
> how I could use Publish or a custom action to send events to the
> selection tree or a specific feature.
>
I'm saying that you can't use the selection tree control to show "li
On 2/24/2010 4:08 PM, Neil Sleightholm wrote:
> I don't remember ever editing that file, I have had many versions of
> WiX3 on this machine so it could be related to that.
>
There might have been a component rules violation when we moved the
.targets file to the v3.5 directory early in the v3
On 2/25/2010 5:36 PM, Rodney Schuler wrote:
> That makes errors like "error CNDL0010: The Component/@Directory attribute
> was not found; it is required.". Hmm... This is just a gob of HKCU entries
> why do I need a directory?
Because every component is associated with a directory. Just use one o
On 2/24/2010 11:37 AM, Jake Boone wrote:
> When is the best time to schedule the update to the table?
>
Before the InstallODBC and RemoveODBC standard actions.
> Looking through the available functions, it looks like rows can only
> be inserted or deleted, not updated. Is that correct?
>
On 2/25/2010 4:49 PM, Dan Vogel wrote:
> I have two installers for my application. The only difference between
> the two is that one includes a directory of demo images, the other does
> not. The installer with the demo images is large, so the second
> installer was created since not all customers
On 2/24/2010 10:33 AM, Rivera, Rafael wrote:
> I put together a WiX 3.0 package, utilizing the DIFx extensions, to
> install a Windows 7 Sensor (UMDF driver). During installation, DIFXAPP
> logged "No matching devices found in INF" and simply threw the driver
> into storage. I read I'm to populate
What is the scenario you are trying to accomplish? It sounds a lot like what
you want is Fragments.
On Fri, Feb 26, 2010 at 1:47 AM, Andres Juarez wrote:
>
> Hi All,
>
> Is there any tool or automated way of generating a WXI file from a WXS
> file?
>
> Thanks
>
> Andres
>
> __
Awesome, *exactly* what I was looking for. Thanks Sebastian.
--
View this message in context:
http://n2.nabble.com/How-to-show-loading-dialog-for-custom-action-during-InstallUISequence-tp4635348p4639994.html
Sent from the wix-users mailing list archive at Nabble.com.
---
Just add a dialog and use the SpawnWaitDialog action on the database dialog to
show the Loading dialog until a specific condition evaluates to FALSE.
http://msdn.microsoft.com/en-us/library/aa371864%28VS.85%29.aspx
Best regards,
Sebastian Brand
http://blog.sebastianbrand.com
> -Original M
Thanks for the reply Thorsten but I'm asking about showing a progress dialog
*before* the installer reaches the InstallExecuteSequence. The "test
database connection" custom action I have runs when the user clicks a button
in the UI, so what you have posted will not work.
--
View this message in
Let me clarify, it doesn't even need to be a progress dialog - just a
"Loading..." popup.
--
View this message in context:
http://n2.nabble.com/How-to-show-loading-dialog-for-custom-action-during-InstallUISequence-tp4635348p4639284.html
Sent from the wix-users mailing list archive at Nabble.com.
Hi All,
Is there any tool or automated way of generating a WXI file from a WXS file?
Thanks
Andres
_
Your E-mail and More On-the-Go. Get Windows Live Hotmail Free.
http://clk.atdmt.com/G
Guten Tag pmdarrow,
am Donnerstag, 25. Februar 2010 um 21:59 schrieben Sie:
> Does anyone know how to show a "Loading..." popup while a custom action is
> executing during the InstallUISequence?
You can associate a text with the UI/ProgressText-tag to a custom
action. One example:
Hi,
We need to add SQL client components as custom prerequisites in our wix
installer.
If we need x64 versions of SQL components on 64 bit computers or because
our product is running on 32 bit subsystem we just need x86.
Thanks
Rahul Ekbote
34 matches
Mail list logo