PDA

View Full Version : Feature Request



NewsArchive
12-27-2011, 02:21 AM
I would love an option to just create a simple zip file instead of a
setup.

I know there's already a #createzipfile feature, but this is
different.

This way, instead of having to tick the "permanent" box on the code
signing thing then zip them myself, SB7 could just process the files
as normal for a setup, but instead of putting those temporary files
into a setup, I could just have a zip.

Or, I guess, if I knew the temporary location, I could zip those. Is
there a way to know that temp location within SB7?

Thanks

Jeff Slarve
www.jssoftware.com
www.twitter.com/jslarve

NewsArchive
12-29-2011, 12:35 AM
Hi Jeff,

> Or, I guess, if I knew the temporary location, I could zip those. Is
> there a way to know that temp location within SB7?

I think you do not need the temporary location to handle this. Just use the
path to your "unsigned" file(s).

For example, the following will code-sign "sb7.exe" and then add (the
code-signed sb7.exe) to the "test.zip" archive. The "Permanent" option is
NOT marked.

#code-sign application "C:\sbtest\jeff\sb7.exe" ["test"]
#zip file from "C:\sbtest\jeff\sb7.exe" to "C:\sbtest\jeff\test.zip"

Does this help?

Friedrich

NewsArchive
12-29-2011, 12:36 AM
I'll find out soon enough.

If it works just like you say, then it is just right.

Thanks Friedrich.

>
>Does this help?

Jeff Slarve
www.jssoftware.com
www.twitter.com/jslarve

NewsArchive
12-30-2011, 01:57 AM
and if it doesn't don't answer your doorbell tomorrow <g>

Jim

NewsArchive
12-30-2011, 01:58 AM
I must be a little bit slow this morning. ???

Jeff Slarve
www.jssoftware.com
www.twitter.com/jslarve