Thread: Build installation package help?

  1. #1
    Registered User
    Join Date
    Aug 2015
    Posts
    10

    Build installation package help?

    I have recently started learning C++. It is going very well, and I am enjoying it. As I am learning, I would like to start experimenting with C++ hopefully doing useful stuff that it does well. I have a database (FileMaker) that has some dependencies. What I mean is every time I set it up on a computer I have to create directories with dependent files. I have to install some packages like ImageMagick, GhostScript, and mtn (these are installs via exe files). I imagine that all of these dependent things can be in one package. The package I would build would make an install to save time and automate the tasks. Can anyone suggest info or guides to accomplish a task like this in C++. I can work with it from the command line or Visual Basic, or even on my Mac in Xcode. Thanks

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    To be honest, it would be easier with an installer like Nullsoft Scriptable Install System - Wikipedia

    MoveFile File Management Functions (Windows)
    CreateDirectory Directory Management Functions (Windows)
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    Aug 2015
    Posts
    10
    Quote Originally Posted by Salem View Post
    it would be easier
    Thanks this is nice learn about. I like apps like this cool. I am more interested in trying things in C++ than getting things done easy. I will try to learn more about the classes you linked to. They are helpful. Thanks

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 0
    Last Post: 01-19-2017, 11:05 PM
  2. no network after manual cancellation of package installation
    By Annonymous in forum Linux Programming
    Replies: 16
    Last Post: 06-03-2012, 07:47 PM
  3. How to Package a Class
    By Kanshu in forum C++ Programming
    Replies: 12
    Last Post: 05-11-2009, 05:26 AM
  4. RSA: Do I need to use a big int package for this?
    By MrSteve in forum C Programming
    Replies: 3
    Last Post: 04-27-2008, 06:05 AM
  5. 'portable' package
    By janklojo in forum C++ Programming
    Replies: 2
    Last Post: 12-22-2006, 01:58 PM

Tags for this Thread