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

Thread: Move SetupBuilder to new computer.

  1. #1

    Default Move SetupBuilder to new computer.

    Replacing my old Vista32 with new Win7 Pro 64 and need to move SetupBuilder
    to the new machine. What is the best way/where to download etc.

    I hate getting new machines, it's always a headache.

    Don Harvey
    Mo-Ark Truck Svcs

  2. #2

    Default Re: Move SetupBuilder to new computer.

    Hey Don,

    If you are going to be doing development with C6.x you'll need to run it in a virtual machine running a 32 bit IS. Which means you'll have to install SetupBuilder in the virtual machine in order to build your installs.

    Something to keep in mind.

    Ben E. Brady

  3. #3

    Default Re: Move SetupBuilder to new computer.

    Hi Ben,

    Working on that. Until I can figure out whether or not this machine
    supports virtualization going to move everything over to the new machine
    except C6. I assume I can continue to create or change an exe then copy it
    over to the new machine and have setupbuilder build and ftp it.

    Of course it is always something that puts a crimp in things. I bought this
    machine specifically because it came with Win7 Pro and I would then have XP
    Mode in a virtual window, but having problems setting virtualization, one
    test from Gibson Research says it does, another program says it doesn't, so
    testing VMPlayer, no joy yet.

    Terrific buy on the machine - then again not This 5 year old Vista32 is
    starting to get a little flakey.

    Don Harvey

  4. #4

    Default Re: Move SetupBuilder to new computer.

    > Of course it is always something that puts a crimp in things. I bought this
    > machine specifically because it came with Win7 Pro and I would then have XP
    > Mode in a virtual window, but having problems setting virtualization, one
    > test from Gibson Research says it does, another program says it doesn't, so
    > testing VMPlayer, no joy yet.

    Look in the BIOS Don.

    Most PCs (from what I have seen) that support it still have it turned off
    there.

    Since your playing with a new PC, consider this:

    I have EVERYTHING running in VM's ( using Virtualbox ).

    The host OS is Windows 7/64.

    It has Acronis TrueImage setup on it so I can back it up and it has
    Virtualbox on it. Nothing more.

    I work in two main VMs.

    One is Windows 7 (where I do the normal work) and the other is a XP Pro VM
    ( where I run C6 and older apps ). The XP one has the Intel Sata Manager
    installed and it is set to use a Sata controller (does wonders for
    performance on XP).

    I run the VMs at full screen (so either is like working on a dedicated PC)
    and can easily switch between them if needed.

    I do have a common partition on the host drive where I can transfer files
    between VMs if needed as well as an external Sata drive.


    Now the best part...

    I can move to a new PC (or a replacement hard drive if needed) by simply
    formatting the new drive with Windows 7/64 to get rid of the junk,
    installing Virtualbox and Acronis, then restoring my VM image backups.

    TaDa ... moved to a new PC ... DONE!!!!

    Nothing to reinstall - EVER AGAIN - no lost time or data - NO PAIN!

    Friedrich put me onto this some time ago and it has been the best thing I
    have ever done for productivity!

    :-)

    Charles


    --
    -------------------------------------------------------------------------------------------------------
    Charles Edmonds
    www.clarionproseries.com - ProScan, ProImage, ProPath and other Clarion
    developer tools!
    www.ezchangelog.com - "Free ChangeLog software to manage your projects!"
    www.setupcast.com - "A revolutionary new publishing system for software
    developers - enhanced for SetupBuilder users!"
    www.pagesnip.com - "Print and Save the Web, just the way you want it!"
    www.ezround.com - "Round Corner HTML tables with matching Banners, Buttons
    and Forms - Now with PNG support!
    www.lansrad.com - "Intelligent Solutions for Universal Problems"
    www.fotokiss.com - "World's Best Auction Photo Editor"
    -------------------------------------------------------------------------------------------------------

  5. #5

    Default Re: Move SetupBuilder to new computer.

    Hi Charles,

    That is what I thought about a machine that would already have Win7 Pro
    installed, but I have gone thru the BIOS settings and it is no where to be
    found. The Processor is an AMD E-350. One suggestion I found was to change
    from AHCI to IDE but reluctant to try that and risk screwing up Win7.

    Next option I found was to set up VMPlayer with these instructions.

    http://www.howtogeek.com/howto/10911...irtualization/

    Still hangs looking for the virtual drive. I haven't tried VirtualBox yet.

    I agree - virtualization is the way to go these days - now if I can just get
    it work

    Don Harvey

  6. #6

    Default Re: Move SetupBuilder to new computer.

    > That is what I thought about a machine that would already have Win7 Pro
    > installed, but I have gone thru the BIOS settings and it is no where to be
    > found. The Processor is an AMD E-350. One suggestion I found was to change
    > from AHCI to IDE but reluctant to try that and risk screwing up Win7.

    I don't think you need to change the setting from AHCI to IDE and it could
    very well screw up the Windows 7 install.


    Look in the BIOS for a setting called "SVM" and enable that.

    SVM means “Secure Virtual Machine” support.

    Here is a link on it:
    http://srikrishnadas.wordpress.com/2...-e-350-zacate/



    > Next option I found was to set up VMPlayer with these instructions.
    >
    > http://www.howtogeek.com/howto/10911...irtualization/
    >
    > Still hangs looking for the virtual drive. I haven't tried VirtualBox yet.

    Any VM software without hardware virtualization is going to suck badly in
    my experience.


    > I agree - virtualization is the way to go these days - now if I can just get
    > it work

    Good luck!

    Let us know how it goes.


    Charles



    --
    -------------------------------------------------------------------------------------------------------
    Charles Edmonds
    www.clarionproseries.com - ProScan, ProImage, ProPath and other Clarion
    developer tools!
    www.ezchangelog.com - "Free ChangeLog software to manage your projects!"
    www.setupcast.com - "A revolutionary new publishing system for software
    developers - enhanced for SetupBuilder users!"
    www.pagesnip.com - "Print and Save the Web, just the way you want it!"
    www.ezround.com - "Round Corner HTML tables with matching Banners, Buttons
    and Forms - Now with PNG support!
    www.lansrad.com - "Intelligent Solutions for Universal Problems"
    www.fotokiss.com - "World's Best Auction Photo Editor"
    -------------------------------------------------------------------------------------------------------

  7. #7

    Default Re: Move SetupBuilder to new computer.

    Actually, I map a drive from my Clarion VM to the host machine and use a
    batch file to copy the compiled stuff to the host.

    SetupBuilder runs on the host.

    So I just keep one SB instance current on the host OS regardless whether I'm
    using it for a c6 or c8 project (or anything else).

    Download the current installef from the page on the setupbuilder.com website
    and just dig up your latest email with the serial number and support key.

    As David said, you'll need to copy your code-signing tools as well.

    Jane

  8. #8

    Default Re: Move SetupBuilder to new computer.

    Thanks Jane,

    That was the route I was going. Since C6 is the only app that needs 32 bit
    going to move everything except it until I can get the virtual XP mode
    working (hopefully).

    Don Harvey

  9. #9

    Default Re: Move SetupBuilder to new computer.

    > Replacing my old Vista32 with new Win7 Pro 64 and need to move SetupBuilder
    > to the new machine. What is the best way/where to download etc.

    Don,

    Here's one tip! If you are using - signtool.exe - Use a code sign
    certificate in a PFX format - with SetupBuilder - be sure and follow the
    advice in the help topic - Signtool.exe in the CHM version of this blog.

    Some "forget" that capicom.dll - must be installed and registered on the
    new computer - all the important signtool.exe and associated files and
    download locations are discussed in the help topic.

    Product Description - App Data UAC Safe, MFG - Encourager Software
    Internet Link - http://profileexchanges.com/blog/?p=120

    David

    --
    From David Troxell - Product Scope 7.9 - Encourager Software
    Product Description - App Data UAC Safe, MFG - Encourager Software
    Internet Link - http://profileexchanges.com/blog/?p=120

  10. #10

    Default Re: Move SetupBuilder to new computer.

    Testing this XPMode - think I got it - life is good

    Don Harvey

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
  •