Octane - Deployment/Silent installation

Forums: Octane - Deployment/Silent installation
3D Studio Max Plugin (Export Script Plugins developed by [gk] and KilaD; Integrated Plugin developed by Karba)
Forum rules
Please post only in English in this subforum. For alternate language discussion please go here viewforum.php?f=18

Octane - Deployment/Silent installation

Postby stir » Wed Apr 26, 2017 1:00 pm

stir Wed Apr 26, 2017 1:00 pm
Hey

sorry if this been asked before but nothing showed up in the search.
except for maya. witch was a note that silent install was added to the pluginn installer (/S)

Can Octane render (standalone) and 3dsmax octane (plugin) install silently?
Is it also possible to add the login credentials to the silent installation? for licensing purposes.

We just got a couple of new computers at the office.
Its no big deal to manually install on a couple of computers. But sooner or later im probably charged with the task to reinstall the whole farm.

So to prepare myself im actually testing out creating a deployment for 3ds max 2016 and i would love to be able to deploy octane with it.
and in that regard i am wondering if Octane have any deployment commands or something to help ease this task :)


PS: This question is a bit splitted between Octane standalone and the 3Ds max plugin but i take my chances and posting it inn this thread here.

Thanks
-Mats
------------------------------------------------------------------------------

http://www.stir.no
stir
Licensed Customer
Licensed Customer
 
Posts: 101
Joined: Sun Apr 10, 2016 7:12 am

Re: Octane - Deployment/Silent installation

Postby stir » Wed Apr 26, 2017 7:24 pm

stir Wed Apr 26, 2017 7:24 pm
So i just installed Octane standalone 3.04.3 with the /S command and it worked.

Then i tried the /S command on the 3.04.3-4.25 3ds max plugin with no luck, sadly.
Is the plugin exe using a different command or simply just dont have a silent option?

Cheers
-Mats
------------------------------------------------------------------------------

http://www.stir.no
stir
Licensed Customer
Licensed Customer
 
Posts: 101
Joined: Sun Apr 10, 2016 7:12 am

Re: Octane - Deployment/Silent installation

Postby paride4331 » Thu Apr 27, 2017 8:16 am

paride4331 Thu Apr 27, 2017 8:16 am
Hi stir,
You could try with newer versions:
Octane Render Stand Alone stable 3.06 (new Adaptive sample support)
Https://render.otoy.com/customerdownloads/8b/de/c4/15/OctaneRender_3_06_win.exe
Octane 3dsMax render plugin test 4.32 - 3.06 (new Adaptive sample support)
https://render.otoy.com/customerdownloads/plugins/c2/a0/95/82/OctaneRender_for_3ds_Max_3.06_TEST_4_-_4.32.exe
Octane 3dsMax render plugin 4.30 - 3.05.3 stable (new Adaptive sample support)
https://render.otoy.com/customerdownloads/plugins/ff/75/7a/6a/OctaneRender_for_3ds_Max_3.05.3_-_4.30.exe
Kind regards,
Gabriele
OTOY NZ Ltd
2 x Evga Titan X Hybrid / 3 x Evga RTX 2070 super Hybrid
User avatar
paride4331
Octane Guru
Octane Guru
 
Posts: 3686
Joined: Fri Sep 18, 2015 7:19 am

Re: Octane - Deployment/Silent installation

Postby stir » Thu May 18, 2017 7:14 am

stir Thu May 18, 2017 7:14 am
Thanks paride.

I tried the latest version, with no luck sadly.

The standalone installs fine with silent parameters.
While the plugin one doesn't

Is there another way to install the plugin instead of using the .exe file? like copying some dll's and changing some reg keys?


-Mats
------------------------------------------------------------------------------

http://www.stir.no
stir
Licensed Customer
Licensed Customer
 
Posts: 101
Joined: Sun Apr 10, 2016 7:12 am

Re: Octane - Deployment/Silent installation

Postby stir » Thu May 18, 2017 11:31 am

stir Thu May 18, 2017 11:31 am
OK.

So as an workaround on this one is to extract the .exe file
so you get acess to the underlying folders and files.

I then figured folder

-$_11_
-$_11_plugins

is the 2016 versions of the plugin.

From there all you need to do is create a short .bat script to copy thoes files to their respected locations.

Something like this:

Code: Select all
xcopy /s "\\x.x.x.x\stir2\Resources\_IT\Repository\Otoy\OctaneRender_for_3ds_Max_3.06_-_4.33\$_11_plugins\Octane3dsmax.dlr" "C:\Program Files\Autodesk\3ds Max 2016\plugins" /Y

xcopy /s "\\10.0.1.3\stir2\Resources\_IT\Repository\Otoy\OctaneRender_for_3ds_Max_3.06_-_4.33\$_11_\octane.dat" "C:\Program Files\Autodesk\3ds Max 2016\" /Y

xcopy /s "\\x.x.x.x\stir2\Resources\_IT\Repository\Otoy\OctaneRender_for_3ds_Max_3.06_-_4.33\$_11_\octane.dll" "C:\Program Files\Autodesk\3ds Max 2016\" /Y

xcopy /s "\\x.x.x.x\stir2\Resources\_IT\Repository\Otoy\OctaneRender_for_3ds_Max_3.06_-_4.33\$_11_\tbb.dll" "C:\Program Files\Autodesk\3ds Max 2016\" /Y



Now i can deploy this .bat file instead of the .exe installer.
Ofcourse this is more manual and dirty then a /s variable would have been, and even more so if i were to deploy to multiple different versions of max, but as long as the silent installation is absent you gotta use what you have.

Cheers
-Mats
------------------------------------------------------------------------------

http://www.stir.no
stir
Licensed Customer
Licensed Customer
 
Posts: 101
Joined: Sun Apr 10, 2016 7:12 am

Re: Octane - Deployment/Silent installation

Postby paride4331 » Mon Jun 12, 2017 9:25 am

paride4331 Mon Jun 12, 2017 9:25 am
Hi stir,
a work around is to install manually first, and copy the 4 files bellow from max to a folder (eg d:/octInst)
then, those 4 files can be copied back to any max folder, using a bat file like:
cd D:\octInst
D:
copy .\Octane3dsmax.dlr "C:\Program Files\Autodesk\3ds Max 2018\Plugins"
copy .\octane.dat "C:\Program Files\Autodesk\3ds Max 2018"
copy .\octane.dll "C:\Program Files\Autodesk\3ds Max 2018"
copy .\tbb.dll "C:\Program Files\Autodesk\3ds Max 2018"
pause
(run the bat file as Administrator)
Regards
Paride
2 x Evga Titan X Hybrid / 3 x Evga RTX 2070 super Hybrid
User avatar
paride4331
Octane Guru
Octane Guru
 
Posts: 3686
Joined: Fri Sep 18, 2015 7:19 am

Re: Octane - Deployment/Silent installation

Postby stir » Mon Nov 13, 2017 8:45 am

stir Mon Nov 13, 2017 8:45 am
Hi.

a silent install is still on my wish list.
so just wondering if there is any news about this? :)

Thanks.
-Mats
------------------------------------------------------------------------------

http://www.stir.no
stir
Licensed Customer
Licensed Customer
 
Posts: 101
Joined: Sun Apr 10, 2016 7:12 am

Re: Octane - Deployment/Silent installation

Postby mojave » Wed Nov 15, 2017 3:23 am

mojave Wed Nov 15, 2017 3:23 am
Please for feature requests either add or support the existing ones via the feature request system:

https://render.otoy.com/requests/
User avatar
mojave
OctaneRender Team
OctaneRender Team
 
Posts: 1259
Joined: Sun Feb 08, 2015 10:35 pm

Re: Octane - Deployment/Silent installation

Postby stir » Fri Nov 17, 2017 7:31 am

stir Fri Nov 17, 2017 7:31 am
some how i have missed that request page.
Thanks for the link.


Cheers
-Mats
------------------------------------------------------------------------------

http://www.stir.no
stir
Licensed Customer
Licensed Customer
 
Posts: 101
Joined: Sun Apr 10, 2016 7:12 am

Return to Autodesk 3Ds Max


Who is online

Users browsing this forum: No registered users and 4 guests

Fri Mar 29, 2024 1:44 am [ UTC ]