whythetorment
Jan 18th, 2006, 02:47 AM
hi ive made my .exe file, and made my installation file using innosetup and included the following files. in C:\FaBMan\*" ive got all my forms and reports ive made.
ive tried only including the .exe file in my setup but then the (database) program doesnt work. what's actually the right way to make the .exe file and setup file coz when i install the program on other computers it shows the forms ive created and the reports, and if that computer has vb on it, then anyone can just go and look at my source code? im not sure how to do this
Source: "C:\FaBMan\FaBMan.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\FaBMan\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
thanx for any help
ive tried only including the .exe file in my setup but then the (database) program doesnt work. what's actually the right way to make the .exe file and setup file coz when i install the program on other computers it shows the forms ive created and the reports, and if that computer has vb on it, then anyone can just go and look at my source code? im not sure how to do this
Source: "C:\FaBMan\FaBMan.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\FaBMan\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
thanx for any help