|
|
#1 |
|
Junior Member
Join Date: Mar 2001
Posts: 7
|
Conditional SilentInstall
.. is it possible? -ryan |
|
|
|
|
|
#2 |
|
Member
|
hi,
on compiletime --> yes ;!define silent !ifdef silent SilentInstall Silent !endif on runtime --> nope cu yzo |
|
|
|
|
|
#3 |
|
Banned
Join Date: Jan 2001
Location: Norway
Posts: 927
|
Conditional SilentInstall on runtime
You may have to installers, one silent and one verbose.
Then make a third installer that runs one of these depending on something. An example script for such function is as follows: code: You have to fiddle with the example a bit ofcourse... |
|
|
|
|
|
#4 |
|
Member
|
hi,
did you recognize that this would double the installer size? Then better use the param /S (1.42 only) Setup.exe --> normal Setup.exe /S --> silent cu yzo |
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Mar 2001
Posts: 7
|
ahh, alhought not the answer I was looking for, /S works prefectly for my application.
thank alot! -ryan |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|