Re: [WiX-users] WixUI_Mondo.wxs + AdminInstallUI

2007-10-22 Thread Bob Arnson
RussGreen wrote:
 I did the UI-less admin install and the error still occurred so it's safe to
 say it's not in my UI.
   

OK, so the next step is to take out your UI authoring (e.g., UIRefs).

-- 
sig://boB
http://joyofsetup.com/



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WixUI_Mondo.wxs + AdminInstallUI

2007-10-17 Thread RussGreen

I did the UI-less admin install and the error still occurred so it's safe to
say it's not in my UI.

This is my wxs fileUnfortunately I don't know enough about WiX yet to
understand if there are any problems with it. 
http://www.nabble.com/file/p13248873/eProject.wxs eProject.wxs 

I'm not getting any errors when I build the package using:

candle.exe eProject.wxs
light.exe -out eProject.msi eProject.wixobj eprojectwixui.wixlib -loc
WixUI_en-us.wxl
-- 
View this message in context: 
http://www.nabble.com/WixUI_Mondo.wxs-%2B-AdminInstallUI-tf4621303.html#a13248873
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WixUI_Mondo.wxs + AdminInstallUI

2007-10-16 Thread RussGreen

Thanks.  Any idea where I can get the standard AdminUI dialogs in WXS format?

Also, just looked at the logs and I've got an error with an event ID of
10005 that relates to the error dialog I have described.

Product: eProject -- The installer has encountered an unexpected error
installing this package. This may indicate a problem with this package. The
error code is 2265. The arguments are: , -2147287038, 

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
-- 
View this message in context: 
http://www.nabble.com/WixUI_Mondo.wxs-%2B-AdminInstallUI-tf4621303.html#a13231551
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WixUI_Mondo.wxs + AdminInstallUI

2007-10-16 Thread Bob Arnson
RussGreen wrote:
 Thanks.  Any idea where I can get the standard AdminUI dialogs in WXS format?
   

I'm not aware of any.

 Product: eProject -- The installer has encountered an unexpected error
 installing this package. This may indicate a problem with this package. The
 error code is 2265. The arguments are: , -2147287038, 
   

That's ERROR_FILE_NOT_FOUND. I'd start diagnosing the problem by trying 
a UI-less admin install: Do a '/qb /a package.msi' to narrow the problem 
down to or away from the UI.

-- 
sig://boB
http://joyofsetup.com/



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] WixUI_Mondo.wxs + AdminInstallUI

2007-10-14 Thread RussGreen

I've followed the tutorial http://www.tramontana.co.hu/wix/lesson2.php to
create the UI for my MSI file and modified a copy of WixUI_Mondo.wxs to
include a new custom dialog CollectDatabaseDlg.

This is my customised wxs file 
http://www.nabble.com/file/p13198020/eprojectwixui.wxs eprojectwixui.wxs  
and this is the wxs file used to build the MSI 
http://www.nabble.com/file/p13198020/eProject.wxs eProject.wxs 

In order to build my eprojectwixui.wixlib I downloaded the dialog wxs files
contained in the wix2-sources.zip  from
http://wix.sourceforge.net/releases/2.0.5805.0/.  Unfortunately there seem
to be no adminUI dialogs 

When I build my MSI and install it normally it all works OK. 

When I try an administrative install of the msi using MSIEXEC /a I get an
error dialog:

The installer has encountered an eunexpected error installing this package.
This may indicate a problem with this package. The error code is 2265

How can I add an AdminUISequence to my eprojectwixui.wxs file and build an
MSI with administrative install capabilities that also includes my custom
dialog?

TIA

Russ
-- 
View this message in context: 
http://www.nabble.com/WixUI_Mondo.wxs-%2B-AdminInstallUI-tf4621303.html#a13198020
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users