Results 1 to 14 of 14

Thread: Size of Deployment Project!! URGENT

  1. #1

    Thread Starter
    Addicted Member haihems's Avatar
    Join Date
    Oct 2004
    Posts
    150

    Size of Deployment Project!! URGENT

    Hi

    My Actual project size is 45 MB, after deploying it the deployment project size is 65 Mb..once i try to install it in the target machine it requires the disk space 180 Mb..why it is happening? so my small 45 Mb project is taking 180 Mb in the target machine..is it normal to all????or i have to do something to reduce the size????? let me know...URGENT

    Thanks & Regards
    Hems
    Think Before Ink

    Visual Studio .NET 2002/.NET Framework 1.0

  2. #2
    Frenzied Member Ideas Man's Avatar
    Join Date
    Aug 2002
    Location
    Australia
    Posts
    1,718

    Re: Size of Deployment Project!! URGENT

    Remember, the .NET framework is ~20 MB, so there's the extra 20 MB in your setup file. As for the extra 115MB I'm unsure. The .NET framework doesn't inflate that much I don't think, so I'm unsure about that one
    I use Microsoft Visual Basic 2005. (Therefore, most code samples I provide will be based around the .NET Framework v2.0, unless otherwise specified)

  3. #3
    Fanatic Member uniquegodwin's Avatar
    Join Date
    Jul 2005
    Location
    Chennai,India
    Posts
    694

    Re: Size of Deployment Project!! URGENT

    No,the .net framework doesnt get installed with the setup you make in vs.net as far as I know...
    It might not be the .net framework...You might have a lot of dependencies for your application...When you add an executable to the setup project,It will show you the dependencies too..this maybe caused due to the dependencies.
    And,a setup always compresses and contains your files,so,it certainly will be a little more after installation
    Godwin

    Help someone else with what someone helped you!

  4. #4

    Thread Starter
    Addicted Member haihems's Avatar
    Join Date
    Oct 2004
    Posts
    150

    Re: Size of Deployment Project!! URGENT

    but i feel 180Mb is too much...my senior person ask me to reduce the size..i dont know how..

    one more thing, i 'm using Crsystal reports XI..so while deploying the "Crystal11_NET_EmbeddedReporting.msm" also get included (which is 58Mb)..so ur suggestions to reduce the size of my product, will be quite helpful for me...thanks
    Think Before Ink

    Visual Studio .NET 2002/.NET Framework 1.0

  5. #5

    Thread Starter
    Addicted Member haihems's Avatar
    Join Date
    Oct 2004
    Posts
    150

    Re: Size of Deployment Project!! URGENT

    when do i need to include MDAC 2.6? My data storage is Excel..
    Think Before Ink

    Visual Studio .NET 2002/.NET Framework 1.0

  6. #6
    Frenzied Member Asgorath's Avatar
    Join Date
    Sep 2004
    Location
    Saturn
    Posts
    2,036

    Re: Size of Deployment Project!! URGENT

    In you use excel then it is also included in the setup files...
    "The dark side clouds everything. Impossible to see the future is."

  7. #7

    Thread Starter
    Addicted Member haihems's Avatar
    Join Date
    Oct 2004
    Posts
    150

    Re: Size of Deployment Project!! URGENT

    can't understand what u r saying Asgorath?

    Actually I'm asking, do i need to include MDAC, if my data storage is Excel?
    I'm using DAO to connect Crystal reports-Excel. In vb i'm using the Automation to connect to Excel..
    Think Before Ink

    Visual Studio .NET 2002/.NET Framework 1.0

  8. #8
    Frenzied Member Asgorath's Avatar
    Join Date
    Sep 2004
    Location
    Saturn
    Posts
    2,036

    Re: Size of Deployment Project!! URGENT

    its always a good idea to include mdac 2.8 some client might have it installed.

    Regards
    Jorge
    "The dark side clouds everything. Impossible to see the future is."

  9. #9

    Thread Starter
    Addicted Member haihems's Avatar
    Join Date
    Oct 2004
    Posts
    150

    Re: Size of Deployment Project!! URGENT

    Without including the MDAC my project is working in one of my clients machine...but i bit worried it may cause any problem in some other machines..what is the actual need to include the MDAC? when do i need to include it into my deployment project like dotnetfx.exe???? I saw these 2 (MDAC & dotnetfx.exe) launch conditions in deployment walkthrough. I don't know is it necessary to include the MDAC launch condition into my project???help pls..
    Think Before Ink

    Visual Studio .NET 2002/.NET Framework 1.0

  10. #10
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Size of Deployment Project!! URGENT

    I assume that your using the REference for Excel. Thus, requiring the PIAs depending on your version. You have a 57 Mb deficit after subtracting for CR Merge Modules. Part of this could be from the PIAs and MDAC.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  11. #11

    Thread Starter
    Addicted Member haihems's Avatar
    Join Date
    Oct 2004
    Posts
    150

    Re: Size of Deployment Project!! URGENT

    so u mean there is no need to include the MDAC externally like dotnetfx.exe ?!?!?!?!!!!
    Think Before Ink

    Visual Studio .NET 2002/.NET Framework 1.0

  12. #12
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Size of Deployment Project!! URGENT

    I think you may only need it if your using ADO. DAO contains a separate reference.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  13. #13

    Thread Starter
    Addicted Member haihems's Avatar
    Join Date
    Oct 2004
    Posts
    150

    Re: Size of Deployment Project!! URGENT

    Thanks!! ya i'm not using ADO. In vb i'm using automation technique and in Crystal reports i'm using DAO...
    So there is no need to include MDAC, i beleive...
    Think Before Ink

    Visual Studio .NET 2002/.NET Framework 1.0

  14. #14
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Size of Deployment Project!! URGENT

    Automation technique? You mean Excel?
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

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