<?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 Re: silent install in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/silent-install/m-p/10173#M92</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had to capture an answer file for our x86 &amp;amp; x64 image. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it seems that the answer file contains two lines that are different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;x86&lt;/P&gt;&lt;P&gt;Component-0=Program Files32&lt;/P&gt;&lt;P&gt;Component-1=RootLevel32&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;x64&lt;/P&gt;&lt;P&gt;Component-0=Program Files64&lt;/P&gt;&lt;P&gt;Component-1=RootLevel64&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am now using a vbs script to decide which answer file to use.&lt;/P&gt;&lt;P&gt;'-----------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;' -- IS SYSTEM x86 or x64&lt;/P&gt;&lt;P&gt;'-----------------------------------------------------------------------------------------------&lt;BR /&gt; DIM WSHELL, WSHELL_ENV, PROC_ARCH, OS_ARCH_TYPE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; SET WSHELL =&amp;nbsp; CreateObject("WScript.Shell")&lt;BR /&gt; SET WSHELL_ENV = WSHELL.Environment("Process")&lt;BR /&gt; &lt;BR /&gt; PROC_ARCH = WSHELL_ENV("PROCESSOR_ARCHITECTURE") &lt;BR /&gt; &lt;BR /&gt; If PROC_ARCH = "x86" Then&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; OS_ARCH_TYPE= WSHELL_ENV("PROCESSOR_ARCHITEW6432")&lt;/P&gt;&lt;P&gt;&amp;nbsp; If OS_ARCH_TYPE = ""&amp;nbsp; Then&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; OS_ARCH_TYPE = "x86"&lt;BR /&gt;&amp;nbsp; End if&amp;nbsp;&amp;nbsp; &lt;BR /&gt; Else&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; OS_ARCH_TYPE = "x64"&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt; End If&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jul 2015 20:08:21 GMT</pubDate>
    <dc:creator>tryp</dc:creator>
    <dc:date>2015-07-09T20:08:21Z</dc:date>
    <item>
      <title>silent install</title>
      <link>https://community.jmp.com/t5/Discussions/silent-install/m-p/10170#M89</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;HI Folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I'm trying to create a silent install for JMP 11.2.&amp;nbsp; I've created the ISS file,&lt;/P&gt;&lt;P&gt;From an administrative shell:&lt;/P&gt;&lt;P&gt;C:\11_2\jmp\Windows&amp;gt;.\setup.exe -r -f1c:\jmpsetup.iss&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For whatever reason, when I try it with the -s switch to do the install, I'm getting this as a result in the log file...&lt;/P&gt;&lt;P&gt;it goes through 90% of the install the icon populates on the desktop, then at the last minute it backs out. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\11_2\jmp\Windows&amp;gt;.\setup.exe -s -f1c:\jmpsetup.iss -f2c:\jmpsetuplog.txt&lt;/P&gt;&lt;P&gt;what am I missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;code&amp;gt;&lt;/P&gt;&lt;P&gt;[InstallShield Silent]&lt;/P&gt;&lt;P&gt;Version=v7.00&lt;/P&gt;&lt;P&gt;File=Log File&lt;/P&gt;&lt;P&gt;[ResponseResult]&lt;/P&gt;&lt;P&gt;ResultCode=-3&lt;/P&gt;&lt;P&gt;[Application]&lt;/P&gt;&lt;P&gt;Name=JMP&lt;/P&gt;&lt;P&gt;Version=11.0&lt;/P&gt;&lt;P&gt;Company=SAS Institute Inc.&lt;/P&gt;&lt;P&gt;Lang=0409&lt;/P&gt;&lt;P&gt;&amp;lt;/code&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 22:00:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/silent-install/m-p/10170#M89</guid>
      <dc:creator>alfredndussault</dc:creator>
      <dc:date>2014-11-18T22:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: silent install</title>
      <link>https://community.jmp.com/t5/Discussions/silent-install/m-p/10171#M90</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post the contents of the ISS file?&amp;nbsp; I am wondering if you the prompts during the original installation are not matching what is needed on the other machine.&amp;nbsp; Also, did you create the ISS file on a PC with the same bitness as the PC you are attempting the silent install?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Bob Hickey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 18:36:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/silent-install/m-p/10171#M90</guid>
      <dc:creator>Bob_Hickey</dc:creator>
      <dc:date>2014-11-19T18:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: silent install</title>
      <link>https://community.jmp.com/t5/Discussions/silent-install/m-p/10172#M91</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I captured the ISS file again, but this time I removed the checkmark to install java, and that ISS file seems to work.&amp;nbsp; As part of my silent installer I'm forcing in the .NET package, and all of our machines have java installed, and updated via the enterprise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so in this case, it weas either the java checkmark that was causing it to fail. even though Java was already installed on the machine, or there was something with my capture file.&amp;nbsp; which is possible.&amp;nbsp; but..&amp;nbsp; ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 19:49:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/silent-install/m-p/10172#M91</guid>
      <dc:creator>alfredndussault</dc:creator>
      <dc:date>2014-11-19T19:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: silent install</title>
      <link>https://community.jmp.com/t5/Discussions/silent-install/m-p/10173#M92</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had to capture an answer file for our x86 &amp;amp; x64 image. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it seems that the answer file contains two lines that are different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;x86&lt;/P&gt;&lt;P&gt;Component-0=Program Files32&lt;/P&gt;&lt;P&gt;Component-1=RootLevel32&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;x64&lt;/P&gt;&lt;P&gt;Component-0=Program Files64&lt;/P&gt;&lt;P&gt;Component-1=RootLevel64&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am now using a vbs script to decide which answer file to use.&lt;/P&gt;&lt;P&gt;'-----------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;' -- IS SYSTEM x86 or x64&lt;/P&gt;&lt;P&gt;'-----------------------------------------------------------------------------------------------&lt;BR /&gt; DIM WSHELL, WSHELL_ENV, PROC_ARCH, OS_ARCH_TYPE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; SET WSHELL =&amp;nbsp; CreateObject("WScript.Shell")&lt;BR /&gt; SET WSHELL_ENV = WSHELL.Environment("Process")&lt;BR /&gt; &lt;BR /&gt; PROC_ARCH = WSHELL_ENV("PROCESSOR_ARCHITECTURE") &lt;BR /&gt; &lt;BR /&gt; If PROC_ARCH = "x86" Then&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; OS_ARCH_TYPE= WSHELL_ENV("PROCESSOR_ARCHITEW6432")&lt;/P&gt;&lt;P&gt;&amp;nbsp; If OS_ARCH_TYPE = ""&amp;nbsp; Then&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; OS_ARCH_TYPE = "x86"&lt;BR /&gt;&amp;nbsp; End if&amp;nbsp;&amp;nbsp; &lt;BR /&gt; Else&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; OS_ARCH_TYPE = "x64"&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt; End If&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 20:08:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/silent-install/m-p/10173#M92</guid>
      <dc:creator>tryp</dc:creator>
      <dc:date>2015-07-09T20:08:21Z</dc:date>
    </item>
  </channel>
</rss>

