1 Attachment(s)
Any body have a setup program like that??
Hi Gays :wave:
note : plz don't tell me to use the Inno Setup or any other program!
Does any body have a setup program that made a setup file like that,see the pic...This setup program just when you click yes it will install the files where you specifique before....and of course register the ocx and all :)
But I don't want to use it to make a setup file for my EXE and OCX...
I just want to use it for my OCX..
you see in my EXE i'll made a form before the original form...and see (with a simple if the file existe code) if the ocx or others existe in the personne's pc, if yes then unload me and the original form.show...if not then run this setup file and let the personne install the files and then unload me when the files became existed..
I can just make a normal setup program with the exe in it..But i don't want to do that with this small program..and for ather raisons too :D
Conclusion: All what is important is that doesn't always tell me Next>Next>Next>...I just want with one click to install them..And of course register the ocx or dll files...
Re: Any body have a setup program like that??
Problem(s) with "one click" installers is that user has no clue where is it going or some other important stuff ... Personally, I wouldn't use such program ...
Re: Any body have a setup program like that??
Quote:
Originally Posted by RhinoBull
Problem(s) with "one click" installers is that user has no clue where is it going or some other important stuff ... Personally, I wouldn't use such program ...
Do you think that the user run my EXE and he'll not run the setup..
Plz man if you know where can i get it plz tell me..Or any body else of course :)
Re: Any body have a setup program like that??
The P&D Wizard is VB code and so you can modify that code to do whatever you want.