• 0

.NET Deployment


Question

2 answers to this question

Recommended Posts

  • 0

If you are using a VS.NET deplyment project just open the registry editor for that project and then under 'Registry on Target Machine' create the keys needed to get to Run and then add a string value. You can name it anything you want. Assuming that you haven't changed the File System locations set the value to:

[ProgramFilesFolder]\[Manufacturer]\[ProductName]\yourapp.exe

Where 'yourapp.exe' is the name of the executable from Primary Output.

MSI interprets the variables in [] at runtime and sets them to their correct values.

Link to comment
https://www.neowin.net/forum/topic/307028-net-deployment/#findComment-585753517
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.