Results 1 to 3 of 3

Thread: Another Deployement related question

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2005
    Posts
    45

    Another Deployement related question

    i used Nullsoft installer to make the setup of my project from VB, it worked fine. then i used VB Application deployement wizard, and to my astonish it add some ".dll" and ".ocx" files to "setup.exe" as well, which NullSoft installer doesn't.

    I want to ask how can my NullSoft installer can automatically check for the dependencies for ".dll" and ".ocx" files. I don't know how to write the script for installer tools.

    please help me out!

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Another Deployement related question

    Did the NS version install correctly? Maybe they weren't needed?
    I'd use Inno Script to find the dependcies, and Inno Setup to create the setup.

    www.*********** for links to both.

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Another Deployement related question

    Quote Originally Posted by hYph3n
    i used Nullsoft installer to make the setup of my project from VB, it worked fine. then i used VB Application deployement wizard, and to my astonish it add some ".dll" and ".ocx" files to "setup.exe" as well, which NullSoft installer doesn't.

    I want to ask how can my NullSoft installer can automatically check for the dependencies for ".dll" and ".ocx" files. I don't know how to write the script for installer tools.

    please help me out!
    Most installers will read in your .vbp file, and from that, determine what dependency's are required to install your project properly.

Posting Permissions

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



Click Here to Expand Forum to Full Width