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

Can I call dialog from script??


3 replies to this topic

Tomeksa2

Tomeksa2
  • Members
  • 2 posts

Posted 30 May 2001 - 11:42

I can make a new dialog in IDE.
Can I call this window from script,for examply can I show dialog "Customer Information" from Script.

Leigh Ravenhall

Leigh Ravenhall
  • Members
  • 269 posts

Posted 31 May 2001 - 07:49

Try MsiDoAction.

It takes two parameters.  The first is a handle to the installer.  The second is the name of the action, or in this case, the dialog.


Tomeksa2

Tomeksa2
  • Members
  • 2 posts

Posted 01 June 2001 - 10:55

I write in script, but it doesn't work.

function AskSerial(hMSI)  
 
   NUMBER res;
begin                                
res = MsiDoAction(hMSI,  "CustomerInformation");  
end;    

Why  doesn't it work??
Can it really work?? Where I make mistake?



kc

kc
  • Members
  • 8 posts

Posted 10 October 2001 - 09:43

I am having the exact problem too. Can someone pls help us. thanks

KC