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

How to install an application always


3 replies to this topic

rahuld

rahuld
  • Members
  • 15 posts

Posted 20 April 2005 - 11:51

Hi,

I am using Installshield X 10.0 version. I have created setup which I am able to run it. But next time when I run the setup again it ask the user options like Repair/Modify/Remove.

I just dont want to show this dailog box and dont want to show these options as well to user. Every time user run the setup it should overwite the existing files.


How can I do this.

Please help.

Thanks,
Rahul


Silverlay

Silverlay
  • Members
  • 68 posts

Posted 20 April 2005 - 13:06

Then just call something like ...

CODE
nResult = SdStartCopy( szTitle, szMsg, listStartCopy );


On
CODE
OnResumeUIBefore()
event.
Bonum initium est dimidium facti

rahuld

rahuld
  • Members
  • 15 posts

Posted 26 April 2005 - 09:06

Thanks for your suggestion....

I got the solution for this.

Regards,
Rahul

Silverlay

Silverlay
  • Members
  • 68 posts

Posted 26 April 2005 - 09:08

QUOTE (rahuld @ 2005-04-26 09:06)
I got the solution for this.

Maybe you will share with us? biggrin.gif
In case if somebody got the same.
Bonum initium est dimidium facti