Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

On WinNT,  Launching ReadMe file causes error


2 replies to this topic

suvidha

suvidha
  • Members
  • 72 posts

Posted 09 June 2001 - 00:37

i have created a Custom Action which is called from Finish button of  last dialog box (SetupComplete Success) in setup.exe. The parameters for this button are:

DoAction read_file LAUNCHREADME and Not Installed

and,
read_file:
Source New_Binary1
Target [INSTALLDIR}README.TXT

and it works fine on Winodws2000.
But on WinNT when i click the Finish button (with 'show me readme file option as checked) then it shows an error msg "
The procedure entry point PrintDlgExW could not be located in dynamic link library comdlg32.dll"

i am new at installshield..and running short on time (for delivery of this project).

Please help..

Thanks
Neha

My set up works fine on Windows 2000


suvidha

suvidha
  • Members
  • 72 posts

Posted 09 June 2001 - 17:04

I found the solution!

you should compile the project on WinNt to get rid of that problem.

A project compiled on Win2000 and run on WinNt shows that problem!


Suresh

Suresh
  • Members
  • 1 posts

Posted 07 December 2001 - 16:47

I am new to WI

I am trying to launch the readme.txt using notepad at the end of the installation setup. Could you give me some details on how to go about that.

What is New_Binary1 in ur previous posting.

Thanks