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
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now