Randem Systems Support Board

InnoScript => InnoScript - General Questions, Report Bugs, Problems etc... => Topic started by: vb_rookie on May 14, 2007, 10:45:28 AM

Title: Scripten & scr56en
Post by: vb_rookie on May 14, 2007, 10:45:28 AM
currently these lines are in my script. Should they  be run with
Parameters: /NORESTART /VERYSILENT; instead?
if so, do i replace the current /r:n /q:1?
 
Filename: {tmp}scr56en.exe; Parameters: /r:n /q:1; MinVersion: 4.1,4.0; OnlyBelowVersion: 0,4.01; WorkingDir: {tmp}; Flags: skipifdoesntexist
Filename: {tmp}scripten.exe; Parameters: /r:n /q:1; MinVersion: 0,5.0; OnlyBelowVersion: 0,5.02; WorkingDir: {tmp}; Flags: skipifdoesntexist
Title: Scripten & scr56en
Post by: Randem on May 14, 2007, 04:07:44 PM
Why do you think you need to change them?
Title: Scripten & scr56en
Post by: vb_rookie on May 15, 2007, 04:00:48 AM
Well, I tested the compilation, and it requires a restart at the end of the process. Just wondering if that can be avoided or if the package can be loaded and effective without restarting.
Title: Scripten & scr56en
Post by: Randem on May 15, 2007, 08:10:39 AM
What OS are you installing on?
If the OS request a restart, then you should restart. Otherwise your installation may not be complete because the OS needs to replace files that are currently in use.
 
The switches you want to use would be useless for those installations. Those switches are for Inno Setup installations not Microsoft's.