SetupDLL
From: N D (t_at_e.s.t)
Date: 04/05/04
- Next message: Robert A. Plourde Jr.: "Re: switching the NIC On/Off in software"
- Previous message: steve: "events using vb.net cf"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 5 Apr 2004 16:59:34 -0400
Hi I am trying to use a setupDLL in my installation with Installshield. My
setupDLL has the four functions to be exported in a form similar to this :
------------------------------
/* taken from the installshield example code */
codeUNINSTALL_INIT Uninstall_Init(HWND hwndParent,
LPCTSTR pszInstallDir)
{
MessageBox(hwndParent, "Pre-uninstall", "Pre-UnInstall", MB_OK);
return codeUNINSTALL_INIT_CONTINUE;
}
-------------------------------
I am giving this DLL as a setup DLL in the Windows CE object creation of
Installshield DevStudio9. I am trying to install on a SH3 PocketPC.
The installation works fine and all the files get installed, however I do
not see any message boxes during the installation or removal.
Any idea what I might be missing in order to see these messageboxes? I tried
specifying this DLL as self registering and without it also.
Any input will be appreciated. Thanks for your time.
- Next message: Robert A. Plourde Jr.: "Re: switching the NIC On/Off in software"
- Previous message: steve: "events using vb.net cf"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|