Results 1 to 13 of 13

Thread: [2008] Application Deployment Question 1

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2009
    Posts
    429

    [2008] Application Deployment Question 1

    hi,

    I just created a simple application. I Builded that using build->build myapp.

    I got .exe of that application. i runned. all went fine. but when i closed that app, even after closing it is in memory. it is still running. can u please tell me how to deploy it properly?
    Last edited by yogesh12; Mar 7th, 2009 at 10:21 AM.

  2. #2
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: [2008] Application Deployment Question 1

    Hey,

    What version of Visual Studio do you have?

    You may be able to create a Setup Project for deploying your application.

    Gary

  3. #3
    PowerPoster 2.0 Negative0's Avatar
    Join Date
    Jun 2000
    Location
    Southeastern MI
    Posts
    4,367

    Re: [2008] Application Deployment Question 1

    With regards to it still running:

    Are you using an COM objects? Are you disposing of all objects that need to be disposed? Are you using any threads or backgroundworkers that could still be running?

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2009
    Posts
    429

    Re: [2008] Application Deployment Question 1

    Quote Originally Posted by Negative0
    With regards to it still running:

    Are you using an COM objects? Are you disposing of all objects that need to be disposed? Are you using any threads or backgroundworkers that could still be running?
    i am not using any com. i am using threads. I din close anything. I think destructor will automatically close eveything. am i

    Hey,

    What version of Visual Studio do you have?

    You may be able to create a Setup Project for deploying your application.

    Gary
    I am using VS 2008. Yeah i created setup project. now i want to customise look of dialog boxes. I want to skin all. can u tell how to do it?

  5. #5
    PowerPoster 2.0 Negative0's Avatar
    Join Date
    Jun 2000
    Location
    Southeastern MI
    Posts
    4,367

    Re: [2008] Application Deployment Question 1

    Odds are one of your threads is not being closed out and that is why the program is still running even though you close the app.

    As for skinning the setup app, I don't think there is a way to do that with the Setup project.

    You would probably have to look at a different installer like Inno, AdvancedInstaller, or NullSoft Scriptable Installer.

  6. #6
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: [2008] Application Deployment Question 1

    Out of the box, I am not familiar with any way of skinning the setup project forms. I know you can do this with InnoSetup:

    http://isskin.codejock.com/

    Would be interesting to know if this is possible with Visual Studio Setup projects as well

    Gary

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

    Re: [2008] Application Deployment Question 1

    Moved To Application Deployment

  8. #8

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2009
    Posts
    429

    Re: [2008] Application Deployment Question 1

    how to skin normal vb.net application?

  9. #9
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: [2008] Application Deployment Question 1

    Hey,

    As I said, I don't think you can "skin" a setup project, the best I think you can do is to customize the interface. Have a look here:

    http://msdn.microsoft.com/en-us/library/ecaca8zb.aspx

    Gary

  10. #10

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2009
    Posts
    429

    Re: [2008] Application Deployment Question 1

    how can i skin a normal vb.net application?

  11. #11
    PowerPoster 2.0 Negative0's Avatar
    Join Date
    Jun 2000
    Location
    Southeastern MI
    Posts
    4,367

    Re: [2008] Application Deployment Question 1

    Skinning is just applying a theme to your app, so it would be changing the colors of things and possibly replacing images inside your app. There is no built in mechanism for skinning, so you would have to build it. There are plenty of skinning apps available on the net. You just have to decide how far you want to take it.

  12. #12

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2009
    Posts
    429

    Re: [2008] Application Deployment Question 1

    Quote Originally Posted by Negative0
    Skinning is just applying a theme to your app, so it would be changing the colors of things and possibly replacing images inside your app. There is no built in mechanism for skinning, so you would have to build it. There are plenty of skinning apps available on the net. You just have to decide how far you want to take it.
    Ya there are plenty of skinning tutorials. But i dont know how to use them i am just a beginner..

  13. #13
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: [2008] Application Deployment Question 1

    Can you post a link to one of these tutorials? I will have a look over it and see if I can suggest anything.

    Gary

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