Advanced installer

De Banane Atomic
Aller à la navigationAller à la recherche

Liens

Configuration

Synchronize Folder

Permet de synchroniser un dossier dans la configuration d'AI avec un vrai dossier.
La synchronisation est exécutée lors de l'ouverture du projet, quand le bouton Refresh est utilisé ou lors du build.

Shortcuts

  1. ajouter un ShortcutsDlg
    1. User interface → Dialogs → MSI Package → Firts Time Install → SetupTypeDlg → InstallMode=InstallModeCustom
  2. créer les shortcuts
    1. Files and Folders → New Shortcut Wizard
    2. Install Parameters → Application Shortcut Folder

Écraser ou pas les fichiers à l'installation

Dans les propriétés des fichiers → onglet Opérations

  • Overwrite only if the existing file is older
  • Always overwrite existing file
  • Do not overwrite existing file

Enregistrement des DLL

  • Lancer le msi depuis un chemin UNC au lieu d'un lecteur réseau
  • Utiliser l'option "Extract registration info from native library"

Command line

Dos.svg
@doskey ai="C:\Program Files\Caphyon\Advanced Installer 9.8\bin\x86\AdvancedInstaller.com" $*
set ai="C:\Program Files\Caphyon\Advanced Installer 9.8\bin\x86\AdvancedInstaller.com"