PDA

View Full Version : SetupBuilder: need to copy/rename a file AFTER install completes



NewsArchive
03-05-2009, 02:07 AM
after the insnall completes, i need to copy/rename a file. any suggestions
on how to do this?


-p

NewsArchive
03-05-2009, 02:07 AM
Pratik,

> after the insnall completes, i need to copy/rename a file. any suggestions
> on how to do this?

Quick question: why do you have to do it AFTER the installation completes?

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

SetupBuilder "point. click. ship"
Create Windows Vista ready installations in minutes

-- Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
03-06-2009, 02:01 AM
hi friedrich,

> Quick question: why do you have to do it AFTER the installation completes?

i have some "shell" files that need to be renamed and shuffled around based
on the user/license once they've been extracted on to the hdd from the
install pkg,

as a qnd, i wound up writing a cw exe, but it has limitations w/ sz of cmd
line params that can be passed. other thought was to just use an ini and
continue w/ my cw exe.


-p

NewsArchive
03-06-2009, 02:01 AM
Pratik,

>> Quick question: why do you have to do it AFTER the installation
> completes?
>
> i have some "shell" files that need to be renamed and shuffled around
> based on the user/license once they've been extracted on to the hdd
> from the install pkg,
>
> as a qnd, i wound up writing a cw exe, but it has limitations w/ sz
> of cmd line params that can be passed. other thought was to just use
> an ini and continue w/ my cw exe.

Well, but is there a specific reason you can't do this "rename process"
from within your installer (as part of the "installation")? You can do
whatever you want from a SetupBuilder installer, including calling into
your own (Clarion or whatever) DLLs, zipping und unzipping ZIP archives,
or even rename files and folders using the "Rename File/Folder..." or
"Move File(s)..."function.

What do you think?

Friedrich

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

SetupBuilder "point. click. ship"
Create Windows Vista ready installations in minutes

-- Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
03-06-2009, 02:02 AM
> Well, but is there a specific reason you can't do this "rename process"
> from within your installer (as part of the "installation")? You can do
> whatever you want from a SetupBuilder installer, including calling into
> your own (Clarion or whatever) DLLs, zipping und unzipping ZIP archives,
> or even rename files and folders using the "Rename File/Folder..." or
> "Move File(s)..."function.
>
> What do you think?

let me send u a pvt email later that outlines the process. and yes, my
preference is to do it from within SB.


-p

NewsArchive
03-06-2009, 02:02 AM
>> What do you think?
>
> let me send u a pvt email later that outlines the process. and yes, my
> preference is to do it from within SB.

Okay!

Friedrich