PDA

View Full Version : Three minor suggestions



NewsArchive
02-20-2007, 10:01 AM
Suggestion: It would be very handy if the #msgbox directive could return the
button selected. This would allow the developer to:
- Decide at compile time if the program executables should be code signed
- Conditionally set the value of a script variable
- Etc.

Suggestion: It would be helpful if the #code-sign application directive could
return an error and thus provide the developer a means to automatically abort
the compile when an error is encountered rather than relying on him/her seeing
the error message.

Suggestion: Add options to the "Get started on a recent ... project:" window to
access .sbi scripts.

Greg Fasolt

NewsArchive
02-20-2007, 10:01 AM
Greg,

> Suggestion: It would be very handy if the #msgbox directive could return
> the
> button selected. This would allow the developer to:
> - Decide at compile time if the program executables should be code signed
> - Conditionally set the value of a script variable
> - Etc.

You can do this with #def and #ifdef ;-)

#def CODESIGN = (Display Yes/No)
#ifdef CODESIGN Equals "YES" Then
#msg "code sign my app here"
#end

> Suggestion: It would be helpful if the #code-sign application directive
> could return an error and thus provide the developer a means to
> automatically abort the compile when an error is encountered rather than
> relying on him/her seeing the error message.

I agree 100%. Good idea.

> Suggestion: Add options to the "Get started on a recent ... project:"
> window to access .sbi scripts.

Good idea!

Thank you for your suggestions.

Friedrich

--
Friedrich Linder
Lindersoft
www.lindersoft.com
+1.954.252.3910

"point. click. ship" - that's SetupBuilder 6
Create Windows Vista ready installations in minutes

-- Official Comodo Code Signing and SSL Certificate Partner