[WiX-users] Error 2836: The control ChangeButton on the dialog MaintenanceTypeDlg can not take focus

2014-08-05 Thread Taylor, Duane E.
Hello,



I was wondering what I need to do to remove this error.  I looked online and on 
this site but haven't found an answer.  How do I remove the focus from the 
ChangeButton?



Thanks.





I am getting this error in my log file when I run my WiX installer:



MSI (c) (40:D0) [15:53:15:156]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` 
FROM `Error` WHERE `Error` = 2836

DEBUG: Error 2836:  The control ChangeButton on the dialog MaintenanceTypeDlg 
can not take focus

The installer has encountered an unexpected error installing this package. This 
may indicate a problem with this package. The error code is 2836. The arguments 
are: MaintenanceTypeDlg, ChangeButton,

Action 15:53:15: MaintenanceTypeDlg. Dialog created





Here is the code from my UserInterface.wxs file.  I set ARPNOMODIFY to 1 to 
disable the Change button on the MaintenanceDlg page:



  1



  1

  1

  1



  

  

--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Can Heat be used more than once in a single MSI project

2014-08-04 Thread Taylor, Duane E.
Hi All,



I have two MSI projects to a common root directory.  The path to the root 
directory can be selected by the user.  Each project uses Heat to generate the 
files to be deployed.  I also have a burn bootstrapper that chains together the 
two msi packages.



I am looking into implementing a feature tree to allow the user to select 
either or both of the MSI packages.  After reading online it appears that 
capability is not part of Burn and would have to be a custom module.



Is it possible that I could create a single MSI project and encapsulate into 
separate features each of my existing MSI packages?  I am wondering if it is 
possible to use Heat twice in one project.



Any suggestions?



Thanks,

Duane

--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] database script file execution can't find needed embedded support files

2014-07-31 Thread Taylor, Duane E.
OK.  Thank-you.

-Original Message-
From: Rob Mensching [mailto:r...@firegiant.com]
Sent: Thursday, July 31, 2014 1:23 PM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] database script file execution can't find needed 
embedded support files

Not supported today would be a good feature request.

-Original Message-
From: Taylor, Duane E. [mailto:tay...@mitre.org]
Sent: Thursday, July 31, 2014 10:02
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] database script file execution can't find needed embedded 
support files

Hello,



I have an WiX installer that is creating a database and I have that part of the 
installer working.  I also run a SQL script.  I followed the tutorial at 
http://wix.tramontana.co.hu/tutorial/sql/creating-a-database and generally have 
things running.  The SQL script file itself references other files that are 
co-located with the SQL script file on disk.  The problem is the SQL script 
can't find the those co-located files when it is run by the installer.   The 
SQL script file and the needed support files are installed with my other files. 
 It looks like it is looking for the support files in a windows installer temp 
directory (see below - C:\Windows\Installer\MSIAFFC.tmp).  How do I resolve 
this.  I think I need to copy the support files to the temp directory but I 
don't know the name of that ahead of time.



Thanks,



Here is a portion of my output log file:



MSI (s) (04:CC) [12:28:57:807]: Executing op: 
ActionStart(Name=ExecuteSqlStrings,Description=Executing SQL Strings,)

Action 12:28:57: ExecuteSqlStrings. Executing SQL Strings

MSI (s) (04:CC) [12:28:57:809]: Executing op: 
CustomActionSchedule(Action=ExecuteSqlStrings,ActionType=25601,Source=BinaryData,Target=**,CustomActionData=**)

MSI (s) (04:28) [12:28:57:813]: Invoking remote custom action. DLL: 
C:\Windows\Installer\MSIAFFC.tmp, Entrypoint: ExecuteSqlStrings

ExecuteSqlStrings:  Error 0x80040e14: failed to execute SQL string, error: 
CREATE ASSEMBLY failed because it could not read from the physical file 
'ABC.dll': 50(The request is not supported.)., SQL key: MonitorSql SQL string: 
CREATE ASSEMBLY ABC

FROM 'ABC.dll'

WITH PERMISSION_SET = SAFE;

Error 26204. Error -2147217900: failed to execute SQL string, error detail: 
CREATE ASSEMBLY failed because it could not read from the physical file 
'ABC.dll': 50(The request is not supported.)., SQL key: MonitorSql SQL string: 
CREATE ASSEMBLY ABC

FROM 'ABC.dll'

WITH PERMISSION_SET = SAFE;

MSI (s) (04!28) [12:29:07:501]: Product: ABC Processing (DP) Web Application -- 
Error 26204. Error -2147217900: failed to execute SQL string, error detail: 
CREATE ASSEMBLY failed because it could not read from the physical file 
'ABC.dll': 50(The request is not supported.)., SQL key: MonitorSql SQL string: 
CREATE ASSEMBLY ABC

FROM 'ABC.dll'

WITH PERMISSION_SET = SAFE;



--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls.
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls.
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] database script file execution can't find needed embedded support files

2014-07-31 Thread Taylor, Duane E.
Hello,



I have an WiX installer that is creating a database and I have that part of the 
installer working.  I also run a SQL script.  I followed the tutorial at 
http://wix.tramontana.co.hu/tutorial/sql/creating-a-database and generally have 
things running.  The SQL script file itself references other files that are 
co-located with the SQL script file on disk.  The problem is the SQL script 
can't find the those co-located files when it is run by the installer.   The 
SQL script file and the needed support files are installed with my other files. 
 It looks like it is looking for the support files in a windows installer temp 
directory (see below - C:\Windows\Installer\MSIAFFC.tmp).  How do I resolve 
this.  I think I need to copy the support files to the temp directory but I 
don't know the name of that ahead of time.



Thanks,



Here is a portion of my output log file:



MSI (s) (04:CC) [12:28:57:807]: Executing op: 
ActionStart(Name=ExecuteSqlStrings,Description=Executing SQL Strings,)

Action 12:28:57: ExecuteSqlStrings. Executing SQL Strings

MSI (s) (04:CC) [12:28:57:809]: Executing op: 
CustomActionSchedule(Action=ExecuteSqlStrings,ActionType=25601,Source=BinaryData,Target=**,CustomActionData=**)

MSI (s) (04:28) [12:28:57:813]: Invoking remote custom action. DLL: 
C:\Windows\Installer\MSIAFFC.tmp, Entrypoint: ExecuteSqlStrings

ExecuteSqlStrings:  Error 0x80040e14: failed to execute SQL string, error: 
CREATE ASSEMBLY failed because it could not read from the physical file 
'ABC.dll': 50(The request is not supported.)., SQL key: MonitorSql SQL string: 
CREATE ASSEMBLY ABC

FROM 'ABC.dll'

WITH PERMISSION_SET = SAFE;

Error 26204. Error -2147217900: failed to execute SQL string, error detail: 
CREATE ASSEMBLY failed because it could not read from the physical file 
'ABC.dll': 50(The request is not supported.)., SQL key: MonitorSql SQL string: 
CREATE ASSEMBLY ABC

FROM 'ABC.dll'

WITH PERMISSION_SET = SAFE;

MSI (s) (04!28) [12:29:07:501]: Product: ABC Processing (DP) Web Application -- 
Error 26204. Error -2147217900: failed to execute SQL string, error detail: 
CREATE ASSEMBLY failed because it could not read from the physical file 
'ABC.dll': 50(The request is not supported.)., SQL key: MonitorSql SQL string: 
CREATE ASSEMBLY ABC

FROM 'ABC.dll'

WITH PERMISSION_SET = SAFE;



--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] The data for the icon WixUI_Ico_Info is not valid [P]

2014-07-28 Thread Taylor, Duane E.
I copied the ..\src\ext\UIExtension\wixlib\Bitmaps\info.ico file to  my project 
directory and mapped WixUIInfoIco to that file.  

With that the error disappeared.  

  

Thanks everyone.



-Original Message-
From: Steven Ogilvie [mailto:steven.ogil...@titus.com] 
Sent: Monday, July 28, 2014 1:38 PM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] The data for the icon WixUI_Ico_Info is not valid [P]

Classification: Public
>From the documentation:
Replacing the default bitmaps
The WixUI dialog library includes default bitmaps for the background of the 
welcome and completion dialogs and the top banner of the other dialogs. You can 
replace those bitmaps with your own for product branding purposes. To replace 
default bitmaps, specify WiX variable values with the file names of your 
bitmaps, just like when replacing the default license text.

Variable name   Description Dimensions
WixUIBannerBmp  Top banner  493 × 58
WixUIDialogBmp  Background bitmap used on the welcome and completion dialogs
493 × 312
WixUIExclamationIco Exclamation icon on the WaitForCostingDlg   32 × 32
WixUIInfoIcoInformation icon on the cancel and error dialogs32 × 32
WixUINewIco Button glyph on the BrowseDlg   16 × 16
WixUIUpIco  Button glyph on the BrowseDlg   16 × 16



-Original Message-
From: Steven Ogilvie
Sent: July-28-14 1:32 PM
To: wix-users@lists.sourceforge.net
Subject: RE: The data for the icon WixUI_Ico_Info is not valid [P]

Classification: Public
I believe your ICON file must be a ".ICO" check the WIX documentation...

steve

-Original Message-
From: Taylor, Duane E. [mailto:tay...@mitre.org]
Sent: July-28-14 1:12 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] The data for the icon WixUI_Ico_Info is not valid

I am creating a WiX installer and it is running on Windows Server 2008 r2.   I 
am customizing a WiX UI in order to present a series of variables to the user 
that the user can modify.  They are just text boxes.  I have a custom action 
that is initializing a database.  

As for logos, I am customizing the following three:
 
  
  


This is a portion of the log file:
DEBUG: Error 2851:  The data for the icon WixUI_Ico_Info is not valid The 
installer has encountered an unexpected error installing this package. This may 
indicate a problem with this package. The error code is 2851. The arguments 
are: WixUI_Ico_Info, , Action 11:10:38: CancelDlg. Dialog created

Do I need to specify an icon for WixUIInfoIco?

Thank-you.

-Original Message-
From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com]
Sent: Monday, July 28, 2014 1:03 PM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] The data for the icon WixUI_Ico_Info is not valid

Are you customizing the image of a WiX UI?  Are you providing the icon in the 
expected format?  What OS is this error coming from (I seem to remember some 
WIC updates for XP...)

-Original Message-
From: Taylor, Duane E. [mailto:tay...@mitre.org]
Sent: Monday, July 28, 2014 11:45 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] The data for the icon WixUI_Ico_Info is not valid

Hello,



I am getting the following error and I am having difficulty finding information 
about it.  Can anyone point me to where this error is described?

Thank-you.



DEBUG: Error 2851:  The data for the icon WixUI_Ico_Info is not valid





--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

 
This message has

Re: [WiX-users] The data for the icon WixUI_Ico_Info is not valid

2014-07-28 Thread Taylor, Duane E.
I am creating a WiX installer and it is running on Windows Server 2008 r2.   I 
am customizing a WiX UI in order to present a series of variables to the user 
that the user can modify.  They are just text boxes.  I have a custom action 
that is initializing a database.  

As for logos, I am customizing the following three:
 
  
  


This is a portion of the log file:
DEBUG: Error 2851:  The data for the icon WixUI_Ico_Info is not valid
The installer has encountered an unexpected error installing this package. This 
may indicate a problem with this package. The error code is 2851. The arguments 
are: WixUI_Ico_Info, , 
Action 11:10:38: CancelDlg. Dialog created

Do I need to specify an icon for WixUIInfoIco?

Thank-you.

-Original Message-
From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com] 
Sent: Monday, July 28, 2014 1:03 PM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] The data for the icon WixUI_Ico_Info is not valid

Are you customizing the image of a WiX UI?  Are you providing the icon in the 
expected format?  What OS is this error coming from (I seem to remember some 
WIC updates for XP...)

-Original Message-
From: Taylor, Duane E. [mailto:tay...@mitre.org] 
Sent: Monday, July 28, 2014 11:45 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] The data for the icon WixUI_Ico_Info is not valid

Hello,



I am getting the following error and I am having difficulty finding information 
about it.  Can anyone point me to where this error is described?

Thank-you.



DEBUG: Error 2851:  The data for the icon WixUI_Ico_Info is not valid





--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] The data for the icon WixUI_Ico_Info is not valid

2014-07-28 Thread Taylor, Duane E.
Hello,



I am getting the following error and I am having difficulty finding information 
about it.  Can anyone point me to where this error is described?

Thank-you.



DEBUG: Error 2851:  The data for the icon WixUI_Ico_Info is not valid





--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users