Visualizzazione dei risultati da 1 a 2 su 2
  1. #1

    [VB6]Errore sull'installazione

    Ciao.
    Ho creato il setup d'installazione per il mio progetto, con il wizard di VisualStudio.
    Il problema è che quando vado ad installare il programma mi dice che non trova il file "msftqws.pdw"!!!!!!!
    Avete qualche idea?
    Non riesco neanche a trovare il file sul mio pc(stessa cosa su altri pc). Forse è un file di VB che per qualche motivo non ho installato?

    HELP!

  2. #2

    Calendar!

    Il problema è derivante dal Calendar control MSCal.ocx.
    Di seguito la spiegazione e soluzione funzionante di ciò che ho trovato in rete.

    ______________________

    CAUSE
    This problem occurs when distributing the Microsoft
    Calendar control (MSCal.ocx). The "Register=" line in
    the dependency file (MSCal.dep) is incorrectly set to
    $(DLLSelfRegisterEx).
    RESOLUTION
    To fix the problem, do the following:
    Open the Setup.lst file in a text editor, such as
    Notepad. Setup.lst is one of the files created for
    your application setup by the Setup Wizard or PDW.

    Find $(DLLSelfRegisterEx). You should see
    $(DLLSelfRegisterEx) highlighted in the entry for
    MSCal.ocx.

    Change $(DLLSelfRegisterEx) to $(DLLSelfRegister).

    Save your changes and close Notepad.

    Run the application Setup.exe.

    To fix the problem for all setup.exes created with the
    Setup Wizard and PDW, follow these steps:

    Open the MSCal.dep file in a text editor, such as
    Notepad. You should find MSCal.dep in the same folder
    as MSCal.ocx, which is normally located in the
    Windows\System folder on Windows 95/98 and the
    Winnt\System32 folder on Windows NT.

    Find $(DLLSelfRegisterEx). You should see
    $(DLLSelfRegisterEx) highlighted in the entry for
    "Register=".

    Change $(DLLSelfRegisterEx) to $(DLLSelfRegister).

    Save your changes and close Notepad.

    Run the Setup Wizard or PDW to create a new setup.
    NOTE: Do not use an existing template in the Setup
    Wizard or an existing packaging script in the PDW.
    ____________________

    Ciao

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.