Difference between revisions of "Eviews"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(Various improvements)
 
Line 1: Line 1:
This page is for eview, available from [http://http://www.eviews.com].
+
EViews (Econometric Views) is a statistical package available from http://www.eviews.com. EViews is used mainly for time-series oriented econometric analysis and is developed by Quantitative Micro Software (QMS), now a part of IHS.
  
 
== Installation ==
 
== Installation ==
  
This installation is created with minimal options, just to install it silently. For more, you can read eviews installation manual.
+
This installation is created with minimal options, just to install it silently. For more, you can read the EViews installation manual.
  
=== Eviews 7.1 all architectures ===
+
=== EViews 7.1 ===
 
<source lang="xml">
 
<source lang="xml">
 
<?xml version="1.0" encoding="UTF-8"?>
 
<?xml version="1.0" encoding="UTF-8"?>
Line 11: Line 11:
  
 
  <package  
 
  <package  
id='EViews-7.1'  
+
id='eviews'  
name='Eviews7'  
+
name='EViews'  
revision='1'  
+
revision='2'  
 
priority='2'  
 
priority='2'  
 
reboot='false' >
 
reboot='false' >
 
 
<check type="file" condition="exists" path="%PROGRAMFILES%\EViews7\EViews7.exe" />
+
<check
 +
type="file"
 +
condition="exists"
 +
path="%PROGRAMFILES%\EViews7\EViews7.exe" />
 
 
    <install cmd='\\samba3\wpkg\soft\Eviews7\INSTALL\Setup.exe -s ' />
+
<install
 
+
cmd='"%SOFTWARE%\eviews\INSTALL\Setup.exe -s' />
  
 
  </package>
 
  </package>

Latest revision as of 13:44, 16 November 2011

EViews (Econometric Views) is a statistical package available from http://www.eviews.com. EViews is used mainly for time-series oriented econometric analysis and is developed by Quantitative Micro Software (QMS), now a part of IHS.

Installation

This installation is created with minimal options, just to install it silently. For more, you can read the EViews installation manual.

EViews 7.1

<?xml version="1.0" encoding="UTF-8"?>
<packages>

 <package 
	id='eviews' 
	name='EViews' 
	revision='2' 
	priority='2' 
	reboot='false' >
	
	<check
		type="file"
		condition="exists"
		path="%PROGRAMFILES%\EViews7\EViews7.exe" />
	
	<install
		cmd='"%SOFTWARE%\eviews\INSTALL\Setup.exe -s' />  

 </package>
</packages>

Customization

Option 1

-

Option 2

-

External Links