• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

MS VC++ InstallationShield

larva

Member
Hi Guys,

I was trying to use MS VC++ InstallationShield to make setup files for my program, which is developed under Win2000 Pro. I have gone thru. the creation of setup files, where the InstallationShield asked me which platform I want to run my program on and I have checked Win98, and WinNT. I tried to install my program on other Win2000 Pro but it doesn't work at all. My program need to use some DLL files and .MDB files too but these file didn't even copy to other Win2000 station too. Is there any source I can refer to or you can guide me ? Thanks !

regards,
Larva
 
Did you identify these files to the Install Shield package.

It only will build what you select, not what you need.
 
www.installshield.com
www.installsite.org
news.installshield.com
book: Bulletproof Installs

FYI the InstallShield version that ships with VC++ is InstallShield 5.5 with a few features disabled (like calling into a dll).

InstallShield is now up to version 7, which is now based on using Windows Installer from MS (which personally I find awkward to use, but MS Knows Best.)
 
Originally posted by: DaveSimmons
www.installshield.com
www.installsite.org
news.installshield.com
book: Bulletproof Installs

FYI the InstallShield version that ships with VC++ is InstallShield 5.5 with a few features disabled (like calling into a dll).

InstallShield is now up to version 7, which is now based on using Windows Installer from MS (which personally I find awkward to use, but MS Knows Best.)

Dave you forgot your tongue in your last phrase.
but MS Knows Best 😛
 
Back
Top