diff -r 000000000000 -r 67e1cc6cd929 inst-resources/kickstart.nsh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/inst-resources/kickstart.nsh Wed May 27 01:05:23 2009 -0400 @@ -0,0 +1,61 @@ +; Now we're going to put the kickstart code into a separate file and try to keep it +; as clean and human-readable as possible. + +!macro kickstart_var Var Value + ${str_replace} $1 "$$" "\$$" "${Value}" + FileWrite $0 "$$${Var} = <<