Inside my Windows post-installation script I do cd ${installdir} but it is not working. Why is that?

asked 06 Sep '11, 07:01

Jake's gravatar image

Jake ♦♦
181533173
accept rate: 98%

edited 12 Sep '11, 04:12


If the installation directory is in a different drive that the one the installer file is you need to use: cd /s \${installdir}

link

answered 06 Sep '11, 07:02

Jake's gravatar image

Jake ♦♦
181533173
accept rate: 98%

edited 15 Sep '11, 05:57

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×3

Asked: 06 Sep '11, 07:01

Seen: 255 times

Last updated: 15 Sep '11, 05:57

powered by BitNami OSQA