<?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: AutoCAD_Inventor_LT_2013 silent Instillation using Batch Script in Installation &amp; Licensing Forum</title>
    <link>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-inventor-lt-2013-silent-instillation-using-batch-script/m-p/3600272#M155301</link>
    <description>&lt;P&gt;Srikanth,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Make sure the ACADSERIALPREFIX is set to three zero's and ACADSERIALNUMBER is set to eight zero's, you don't need the ADLM_PRODKEY.&lt;/P&gt;
&lt;P&gt;Beyond that I would need to see exactly what you are entering at the command line or the batch file you are trying to run so why yours is giving you an error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Danny&lt;/P&gt;</description>
    <pubDate>Wed, 29 Aug 2012 17:18:33 GMT</pubDate>
    <dc:creator>DannyHubbard</dc:creator>
    <dc:date>2012-08-29T17:18:33Z</dc:date>
    <item>
      <title>AutoCAD_Inventor_LT_2013 silent Instillation using Batch Script</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-inventor-lt-2013-silent-instillation-using-batch-script/m-p/3597126#M155294</link>
      <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to install the&amp;nbsp;AutoCAD_Inventor_LT_2013 in a silent manner for our organization. so I went through this link&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://wikihelp.autodesk.com/Inventor/enu/2013/Help/0000-Installa0/0001-Before_y1/0114-Network_114/0128-Alternat128"&gt;http://wikihelp.autodesk.com/Inventor/enu/2013/Help/0000-Installa0/0001-Before_y1/0114-Network_114/0128-Alternat128&lt;/A&gt;&lt;/P&gt;&lt;P&gt;so we have SCCN in our environment but my client did not ant License Key and Serial Number to be Embed inside the Adminstrative Image, so I tried doing batch install method by this command&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;C:\setup.exe /t /qb /language en-us /c 
ACAD: INSTALLDIR="%programFiles%\Autodesk\AutoCAD 2013" 
ACADSERIALPREFIX=123 ACADSERIALNUMBER=12345678  
ADLM_PRODKEY=001E1 ADLM_EULA_COUNTRY=US  InstallLevel=5&lt;BR /&gt;&lt;BR /&gt;But Here also I have to provide the License and Serial Key Information otherwise (If I use a dummy Key Info) the Installation is getting failed with  a message verify the license key provided Corect?? &lt;BR /&gt;&lt;BR /&gt;My Question Is: &lt;BR /&gt;- Is there any way to create adminstrative Image without License Key on it? &lt;BR /&gt;- Is there any way to write a batch command without License Key Information?&lt;BR /&gt;- How to install this application silently with out License Key in it? After installation the users will have right to change the license Infor mation..? &lt;/PRE&gt;</description>
      <pubDate>Mon, 27 Aug 2012 19:12:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-inventor-lt-2013-silent-instillation-using-batch-script/m-p/3597126#M155294</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-27T19:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD_Inventor_LT_2013 silent Instillation using Batch Script</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-inventor-lt-2013-silent-instillation-using-batch-script/m-p/3598734#M155295</link>
      <description>&lt;P&gt;Is there any adminstrator watching this forum or not?? Please give me a sugession is it possible or not?? When ever I try to chat they know nothing !!! please help me out???&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2012 18:46:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-inventor-lt-2013-silent-instillation-using-batch-script/m-p/3598734#M155295</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-28T18:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD_Inventor_LT_2013 silent Instillation using Batch Script</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-inventor-lt-2013-silent-instillation-using-batch-script/m-p/3598810#M155296</link>
      <description>&lt;P&gt;You might try something like.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;C:\setup.exe /t /qb /w /language en-us /c ACAD: INSTALLDIR="%ProgramFiles%\Autodesk\AutoCAD 2013" ACADSERIALPREFIX=000 ACADSERIALNUMBER=00000000 ADLM_EULA_COUNTRY=US InstallLevel=5&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And no you cannot build a deployment without any licensing information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Danny&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2012 19:55:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-inventor-lt-2013-silent-instillation-using-batch-script/m-p/3598810#M155296</guid>
      <dc:creator>DannyHubbard</dc:creator>
      <dc:date>2012-08-28T19:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD_Inventor_LT_2013 silent Instillation using Batch Script</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-inventor-lt-2013-silent-instillation-using-batch-script/m-p/3599012#M155297</link>
      <description>&lt;P&gt;&lt;IMG title="11111.png" border="0" alt="11111.png" src="https://forums.autodesk.com/t5/image/serverpage/image-id/36358i13ADDE5609FA2F84/image-size/original?v=mpbl-1&amp;amp;px=-1" align="center" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Tried as it is as you mentioned this is what I am getting at almost final stage and untill i press okay It is not continuing further. &amp;nbsp;I am inserting the log files.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2012 22:17:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-inventor-lt-2013-silent-instillation-using-batch-script/m-p/3599012#M155297</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-28T22:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD_Inventor_LT_2013 silent Instillation using Batch Script</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-inventor-lt-2013-silent-instillation-using-batch-script/m-p/3599014#M155298</link>
      <description>&lt;P&gt;Final Log According to Date Modified&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2012 22:18:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-inventor-lt-2013-silent-instillation-using-batch-script/m-p/3599014#M155298</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-28T22:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD_Inventor_LT_2013 silent Instillation using Batch Script</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-inventor-lt-2013-silent-instillation-using-batch-script/m-p/3599700#M155299</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried this again this morning but it worked fine for me again.&lt;/P&gt;
&lt;P&gt;Can you uploaded your "AutoCAD LT 2013 Install.log" from the Temp folder on the machine were you tried the install.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Danny&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2012 12:35:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-inventor-lt-2013-silent-instillation-using-batch-script/m-p/3599700#M155299</guid>
      <dc:creator>DannyHubbard</dc:creator>
      <dc:date>2012-08-29T12:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD_Inventor_LT_2013 silent Instillation using Batch Script</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-inventor-lt-2013-silent-instillation-using-batch-script/m-p/3600070#M155300</link>
      <description>&lt;P&gt;Sure,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Thanks alot for your response&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the Log file. Sorry I could not attach single log file due to size issue thats why I made it 2&amp;nbsp;AutoCAD LT 2013 Install - Copy1 and&amp;nbsp;AutoCAD LT 2013 Install - Copy2&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Srikanth&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2012 15:29:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-inventor-lt-2013-silent-instillation-using-batch-script/m-p/3600070#M155300</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-29T15:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD_Inventor_LT_2013 silent Instillation using Batch Script</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-inventor-lt-2013-silent-instillation-using-batch-script/m-p/3600272#M155301</link>
      <description>&lt;P&gt;Srikanth,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Make sure the ACADSERIALPREFIX is set to three zero's and ACADSERIALNUMBER is set to eight zero's, you don't need the ADLM_PRODKEY.&lt;/P&gt;
&lt;P&gt;Beyond that I would need to see exactly what you are entering at the command line or the batch file you are trying to run so why yours is giving you an error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Danny&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2012 17:18:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-inventor-lt-2013-silent-instillation-using-batch-script/m-p/3600272#M155301</guid>
      <dc:creator>DannyHubbard</dc:creator>
      <dc:date>2012-08-29T17:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD_Inventor_LT_2013 silent Instillation using Batch Script</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-inventor-lt-2013-silent-instillation-using-batch-script/m-p/3600290#M155302</link>
      <description>&lt;P&gt;Hi Danny This is what exactly I ran for the Silent Install.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here I passed the public property ACADSERIALNUMBER as 0. I tried with Adding/passing public property&amp;nbsp;&lt;STRONG&gt;ADLM_PRODKEY=00000&amp;nbsp;&lt;/STRONG&gt;and with out that property as you mentioned in the previous post.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;"%~dp0setup.exe" /t /qb /w /language en-us /c ACAD: INSTALLDIR="%ProgramFiles%\Autodesk\AutoCAD 2013" ACADSERIALPREFIX=000 ACADSERIALNUMBER=00000000 ADLM_PRODKEY=00000 ADLM_EULA_COUNTRY=US InstallLevel=5 ALLUSERS=1 ADSK_DESKTOPSHORTCUT_1=0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srikanth&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2012 17:27:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-inventor-lt-2013-silent-instillation-using-batch-script/m-p/3600290#M155302</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-29T17:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD_Inventor_LT_2013 silent Instillation using Batch Script</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-inventor-lt-2013-silent-instillation-using-batch-script/m-p/3601228#M155303</link>
      <description>&lt;P&gt;Srikanth,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried your syntax, the only thing I changed was the %~dp0 to a mapped drive letter S:\ so it would find my Setup.exe. I installed on a couple Windows 7 machines (32-bit and 64-bit) installing&amp;nbsp;AutoCAD LT 2013 32-bit or 64-bit respectively. In both cases AutoCAD LT 2013 installed without error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Danny&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2012 11:17:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-inventor-lt-2013-silent-instillation-using-batch-script/m-p/3601228#M155303</guid>
      <dc:creator>DannyHubbard</dc:creator>
      <dc:date>2012-08-30T11:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD_Inventor_LT_2013 silent Instillation using Batch Script</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-inventor-lt-2013-silent-instillation-using-batch-script/m-p/3601744#M155304</link>
      <description>&lt;P&gt;Okay I will try copying the source files locally and run the batch file and by mapping the Network Drive. Let you know the results by noon.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there anything you found out in the log files? Like am I doing any mistake??&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2012 15:44:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-inventor-lt-2013-silent-instillation-using-batch-script/m-p/3601744#M155304</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-30T15:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD_Inventor_LT_2013 silent Instillation using Batch Script</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-inventor-lt-2013-silent-instillation-using-batch-script/m-p/3601880#M155305</link>
      <description>&lt;P&gt;Srikanth,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The log file didn't mention anything beyond the error at the serial number was invalid. I did see in your script that you were installing to the AutoCAD 2013 folder instead of the AutoCAD LT 2013 folder, but this shouldn't be an issue unless you have AutoCAD 2013 already installed.&lt;/P&gt;
&lt;P&gt;I should mention that all my attempts have been running this setup sequence straight from the command prompt (Run as Administrator). I haven't tried this through a batch file or SCCM push.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Danny&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2012 17:09:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-inventor-lt-2013-silent-instillation-using-batch-script/m-p/3601880#M155305</guid>
      <dc:creator>DannyHubbard</dc:creator>
      <dc:date>2012-08-30T17:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD_Inventor_LT_2013 silent Instillation using Batch Script</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-inventor-lt-2013-silent-instillation-using-batch-script/m-p/3615124#M155306</link>
      <description>&lt;P&gt;Hi Srikanth,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My first question is: Are you installing AutoCAD LT 2013&amp;nbsp;instead of AutoCAD 2013? If yes, the product in the&amp;nbsp;batch install script should not be "ACAD", instead, it should be "ACADLT", like this (of course with your serial number, product key, etc.):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"D:&lt;A target="_blank" href="https://forums.autodesk.com/t5/forums/replypage/board-id/24/message-id/"&gt;\setup.exe&lt;/A&gt;" /t /qb /language en-US /c ACADLT: INSTALLDIR="%ProgramFiles%\Autodesk\AutoCAD LT 2013" ACADSERIALPREFIX=123 ACADSERIALNUMBER=12345678 ADLM_PRODKEY=ABCDE ADLM_EULA_COUNTRY=US InstallLevel=5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let us know how that works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kevin Mak&lt;/P&gt;&lt;P&gt;Principal SQA Engineer&lt;/P&gt;&lt;P&gt;IPG - AutoCAD Products - Engineering&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="mailto:kevin.mak@autodesk.com"&gt;kevin.mak@autodesk.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2012 17:40:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-inventor-lt-2013-silent-instillation-using-batch-script/m-p/3615124#M155306</guid>
      <dc:creator>kevin.mak</dc:creator>
      <dc:date>2012-09-11T17:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD_Inventor_LT_2013 silent Instillation using Batch Script</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-inventor-lt-2013-silent-instillation-using-batch-script/m-p/3615200#M155307</link>
      <description>&lt;P&gt;Hi Kevin, Yes I am&amp;nbsp;trying to install&amp;nbsp;'AutoCAD Inventor LT 2013' in batch mode so Let me give an attempt as you mentioned in that way !!! do I give that '12345678' '123' or 'ABCDE' in the command or attempt with all 000 (Zeros) with counting the number of Zero's exactly as License key has in each&amp;nbsp;section &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2012 18:05:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-inventor-lt-2013-silent-instillation-using-batch-script/m-p/3615200#M155307</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-11T18:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD_Inventor_LT_2013 silent Instillation using Batch Script</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-inventor-lt-2013-silent-instillation-using-batch-script/m-p/3615290#M155308</link>
      <description>&lt;P&gt;Hi Srikanth,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you&amp;nbsp;use all Zero's in the script, your AutoCAD LT 2013 product will run in Trial mode with a grace period of 30 days.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have already purchased the product, I recommend that you to use&amp;nbsp;your real serial prefix, serial number and product key in the batch script:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ACADSERIALPREFIX=&lt;STRONG&gt;&lt;FONT color="#ff0000"&gt;123&lt;/FONT&gt; &lt;/STRONG&gt;(replace with your three-digit serial prefix)&lt;/P&gt;&lt;P&gt;ACADSERIALNUMBER=&lt;STRONG&gt;&lt;FONT color="#ff0000"&gt;12345678&lt;/FONT&gt; &lt;/STRONG&gt;(replace with your eight-digit serial number)&lt;/P&gt;&lt;P&gt;ADLM_PRODKEY=&lt;STRONG&gt;&lt;FONT color="#ff0000"&gt;ABCDE&lt;/FONT&gt; &lt;/STRONG&gt;(replace with your five-digit/letter product key)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kevin Mak&lt;/P&gt;&lt;P&gt;Principal SQA Engineer&lt;/P&gt;&lt;P&gt;IPG - AutoCAD Products - Engineering&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="mailto:kevin.mak@autodesk.com" rel="nofollow"&gt;kevin.mak@autodesk.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2012 18:47:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-inventor-lt-2013-silent-instillation-using-batch-script/m-p/3615290#M155308</guid>
      <dc:creator>kevin.mak</dc:creator>
      <dc:date>2012-09-11T18:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD_Inventor_LT_2013 silent Instillation using Batch Script</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-inventor-lt-2013-silent-instillation-using-batch-script/m-p/3615504#M155309</link>
      <description>&lt;P&gt;Hip Hip Hurryyy&lt;/P&gt;&lt;P&gt;&lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://forums.autodesk.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt; You made my Day Brother, Its working like a charm now, Jus Changed the ACADLT thanks alot for the help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Solution: &lt;SPAN style="widows: 2; text-transform: none; background-color: #ffffff; text-indent: 0px; display: inline !important; font: 11px 'Helvetica Neue', Helvetica, arial, 'sans serif'; white-space: normal; orphans: 2; float: none; letter-spacing: normal; color: #212121; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;FOR AutoDesk Inventor LT/ AutoCAD LT use this batch command&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="widows: 2; text-transform: none; background-color: #ffffff; text-indent: 0px; display: inline !important; font: 11px 'Helvetica Neue', Helvetica, arial, 'sans serif'; white-space: normal; orphans: 2; float: none; letter-spacing: normal; color: #212121; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;SPAN style="widows: 2; text-transform: none; background-color: #ffffff; text-indent: 0px; display: inline !important; font: 11px 'Helvetica Neue', Helvetica, arial, 'sans serif'; white-space: normal; orphans: 2; float: none; letter-spacing: normal; color: #212121; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;"%~dp0setup.exe" /t /qb /language en-US /c ACADLT: INSTALLDIR="%ProgramFiles%\Autodesk\AutoCAD LT 2013" ACADSERIALPREFIX=123 ACADSERIALNUMBER=12345678 ADLM_PRODKEY=ABCDE ADLM_EULA_COUNTRY=US InstallLevel=5&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2012 20:47:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-inventor-lt-2013-silent-instillation-using-batch-script/m-p/3615504#M155309</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-11T20:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD_Inventor_LT_2013 silent Instillation using Batch Script</title>
      <link>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-inventor-lt-2013-silent-instillation-using-batch-script/m-p/3615518#M155310</link>
      <description>&lt;P&gt;Hi Srikanth,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Glad to hear that&amp;nbsp;everything works fine and installed the way you want it. Thank you for your continual support for Autodesk products.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kevin Mak&lt;/P&gt;
&lt;P&gt;Principal SQA Engineer&lt;/P&gt;
&lt;P&gt;IPG - AutoCAD Products - Engineering&lt;/P&gt;
&lt;P&gt;&lt;A href="mailto:kevin.mak@autodesk.com" rel="nofollow" target="_blank"&gt;kevin.mak@autodesk.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2012 20:52:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/installation-licensing-forum/autocad-inventor-lt-2013-silent-instillation-using-batch-script/m-p/3615518#M155310</guid>
      <dc:creator>kevin.mak</dc:creator>
      <dc:date>2012-09-11T20:52:42Z</dc:date>
    </item>
  </channel>
</rss>

