Page 1 of 1

how to create binary application from commandline?

Posted: January 20th, 2012, 1:44 am
by iip
Hi all,

Anyone know how to create a binary application from command prompt? just like makebin in ISSA.

Thanks,

-iip-

Re: how to create binary application from commandline?

Posted: January 20th, 2012, 8:23 am
by Gregory Martin
You must invoke CSEntry with the parameter /binaryWin32. You can also use the optional parameter /binaryName. For example:
"C:\Program Files\CSPro 4.1\CSEntry.exe" "Census 2000 Data Entry.ent" /binaryWin32

"C:\Program Files\CSPro 4.1\CSEntry.exe" "Census 2000 Data Entry.ent" /binaryWin32 /binaryName "binaryFilename.enc"

Re: how to create binary application from commandline?

Posted: January 20th, 2012, 9:40 am
by iip
Thanks a lot Greg, I need this way because on implementation sometimes I forgot to regenerate the binary, so the program isn't updated, I will put this command into installation scripts, so it will be re-generated everytime the application repackaged.