Re: [WiX-users] Sequence of Install?

2007-04-19 Thread JCWrs

Yes it does.  Thanks!


Does it fix that if you schedule it after='InstallFiles' instead of
CreateFolders?

Daryn.

-- 
View this message in context: 
http://www.nabble.com/Sequence-of-Install--tf3608713.html#a10085591
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Sequence of Install?

2007-04-19 Thread Daryn Mitchell
Does it fix that if you schedule it after='InstallFiles' instead of
CreateFolders?

Daryn.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of JCWrs
Sent: Thursday, April 19, 2007 12:39 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Sequence of Install?


Julie, thanks!  That helped quite a bit.

I'm still having one problem, however.  When my CA runs it looks to see if
the installed files are there by looking at INSTALLDIR.  I've run the
installer with the CA commented out and the files do get installed
correctly.  The CA program also works if I manually run it post Install. 
When I run it all together and schedule the CA for After CreateFolders,
however, it errors off and says it cannot find the files.

I assume the CA is running before the files are copied over?  When is the
latest I can call this CA during the install process?




-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Sequence of Install?

2007-04-19 Thread Wilson, Phil
After InstallFiles might be a better choice. CreateFolders is before
InstallFiles in MSI files I just looked at. 

Phil Wilson 


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of JCWrs
Sent: Thursday, April 19, 2007 12:39 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Sequence of Install?


Julie, thanks!  That helped quite a bit.

I'm still having one problem, however.  When my CA runs it looks to see
if the installed files are there by looking at INSTALLDIR.  I've run the
installer with the CA commented out and the files do get installed
correctly.  The CA program also works if I manually run it post Install.

When I run it all together and schedule the CA for After CreateFolders,
however, it errors off and says it cannot find the files.

I assume the CA is running before the files are copied over?  When is
the latest I can call this CA during the install process?
--
View this message in context:
http://www.nabble.com/Sequence-of-Install--tf3608713.html#a10085392
Sent from the wix-users mailing list archive at Nabble.com.



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Sequence of Install?

2007-04-19 Thread JCWrs

Julie, thanks!  That helped quite a bit.

I'm still having one problem, however.  When my CA runs it looks to see if
the installed files are there by looking at INSTALLDIR.  I've run the
installer with the CA commented out and the files do get installed
correctly.  The CA program also works if I manually run it post Install. 
When I run it all together and schedule the CA for After CreateFolders,
however, it errors off and says it cannot find the files.

I assume the CA is running before the files are copied over?  When is the
latest I can call this CA during the install process?
-- 
View this message in context: 
http://www.nabble.com/Sequence-of-Install--tf3608713.html#a10085392
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Sequence of Install?

2007-04-19 Thread Julie Campbell
You should be using InstallExecuteSequence rather than InstallUISequence.
While InstallExecuteSequence is always consulted by the installer to
determine the actions, InstallUISequence is only considered when the
installer runs in full or reduced UI mode.

Then, on each Custom element, use the "After" attribute to specify when you
want your action to be executed, i.e.:


   NOT Installed


http://msdn2.microsoft.com/en-us/library/aa369500.aspx
http://msdn2.microsoft.com/en-us/library/aa372038.aspx

Julie Campbell
[EMAIL PROTECTED]

-Original Message-
--

Message: 3
Date: Thu, 19 Apr 2007 10:49:23 -0700 (PDT)
From: JCWrs <[EMAIL PROTECTED]>
Subject: [WiX-users] Sequence of Install?
To: wix-users@lists.sourceforge.net
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii


Ok, I have an installer with 2 custom actions I want to run AFTER all the
files have been installed on the target computer.  I thought that by using
an InstallUISequence that had them run after ProgressDialog that would
occur, but no such luck.  Each time I run the installer my second CA fails
because the files are not there yet (I get the error message while the
ProgressDialog box is still up).  I cannot schedule the CA's before the
ExitDialog or I get an error and there are no other Dialogs between the 2. 
Is there another way to schedule these to get the result or do I need to add
a dialog between the 2?

As always, thanks for the help.



_
Scanned by IBM Email Security Management Services powered by MessageLabs. For 
more information please visit http://www.ers.ibm.com
_

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Sequence of Install?

2007-04-19 Thread JCWrs

Ok, I have an installer with 2 custom actions I want to run AFTER all the
files have been installed on the target computer.  I thought that by using
an InstallUISequence that had them run after ProgressDialog that would
occur, but no such luck.  Each time I run the installer my second CA fails
because the files are not there yet (I get the error message while the
ProgressDialog box is still up).  I cannot schedule the CA's before the
ExitDialog or I get an error and there are no other Dialogs between the 2. 
Is there another way to schedule these to get the result or do I need to add
a dialog between the 2?

As always, thanks for the help.
-- 
View this message in context: 
http://www.nabble.com/Sequence-of-Install--tf3608713.html#a10083348
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users