Skip to main content
4-Participant
June 13, 2012
Question

About Creo 2.0 Installation Folder Name.

  • June 13, 2012
  • 5 replies
  • 3540 views

We require an improvement so that Creo2.0 installation folder can be changed. "Creo 2.0" is no good.

5 replies

1-Visitor
June 28, 2012

Which folder is being named Creo 2.0? The folder/directory on disk or the one in the start menu?

Thanks

Martin

24-Ruby III
June 29, 2012

Martin,

C:\ptc\Creo2_M010\Creo 2.0\Parametric\bin\parametric.exe

C:\ptc\Creo2_M010 ... the path entered during Creo 2.0 installation

Users do no like spaces in PATH.

Martin Hanak

smatsuda4-ParticipantAuthor
4-Participant
July 17, 2012

Yes,

As Martin Hanak say ,We do not need "Creo 2.0 " in Path.

We can not compile the customized system.

We are at a loss of what to do.

Forever.We can not use the Creo 2.0 for drawing

Shinji Matsuda

smatsuda4-ParticipantAuthor
4-Participant
July 17, 2012

I do not understand the Folder Name use the spaces in PATH.

Shinji Matsuda

24-Ruby III
July 17, 2012

Matsuda,

if you need some help, please describe your problem.

Martin Hanak

smatsuda4-ParticipantAuthor
4-Participant
July 17, 2012

Dear Mr.Hanak

We have very many problem caused by spaces.

(Pro/toolkit complie error)

Let me give you one example.

PROTOOL_SRC = D:\PTC\Creo20\Creo 2.0\Common Files\F001\protoolkit

PRODEV_SRC = D:\PTC\Creo20\Creo 2.0\Common Files\F001\prodevelop

we can not create makefile.

also , PROTOOL_SRC = "D:\PTC\Creo20\Creo 2.0\Common Files\F001\protoolkit"

is not good.

Best regards,

Shinji Matsuda

24-Ruby III
July 17, 2012

Matsuda,

I am sorry, I do not understand makefiles. I only know that path containing spaces must be enclosed into doublequotes. Maybe you can test, whether you can replace directory names containing spaces by their short names (you will get short name in command prompt window if you use command dir /X)

Try to replace your definition

PROTOOL_SRC = D:\PTC\Creo20\Creo 2.0\Common Files\F001\protoolkit

by

PROTOOL_SRC = D:\PTC\Creo20\CREO2~1.0\COMMON~1\F001\protoolkit

Martin Hanak

smatsuda4-ParticipantAuthor
4-Participant
July 17, 2012

Dear Mr.Hanak

Your advice really worked.

I finally got it straightened out.

Thank you so much.

Best regards,

Shinji Matsuda