|
-
Apr 3rd, 2007, 02:54 PM
#1
Thread Starter
Fanatic Member
[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.
-
Apr 3rd, 2007, 06:58 PM
#2
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.
-
Apr 3rd, 2007, 07:03 PM
#3
Thread Starter
Fanatic Member
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.
-
Apr 3rd, 2007, 07:09 PM
#4
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?
-
Apr 3rd, 2007, 07:16 PM
#5
Thread Starter
Fanatic Member
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.
-
Apr 3rd, 2007, 07:17 PM
#6
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.
-
Apr 4th, 2007, 12:05 PM
#7
New Member
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.
-
Apr 4th, 2007, 12:13 PM
#8
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...
-
Apr 4th, 2007, 01:08 PM
#9
New Member
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.
-
Apr 4th, 2007, 01:12 PM
#10
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...
-
Apr 4th, 2007, 01:23 PM
#11
New Member
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?
-
Apr 4th, 2007, 01:25 PM
#12
Re: Project output as .exe instead of .msi with Visual Studio 2005 setup and deployment?
-
Apr 5th, 2007, 01:42 PM
#13
New Member
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
-
Apr 5th, 2007, 01:48 PM
#14
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.
-
Apr 5th, 2007, 02:36 PM
#15
New Member
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?
-
Apr 5th, 2007, 02:39 PM
#16
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.
-
Apr 5th, 2007, 03:01 PM
#17
New Member
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.
-
Apr 5th, 2007, 03:03 PM
#18
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...).
-
Apr 5th, 2007, 03:15 PM
#19
Re: Project output as .exe instead of .msi with Visual Studio 2005 setup and deployment?
Show your script for a better understanding...
-
Apr 6th, 2007, 07:38 AM
#20
New Member
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?
-
Apr 6th, 2007, 09:10 PM
#21
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|