Skip to content
Discussion options

You must be logged in to vote

The resolution above works, e.g. add an ExePackage with PerMachine="no" Vital="no"

      ...
      <MsiPackage Id="Installer" SourceFile="$(var.Installer.TargetPath)" />
    
      <ExePackage Id="PostInstall" 
                  PerMachine="no"
                  Vital="no"
                  DetectCondition="0"
                  SourceFile="PostInstall.bat" 
                  InstallArguments="/install '$(var.MANUFACTURER)\$(var.APP_NAME)' '[PersonalFolder]MyApplication'"
                  RepairArguments="/install '$(var.MANUFACTURER)\$(var.APP_NAME)' '[PersonalFolder]MyApplication'"
                  UninstallArguments="/uninstall '$(var.MANUFACTURER)\$(var.APP_NAME)' '[PersonalFolder]My…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@neilc222
Comment options

@neilc222
Comment options

Answer selected by neilc222
@neilc222
Comment options

@wmanning
Comment options

@wmanning
Comment options

@neilc222
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants