a problem on Installshield for VC++
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
when i create a project following the wizard, I may find the final installation files include all the files i put into the file group of this project such as my exe file, my icon file and so on. Someone told me I can create a single setup.exe file by using the tool PackageForTheWeb of installshield, but I still want to know how can i create a project only include some installshield stardard files (i.e. data1.cab, licence.txt, setup.exe and so on) just like some other softwares. I think all my own program files should be in the data1.cab, shouldn't it? Thank you.