<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic SAS Enterprise Guide response file in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Enterprise-Guide-response-file/m-p/297066#M5982</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a silent install for SAS Enterprise Guide 9.4 using a response file and it installs with no issues, however I work in application packaging and following this field best practices I would like to replace the hard coded path in the response file line "SAS_INSTALLATION_DATA=\\our packagin server\licensefile.txt(for example, this is the same path where the response file is located)" with a variable or something so the file contains no hard coded paths. Are there any variables or something I can use in the response file that indicate the same path where the response file is located so I can avoid using hard coded paths?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for your attention.&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;</description>
    <pubDate>Wed, 07 Sep 2016 20:54:57 GMT</pubDate>
    <dc:creator>gmassamo</dc:creator>
    <dc:date>2016-09-07T20:54:57Z</dc:date>
    <item>
      <title>SAS Enterprise Guide response file</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Enterprise-Guide-response-file/m-p/297066#M5982</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a silent install for SAS Enterprise Guide 9.4 using a response file and it installs with no issues, however I work in application packaging and following this field best practices I would like to replace the hard coded path in the response file line "SAS_INSTALLATION_DATA=\\our packagin server\licensefile.txt(for example, this is the same path where the response file is located)" with a variable or something so the file contains no hard coded paths. Are there any variables or something I can use in the response file that indicate the same path where the response file is located so I can avoid using hard coded paths?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for your attention.&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2016 20:54:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Enterprise-Guide-response-file/m-p/297066#M5982</guid>
      <dc:creator>gmassamo</dc:creator>
      <dc:date>2016-09-07T20:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Guide response file</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Enterprise-Guide-response-file/m-p/297170#M5992</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;someone correct me please if I am wrong, but as far as I know, this is not possible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You maye want to run it by TS to see if they might have a possible solution or more info on that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Anja&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2016 12:57:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Enterprise-Guide-response-file/m-p/297170#M5992</guid>
      <dc:creator>anja</dc:creator>
      <dc:date>2016-09-08T12:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Guide response file</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Enterprise-Guide-response-file/m-p/297174#M5993</link>
      <description>&lt;P&gt;To be sure, SAS EG 6/7 can be installed in two ways :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. using SAS Deployment Wizard and a SASDepot&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. with SAS EG independent installation package (~ MSI format ) See. appendix A in the reference below :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/documentation/installcenter/en/ikdeploywizug/66034/PDF/default/user.pdf" target="_blank"&gt;https://support.sas.com/documentation/installcenter/en/ikdeploywizug/66034/PDF/default/user.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS EG independent installer can be found inside the SASDepot itself :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;SAS Depot root folder&amp;gt;\standalone_installs\&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Either ways no. 1 &amp;amp; 2 can use silent installs with Response properties but neither (officially) can invoke environment variables storing installation paths, or something approaching which would answer your need like for instance :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SET SYS_VAR_HOME=&amp;lt;choose one&amp;gt;&lt;/P&gt;
&lt;P&gt;setup.exe -install %SYS_VAR_SASHOME%&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Usage no. 2 requires only one path (SAS_HOME) in its response properties. I suppose usage no. 1 also requires the SAS licence path.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Of course, you could also try to script some shell launcher that &lt;STRONG&gt;dynamically&amp;nbsp;&lt;/STRONG&gt;&lt;EM&gt;creates&lt;/EM&gt; a disposable response.properties for&lt;EM&gt; each &lt;/EM&gt;installation, taking the install path(s) as parameters&amp;nbsp;, broadly like :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;launcher_install_sas_eg.cmd, PS1 etc. &amp;lt;SAS_HOME&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;:: launcher script&lt;/P&gt;
&lt;P&gt;:: create response.properties&lt;/P&gt;
&lt;P&gt;echo SAS_HOME=%1% &amp;gt; ...\response.properties&lt;/P&gt;
&lt;P&gt;echo SAS_EG_MODE=32-bit &amp;gt; &amp;nbsp;&lt;SPAN&gt;...\response.properties&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;echo LANGUAGE_SELECTION=en etc. &amp;gt;&amp;nbsp;&lt;SPAN&gt;...\response.properties&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;:: run SAS installer based on previous response.properties&lt;/P&gt;
&lt;P&gt;setup.exe -install ...\response.properties&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2016 13:15:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Enterprise-Guide-response-file/m-p/297174#M5993</guid>
      <dc:creator>ronan</dc:creator>
      <dc:date>2016-09-08T13:15:23Z</dc:date>
    </item>
  </channel>
</rss>

