Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Deploying

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default Deploying

    Hi Friedrich,

    In SB 6 we have the option to deploy the install to an FTP server. How
    about just deploying it to another drive<g> I'm working with one VM to
    compile and develop and another one to test. So after I compile the SB
    install I need to copy it to another drive (I'm not changing the output
    folder for this). It would be very handy to be able to tell SB to copy the
    file after it's compiled. Of course I could do it with BA, but this would
    be very handy to have in SB for a quick copy once compiled

    Sorry haven't got around to check if 7 can do it

    Best regards,

    --
    Arnór Baldvinsson - Icetips Creative, Inc.
    Port Angeles, Washington
    www.icetips.com - www.buildautomator.com

    Icetips product subscriptions at http://www.icetips.com/subscribe.php

  2. #2

    Default Re: Deploying

    Arnor,

    I faced the same problem till I realised it was just a question of changing
    the path to the executable output dir ..... simple!

    --

    Thank you - Merci

    Cordialement - Best Regards
    Jean-Pierre GUTSATZ

    DMC - Data Management Center - A tool to let you Migrate Import Export
    Transfer all your Data very easily
    www.dmc-fr.com
    Certified by Microsoft : "Works with Vista" & "Works with Windows Server
    2008"

  3. #3

    Default Re: Deploying

    Hi Jean-Pierre

    > I faced the same problem till I realised it was just a question of changing
    > the path to the executable output dir ..... simple!

    I do in other projects, but in this case I need it in another folder also.
    You only have one output dir, I need two. An option to deploy locally would
    be really handy

    Best regards,

    --
    Arnór Baldvinsson - Icetips Creative, Inc.
    Port Angeles, Washington
    www.icetips.com - www.buildautomator.com

    Icetips product subscriptions at http://www.icetips.com/subscribe.php

  4. #4

    Default Re: Deploying

    Hi Arnór,

    >> I faced the same problem till I realised it was just a question of
    >> changing the path to the executable output dir ..... simple!
    >
    > I do in other projects, but in this case I need it in another folder also.
    > You only have one output dir, I need two. An option to deploy locally
    > would be really handy

    Absolutely no problem ;-) You can use "#copy file..." to copy it to 1,000
    different folders <g>

    In our scripts, we automatically copy the setup.exe to a backup drive
    H:\Backup\SetupBuilder\[VERSION], then to c:\releases\setupbuilder and to
    \\VISTA64\Linder\test

    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

  5. #5

    Default Re: Deploying

    > Hi Friedrich,
    >
    > In SB 6 we have the option to deploy the install to an FTP server. How
    > about just deploying it to another drive<g> I'm working with one VM to
    > compile and develop and another one to test. So after I compile the SB
    > install I need to copy it to another drive (I'm not changing the output
    > folder for this). It would be very handy to be able to tell SB to copy the
    > file after it's compiled. Of course I could do it with BA, but this would
    > be very handy to have in SB for a quick copy once compiled

    Another useful copy feature would be to copy JUST the program EXE that has
    been processed by SB (Vista Manifest, Armadillo protected, CodeSigned) and
    send it to a specific folder WITHOUT having to Install it. THAT would be
    very helpful and useful!

    David

    --
    From David Troxell - Product Scope 7 - Encourager Software
    Clarion Third Party Profile Exchange Online
    http://encouragersoftware.com/profile/clarlinks.html
    Profile Exchanges - www.encouragersoftware.com/profile/
    http://www.profileexchanges.com/blog/

  6. #6

    Default Re: Deploying

    Hi David,

    > Another useful copy feature would be to copy JUST the program EXE that has
    > been processed by SB (Vista Manifest, Armadillo protected, CodeSigned) and
    > send it to a specific folder WITHOUT having to Install it. THAT would be
    > very helpful and useful!

    You should be able to accomplish that with the #copy compiler directive
    after you manifest and codesign. The problem is that even if you put the
    #copy as the last statement in the script it is performed early in the
    compile process - or that's what it looked like to me - too early to make it
    work with the install that is being compiled. However, I think if you had a
    script with:

    #embed vista manifest
    #code sign
    #copy file

    it should work for what you are talking about.

    Best regards,

    --
    Arnór Baldvinsson - Icetips Creative, Inc.
    Port Angeles, Washington
    www.icetips.com - www.buildautomator.com

    Icetips product subscriptions at http://www.icetips.com/subscribe.php

  7. #7

    Default Re: Deploying

    Arnor,

    While after reading your message and Friedrich's - and using

    #copy file - with - "Process after script compilation" option", it worked
    EXACTLY as I need!

    Thanks to you both for pointing to the solution!

    David

    --
    From David Troxell - Product Scope 7 - Encourager Software
    Clarion Third Party Profile Exchange Online
    http://encouragersoftware.com/profile/clarlinks.html
    Profile Exchanges - www.encouragersoftware.com/profile/
    http://www.profileexchanges.com/blog/

  8. #8

    Default Re: Deploying

    Hi David,

    > Another useful copy feature would be to copy JUST the program EXE that has
    > been processed by SB (Vista Manifest, Armadillo protected, CodeSigned) and
    > send it to a specific folder WITHOUT having to Install it. THAT would be
    > very helpful and useful!

    What Arnór said. SetupBuilder can already handle this ;-)

    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

  9. #9

    Default Re: Deploying

    Friedrich,

    THANK YOU Very Much!

    After reading your post and Arnór's (AND THEN the help file!) - I realized
    I had just overlooked it - works Exactly as I need!

    Someone needs to write a "SetupBuilder Tips & Techniques" - however, it
    might take about 10 "volumes" to cover it adequately! :-D

    David

    --
    From David Troxell - Product Scope 7 - Encourager Software
    Clarion Third Party Profile Exchange Online
    http://encouragersoftware.com/profile/clarlinks.html
    Profile Exchanges - www.encouragersoftware.com/profile/
    http://www.profileexchanges.com/blog/

  10. #10

    Default Re: Deploying

    Hi David,

    > THANK YOU Very Much!
    >
    > After reading your post and Arnór's (AND THEN the help file!) - I realized
    > I had just overlooked it - works Exactly as I need!
    >
    > Someone needs to write a "SetupBuilder Tips & Techniques" - however, it
    > might take about 10 "volumes" to cover it adequately! :-D

    ;-) I am sure we'll see such a "SetupBuilder Tips & Techniques & Everything
    you ever wanted to know about SetupBuilder but were afraid to ask" in the
    near future <g>

    --
    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

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •