Click here to Skip to main content
15,887,214 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralMake setup file Pin
Member 1362262729-Jan-18 10:13
Member 1362262729-Jan-18 10:13 
GeneralRe: Make setup file Pin
Eddy Vluggen30-Jan-18 0:52
professionalEddy Vluggen30-Jan-18 0:52 
GeneralRe: Make setup file Pin
Member 1362262730-Jan-18 11:56
Member 1362262730-Jan-18 11:56 
GeneralRe: Make setup file Pin
Eddy Vluggen31-Jan-18 1:26
professionalEddy Vluggen31-Jan-18 1:26 
GeneralRe: Make setup file Pin
Member 1362262731-Jan-18 1:37
Member 1362262731-Jan-18 1:37 
GeneralRe: Make setup file Pin
Eddy Vluggen31-Jan-18 1:48
professionalEddy Vluggen31-Jan-18 1:48 
GeneralRe: Make setup file Pin
Member 1362262731-Jan-18 2:05
Member 1362262731-Jan-18 2:05 
GeneralRe: Make setup file Pin
Eddy Vluggen31-Jan-18 2:37
professionalEddy Vluggen31-Jan-18 2:37 
You would normally add those to the InstallShield project and copy them to the same location as the executable. Problem is that you cannot assume that the path is the same as it is on your computer, so you can't hardcode those paths in code. The question was whether you did hardcode those paths Smile | :)

An alternative way would be to include those files as a resource in your executable, and to read the resources when needed. Adding them to the installer should be simpeler though.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: Make setup file Pin
Member 136226274-Feb-18 20:59
Member 136226274-Feb-18 20:59 
GeneralRe: Make setup file Pin
Eddy Vluggen5-Feb-18 1:17
professionalEddy Vluggen5-Feb-18 1:17 
GeneralRe: Make setup file Pin
Member 136226275-Feb-18 2:14
Member 136226275-Feb-18 2:14 
GeneralRe: Make setup file Pin
Eddy Vluggen5-Feb-18 2:26
professionalEddy Vluggen5-Feb-18 2:26 
GeneralRe: Make setup file Pin
Member 136226275-Feb-18 2:48
Member 136226275-Feb-18 2:48 
GeneralRe: Make setup file Pin
Eddy Vluggen5-Feb-18 2:52
professionalEddy Vluggen5-Feb-18 2:52 
GeneralRe: Make setup file Pin
Member 136226275-Feb-18 3:30
Member 136226275-Feb-18 3:30 
GeneralRe: Make setup file Pin
Eddy Vluggen5-Feb-18 5:08
professionalEddy Vluggen5-Feb-18 5:08 
QuestionStrange behaviour with Entirty Framework Query Pin
desanti29-Jan-18 9:35
desanti29-Jan-18 9:35 
AnswerRe: Strange behaviour with Entirty Framework Query Pin
Richard Deeming29-Jan-18 10:30
mveRichard Deeming29-Jan-18 10:30 
GeneralRe: Strange behaviour with Entirty Framework Query Pin
desanti29-Jan-18 13:41
desanti29-Jan-18 13:41 
GeneralRe: Strange behaviour with Entirty Framework Query Pin
Richard Deeming30-Jan-18 0:32
mveRichard Deeming30-Jan-18 0:32 
QuestionHow can I group multiple datatable columns, with sum/count colyms Pin
Member 1361559729-Jan-18 7:55
Member 1361559729-Jan-18 7:55 
AnswerRe: How can I group multiple datatable columns, with sum/count colyms Pin
Eddy Vluggen29-Jan-18 12:06
professionalEddy Vluggen29-Jan-18 12:06 
GeneralRe: How can I group multiple datatable columns, with sum/count colyms Pin
Member 1361559730-Jan-18 23:28
Member 1361559730-Jan-18 23:28 
GeneralRe: How can I group multiple datatable columns, with sum/count colyms Pin
Eddy Vluggen31-Jan-18 1:28
professionalEddy Vluggen31-Jan-18 1:28 
QuestionCSV to Datagridview Pin
mishphar26-Jan-18 8:28
mishphar26-Jan-18 8:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.