CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Dec 2008
    Location
    Step Into(F11)
    Posts
    465

    Question Setup Initialialization Error

    Can anybody tell me ?.Why i am getting error?.Setup Initialization Error.when i tried to click.
    on acmSetup.exe.Kindly let me know the idea.Any help would be highly appreciated.Kindly find the attachment also.
    Attached Images Attached Images

  2. #2
    Join Date
    Apr 2009
    Posts
    394

    Re: Setup Initialialization Error

    Do you see the file acmsetup.exe? because that is your error...

  3. #3
    Join Date
    Jul 2010
    Location
    Watch Window
    Posts
    87

    Smile Re: Setup Initialialization Error

    Hi
    Firoz.raj
    Can anybody tell me ?.Why i am getting error?.Setup Initialization Error.when i tried to click.
    on acmSetup.exe.Kindly let me know the idea.Any help would be highly appreciated.Kindly find the attachment also.
    just copy from the cd drive the whole setup file.and just try to run it.i have also got the same error.when try to copy from the cd drive into harddisk.

  4. #4
    Join Date
    Apr 2009
    Posts
    394

    Re: Setup Initialialization Error

    Okay, when you click on acmboot.exe, it looks for acmsetup.exe and more than likely passes it a command line arguement that tells the acmsetup.exe where to find the files it extracted or where to find the acmboot.lst file. But with you double clicking on acmsetup.exe your not passing the arguement it is expecting so you get an error...

    Now, go back and double click on acmboot.exe...



    Good Luck

  5. #5
    Join Date
    Jul 2010
    Location
    Watch Window
    Posts
    87

    Question Re: Setup Initialialization Error

    Firoz.raj why are you not responding to it ????

  6. #6
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Setup Initialialization Error

    BANNED might have something to do with it.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured