crueleva1 / dynamica

Automatically exported from code.google.com/p/dynamica
0 stars 0 forks source link

error in dynamica 2.8 installer on win7pro #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Instalation of Dynamica 2.80 on win7
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
dynamica 2.8 installer on win7pro

Please provide any additional information below.
instaler can't write .modules file because first part of path is missing '/' 
character (i.e. c:UserstomDocumentsmaya instead of c:/Users/tom/ ...)

Original issue reported on code.google.com by tom.vujn...@gmail.com on 18 Sep 2012 at 5:54

Attachments:

GoogleCodeExporter commented 8 years ago
This must be some issue with the NSIS installer.

Do you have an environment variable called MAYA_APP_DIR?

If not, can you please create one and set the value to
C:\Users\tom\Documents
Note this uses backslash, not forward slash.

and report if that works for you?

Original comment by erwin.coumans on 24 Sep 2012 at 7:58

GoogleCodeExporter commented 8 years ago
I might have to add some code in the installer to replace forward slash by 
backslash, if that is the problem.

See
http://nsis.sourceforge.net/Another_String_Replace_(and_Slash/BackSlash_Converte
r)

Original comment by erwin.coumans on 24 Sep 2012 at 8:14

GoogleCodeExporter commented 8 years ago
Please use the MAYA_APP_DIR environment variable and set the value to 
C:\Users\tom\Documents

Note this uses backslash, not forward slash.

Original comment by erwin.coumans on 8 Oct 2012 at 11:49