First of all, thanks for making OSFMount freely available!
I'm attempting to perform a silent install from the command-line as part of a provisioning process; however, after installation, the installer launches the OSFMount program and this "stalls" my provisioning process by requiring user input. Is there a way to disable the post-install launch of OSFMount?
I see in the Inno Setup documentation that there is a flag named "skipifsilent" that can be used in the [Run] section, to disable steps during a silent install. Would it make sense to apply this flag to the post-install launch of OSFMount? The flag is described on this page:
http://www.jrsoftware.org/ishelp/ind...c=setupcmdline
Thanks!
I'm attempting to perform a silent install from the command-line as part of a provisioning process; however, after installation, the installer launches the OSFMount program and this "stalls" my provisioning process by requiring user input. Is there a way to disable the post-install launch of OSFMount?
I see in the Inno Setup documentation that there is a flag named "skipifsilent" that can be used in the [Run] section, to disable steps during a silent install. Would it make sense to apply this flag to the post-install launch of OSFMount? The flag is described on this page:
http://www.jrsoftware.org/ishelp/ind...c=setupcmdline
Thanks!
Comment