Results 1 to 8 of 8

Thread: Auto installer

  1. #1
    Join Date
    Mar 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Auto installer

    Hi guys.
    I have searched a lot for some script which will make possibility to auto install software.
    A good example is when you try to download msn messenger and there starts autoinstaller online.

    Can somebody please tellme how can i make something like this?
    Or where can i find this script?

    Sorry for my bad english and thanks for any answer.

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    There's an interface, or generator, or something, called InstallShield, which does what you ask.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Mar 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi Twey!
    Thanks for your reply, but i can't still find what i am luking for.
    I found som install maker software but not some thing that will work online.
    Thanks again.

  4. #4
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    What do you mean by "work online?" Download the required files from a remote server?
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  5. #5
    Join Date
    Mar 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi Twey !
    I am looking to have an online installer like msn messenger.
    ex. if user clikc at the link, it will not bee prompted to save the file in hes harddrive but the download will start automaticaly and he will see one progress bar.
    Also an good example is if you try to download flash player.
    There will start an progress bar which will show you downloading progress and after downloading automatically opens the installer.

    Thanks very much for your time.
    Again Sorry for my bad English

  6. #6
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    The reason it can run without the "Save As" box is that a) it uses ActiveX and b) it's signed by Microsoft, a signature all Windows platforms trust implicitly. It would be difficult/impossible for you to achieve the same, I should think.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  7. #7
    Join Date
    Mar 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi twey
    I found one more site who use that i am luking for. I used part of their script and i will put here, maby if you see this you can helpme.

    <applet height="40" archive="https://secure.logmein.com/MsiDownloader.jar" width="400" code="MsiDownloader.class" name="MsiDownloader">
    <param NAME="cabbase" VALUE="MsiDownloader.cab">
    <param NAME="clrpbarfill" VALUE="000099">
    <param NAME="clrpbarbackground" VALUE="CCCCCC">
    <param NAME="urlfailure" VALUE="/go.asp?page=addacomputer3b">
    <param NAME="sessionid" VALUE="134972537">
    <param NAME="deployid" VALUE="6nyiixac3io3hrpiqlas">
    <param NAME="urltrace" VALUE="trace.asp">
    <param NAME="installer" VALUE="file.msi">
    <param NAME="clrbackground" VALUE="f2f2f2">
    <param NAME="description" VALUE>
    <param NAME="urlsuccess" VALUE="/go.asp?page=addacomputer4">
    <param NAME="msgdownload" VALUE="Downloading the LogMeIn software...">
    <!-- this is a message in case both Java and JavaScript are disabled -->

  8. #8
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    What you are talking about is pro stuff. If you PAY, you can do it, but it's sold... like what Twey said... the "microsoft signature" is something a company can pay for (or is given if microsoft likes them).

    I'd suggest JUST letting them download a file, then run to install.

    If you force an install (or come close) it will worry people as a virus. Flash is trustworthy, but people don't know if you are. They would worry about something installing itself. Security also tries to stop this for the same reason.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •