Difference between revisions of "Eviews"
From WPKG | Open Source Software Deployment and Distribution
(Various improvements) |
|||
Line 1: | Line 1: | ||
− | + | 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 | + | This installation is created with minimal options, just to install it silently. For more, you can read the EViews installation manual. |
− | === | + | === 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=' | + | id='eviews' |
− | name=' | + | name='EViews' |
− | revision=' | + | 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='"%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
-