Jump to content

Partition Magic 8 installation path in setup.iss file


Recommended Posts

Posted

Is it possible to specify relative path for PM8 in setup.iss to install in unattended mode?

That is, to replace

szDir=C:\Program Files\PowerQuest\PartitionMagic 8.0\

with something like:

szDir=%ProgramFiles%\PowerQuest\PartitionMagic 8.0\

In my case PM8 installed successfully with /s /v/qn switches and "C:\Program Files\PowerQuest\PartitionMagic 8.0\" path in setup.iss file, but failed when using ''%ProgramFiles%\PowerQuest\PartitionMagic 8.0\" path

  • 4 months later...

Posted

tip:

if you do

echo szDir=%ProgramFiles%\PowerQuest\PartitionMagic 8.0\

in the console, it will print

szDir=C:\Program Files\PowerQuest\PartitionMagic 8.0\

Or your program files dir.

By the way, is that szDir standard in the ISS files?

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...