Bootstrapper (distribute)

vnarod

Regular
Joined
Mar 22, 2002
Messages
84
I am trying to run setup from Bootstrapper sample but get an error "Invalid command arguments". Documentation doesn't mention any command line at all. What should I use?
I need it in order to automatically install Framework when necessary. Help says that I only need to change INI file but it doesn't work.
 
Hi vnarod

all files must be in the same folder.

try this

[Bootstrap]
Msi=ProgamName.msi
'LanguageDirectory=
'ProductName=Productname
'DialogText=
'CaptionText=
'ErrorCaptionText=
'FxInstallerPath=/.
 
Back
Top