sashko1980 Posted March 18, 2007 Posted March 18, 2007 Is it possible to specify relative path for PM8 in setup.iss to install in unattended mode?That is, to replaceszDir=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
bigfatroundguy Posted July 18, 2007 Posted July 18, 2007 I have tinkered with this quite a bit and never got it to work for either Partition Magic 8 or Drive Image 6 (2002).
darks0ul Posted July 25, 2007 Posted July 25, 2007 tip:if you doecho szDir=%ProgramFiles%\PowerQuest\PartitionMagic 8.0\in the console, it will printszDir=C:\Program Files\PowerQuest\PartitionMagic 8.0\Or your program files dir.By the way, is that szDir standard in the ISS files?
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now