Visual Studio Developer Center > Visual Studio Forums > Visual Studio Guidance Automation Toolkit > How to check myproject.msi/setup.exe build number via sub?
Ask a questionAsk a question
 

Proposed AnswerHow to check myproject.msi/setup.exe build number via sub?

  • Friday, October 23, 2009 6:40 PMebolisa Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Hi, I finished my first Project (VS08 windows app), tried it out on a different box and works fine. Now, I’d like to take it to a step further. I generated the setup.msi file and stored it on my intranet server (\\myserver\programs). In the assemblyinfo file I set

     

    <Assembly: AssemblyVersion("1.0.*")>

    <Assembly: AssemblyFileVersion("1.0.*")>

    for version automate. Said that, how do I programmily check the .msi .exe version on the server when starting up the project?

    TIA

    Bob

     

All Replies