Results 1 to 21 of 21

Thread: [RESOLVED] Project output as .exe instead of .msi with Visual Studio 2005 setup and deployment?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    May 2005
    Posts
    608

    Resolved [RESOLVED] Project output as .exe instead of .msi with Visual Studio 2005 setup and deployment?

    Hello,

    Basically I want the setup.exe and the project.msi built into a single .exe file using Visual Studio 2005 Setup and Deployment.

    What are the steps to follow? I can only get the output as .MSI.

    Thanks,
    HoraShadow
    I do like the reward system. If you find that my post was useful, rate it.

  2. #2
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Project output as .exe instead of .msi with Visual Studio 2005 setup and deployment?

    Thats all you will get. The MSI file is associated with the Windows Installer and it will run the file.

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    May 2005
    Posts
    608

    Re: Project output as .exe instead of .msi with Visual Studio 2005 setup and deployme

    So how can I do an .exe file? I have to use another program? Like InstallShield?

    Thanks,
    HoraShadow
    I do like the reward system. If you find that my post was useful, rate it.

  4. #4
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Project output as .exe instead of .msi with Visual Studio 2005 setup and deployment?

    Yes, you would need to use another installer. Is there a problem using the MSI file?

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    May 2005
    Posts
    608

    Re: Project output as .exe instead of .msi with Visual Studio 2005 setup and deployment?

    Not for me, but a customer specifically requested the setup as an .exe file.

    Thanks for your reply, I'm going to look into InstallShield.
    HoraShadow
    I do like the reward system. If you find that my post was useful, rate it.

  6. #6
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Project output as .exe instead of .msi with Visual Studio 2005 setup and deployme

    You can always wrap it inside another installer... You can do that with Inno Setup with about two lines of script.

  7. #7
    New Member
    Join Date
    Mar 2007
    Posts
    13

    Question Re: Project output as .exe instead of .msi with Visual Studio 2005 setup and deployment?

    I download Inno setup complie and ********** trail version. It looks not functional. I can't pick my VBP file to make the setip package. I am not sure I need take time to learn how to use it or the trail version is not full functional to use. I believe Installshield and WISE is too costy if we just need use one time.

  8. #8
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Project output as .exe instead of .msi with Visual Studio 2005 setup and deployme

    That's only because you did not take the time to read any of the instructions...

    The trial version is fully functional for two days...

    File->New Project

    To create a new project. Everything will be functional after that...

  9. #9
    New Member
    Join Date
    Mar 2007
    Posts
    13

    Re: Project output as .exe instead of .msi with Visual Studio 2005 setup and deployment?

    Oops, I download it over two days. It didn't give any message about expire in ? days. I am not sure if I need to download again.

  10. #10
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Project output as .exe instead of .msi with Visual Studio 2005 setup and deployme

    Two days after you install it... not download it. If it expired downloading again would not help...

  11. #11
    New Member
    Join Date
    Mar 2007
    Posts
    13

    Question Re: Project output as .exe instead of .msi with Visual Studio 2005 setup and deployment?

    Thanks so much !
    I will install both setup compile and strip.
    I should use Strip first or Setup compile?

  12. #12
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Project output as .exe instead of .msi with Visual Studio 2005 setup and deployment?

    Come Again?????

  13. #13
    New Member
    Join Date
    Mar 2007
    Posts
    13

    Re: Project output as .exe instead of .msi with Visual Studio 2005 setup and deployment?

    Hello, there,

    Thanks for the help.

    I created a new script file for my VB application. And run the setup in the another test XP PC. I got "Active componentcan't create object" when run my application. I have two questions:
    1. I added the whole application folder which included every design form afile and CR XI files. I just selected a VBP file to get a set up file when I use Microsoft Visual Installer or PDW. I am womdering I miss something here.
    2. I checked the help file about vb6sp6sys.zip. Do I need to download it and get files to add packages of VB^ system files?

    Thanks so much!

    Daphne

  14. #14
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Project output as .exe instead of .msi with Visual Studio 2005 setup and deployment?

    First of all you don't add forms, project files or anything else from your project folder except the exe. You have missed the whole concept of deployment. You got that error because you did not deploy a dll or ocx that was needed.

  15. #15
    New Member
    Join Date
    Mar 2007
    Posts
    13

    Re: Project output as .exe instead of .msi with Visual Studio 2005 setup and deployment?

    So, I should exe file and VB sytem file from vb6sp6sys.zip and add four line code to add VB6 systime in the script?

  16. #16
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Project output as .exe instead of .msi with Visual Studio 2005 setup and deployment?

    I have no clue about what you just mentioned... To what script. It would help if you would show what you are working with.

  17. #17
    New Member
    Join Date
    Mar 2007
    Posts
    13

    Question Re: Project output as .exe instead of .msi with Visual Studio 2005 setup and deployment?

    For Inno setup software, I select new form file menu. then using the setup wizard. I changed My Program to Patient Database. Then Add Patient. exe to ADD file or Folder screen.

  18. #18
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Project output as .exe instead of .msi with Visual Studio 2005 setup and deployme

    Don't use the Inno Setup Wizard... Use ********** (they are not the same, not even close...).

  19. #19
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Project output as .exe instead of .msi with Visual Studio 2005 setup and deployment?

    Show your script for a better understanding...

  20. #20
    New Member
    Join Date
    Mar 2007
    Posts
    13

    Re: Project output as .exe instead of .msi with Visual Studio 2005 setup and deployment?

    I read the ********** 6.0 Instructions. But I can't try it. It ask me the registration code and key code. Do I have to purchase to get it or I can use some free trail for a couple day?

  21. #21
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Project output as .exe instead of .msi with Visual Studio 2005 setup and deployment?

    I am curious... Why did you download a trial version, Install it and not use it for the trial period?

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