diff --git a/Bootstrapper/Bootstrapper.wixproj b/Bootstrapper/Bootstrapper.wixproj index 1c2d8fc..498dd71 100644 --- a/Bootstrapper/Bootstrapper.wixproj +++ b/Bootstrapper/Bootstrapper.wixproj @@ -59,6 +59,9 @@ + + + diff --git a/Bootstrapper/Bundle.wxl b/Bootstrapper/Bundle.wxl new file mode 100644 index 0000000..3566403 --- /dev/null +++ b/Bootstrapper/Bundle.wxl @@ -0,0 +1,63 @@ + + + [WixBundleName] Setup + [WixBundleName] + Welcome + Setup will install [WixBundleName] on your computer. Click Install to continue or Close to exit. + Version [WixBundleVersion] + Version [WixBundleVersion] <a href="#">upgrade available</a> + Are you sure you want to cancel? + Previous version + Setup Help + + /install | /repair | /uninstall | /layout [directory] - installs, repairs, uninstalls or + creates a complete local copy of the bundle in directory. Install is the default. + + /passive | /quiet - displays minimal UI with no prompts or displays no UI and + no prompts. By default UI and all prompts are displayed. + + /norestart - suppress any attempts to restart. By default UI will prompt before restart. + /log log.txt - logs to a specific file. By default a log file is created in %TEMP%. + + &Close + [WixBundleName] <a href="#">license terms</a>. + I &agree to the license terms and conditions + &Options + &Install + &Close + Setup Options + Install location: + &Browse + &OK + &Cancel + Setup Progress + Processing: + Initializing... + &Cancel + Modify Setup + &Repair + &Uninstall + &Close + Repair Successfully Completed + Uninstall Successfully Completed + Installation Successfully Completed + Setup Successful + &Launch + You must restart your computer before you can use the software. + &Restart + &Close + Setup Failed + Setup Failed + Uninstall Failed + Repair Failed + One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information see the <a href="#">log file</a>. + You must restart your computer to complete the rollback of the software. + &Restart + &Close + Files In Use + The following applications are using files that need to be updated: + Close the &applications and attempt to restart them. + &Do not close applications. A reboot will be required. + &OK + &Cancel + \ No newline at end of file diff --git a/Bootstrapper/Bundle.wxs b/Bootstrapper/Bundle.wxs index 3cbcc74..8ff2d68 100644 --- a/Bootstrapper/Bundle.wxs +++ b/Bootstrapper/Bundle.wxs @@ -17,6 +17,7 @@