After published my c# application , I find more one file (.sln & .suo & .vdproj & .msi & .exe) .
When I want to send the program to anyone (her computer isn't contain .NET).
for instillation ,
which are files send it for instill success ?
thanks
After publish my application
Page 1 of 15 Replies - 110 Views - Last Post: 31 January 2013 - 02:04 AM
Replies To: After publish my application
#2
Re: After publish my application
Posted 30 January 2013 - 06:08 PM
You send what is in the 'bin' folder. So typically the .exe and any dlls you have compiled.
#3
Re: After publish my application
Posted 30 January 2013 - 06:16 PM
thnx modi
in debug folder .msi and .exe
send it only ?
in debug folder .msi and .exe
send it only ?
#4
Re: After publish my application
Posted 30 January 2013 - 06:38 PM
You should build it as 'release' and use that folder's content instead.
#5
Re: After publish my application
Posted 30 January 2013 - 07:40 PM
Not quite... If you are packaging everything into an .msi, then the .msi is the only thing you need to send. If you aren't building a .msi, then the files found in the Release folder is typically what you want to send over.
All of that is useless though if your end user doesn't have .NET already installed. I believe that if you build a .msi, the default MSI packager also create a setup.exe bootstrapper. If I recall correctly, that bootstrapper can detect that .NET is not installed, and it will tell the person where they can install it from. So that then means you need to give them the setup.exe and the .msi.
All of that is useless though if your end user doesn't have .NET already installed. I believe that if you build a .msi, the default MSI packager also create a setup.exe bootstrapper. If I recall correctly, that bootstrapper can detect that .NET is not installed, and it will tell the person where they can install it from. So that then means you need to give them the setup.exe and the .msi.
#6
Re: After publish my application
Posted 31 January 2013 - 02:04 AM
Skydiver .. thank u so much ..
success
success
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote






|