Reg:Get Source Path
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
Hi Friends, I have an one .Net windows application setup project which consist for following files. 1.Setup.exe 2.Setup.msi 3.sample.txt My question is, how to get sample.txt file when installing the setup file?. Because i will be refer from some criteria in sample.txt file. Urgent Thanks in advance Rameshkumar Thirumalaisamy
-
Hi Friends, I have an one .Net windows application setup project which consist for following files. 1.Setup.exe 2.Setup.msi 3.sample.txt My question is, how to get sample.txt file when installing the setup file?. Because i will be refer from some criteria in sample.txt file. Urgent Thanks in advance Rameshkumar Thirumalaisamy
Windows.Forms.Application.StartupPath & "\" & "sample.txt"
Shay Noy