Randem Systems Support Board

Inno Setup => Inno Setup - General Questions => Topic started by: afridy on April 03, 2009, 08:17:52 AM

Title: Flag explanation needed
Post by: afridy on April 03, 2009, 08:17:52 AM
Hai folks
 
what is the meaning of this flag?
 
'restartreplace'
 
Thank you
 
 
}
Title: Flag explanation needed
Post by: Randem on April 03, 2009, 06:25:15 PM
It means that is a file that you are deploying is in use and cannot be replaced, it will be replaced after the next restart of the computer. If the file is in use Inno Setup will give a prompt asking if you want to restart your computer.
Title: Flag explanation needed
Post by: afridy on April 03, 2009, 06:34:35 PM
Thank you randem. Got it !