installer

Installer to Install one or more programs

梦想与她 提交于 2020-01-23 12:46:19
问题 We have around 8 different programs each with its own MSI / EXE installer. What is the best way to create a single installer that will give users a list of the 8 different programs and then based on the apps the user wants to install they will start the installer one by one. The installer can run and just launch the app installers one by one and don't need to automatically install all the apps behind the scenes. Thanks 回答1: I'd use the free InnoSetup for that. It also comes with Pascal

Android remotely install app

旧街凉风 提交于 2020-01-23 11:08:48
问题 This android app "Plan B" claims that you can install and run it remotely, without having the phone in front of you. http://android-tips.com/remote-install-an-app-after-you-loose-your-phone-to-locate-it/ Is this a new type of android feature? Is this available to any android developer? Has anyone used it? (Installing an app remotely) 回答1: Lookout (the developer of ("Plan B") is taking advantage of the ability provided by the new Google Market website that allows users to install market apps

Obtain Current Users %APPDATA% Path and not Admins

谁说我不能喝 提交于 2020-01-23 03:40:27
问题 I am looking to get the path to the current users %APPDATA% folder. Note: I am aware of the variable $APPDATA BUT if you run your installer with RequestExecutionLevel admin then $APPDATA will point to the admins roaming folder and NOT the current user's app data folder. I need to find out the current users %APPDATA% path so I can write files to their roaming directory. Does anyone know how I can find this out? RequestExecutionLevel admin Section "Main" MessageBox MB_OK "AppData is: $APPDATA"

Using WiX to package an installer with many files

荒凉一梦 提交于 2020-01-23 02:59:06
问题 I have a WiX 3 project that has hundreds of files, and I can't seem to figure out how to include them all using a wildcard. I have tried this: heat.exe" dir ".\!Build" -gg -ke -template:fragment -out "Files.wxs" This produces a fragment .wxs file, but I'm not sure what to do with it. Any help would be much appreciated. 回答1: Try this command heat dir "Your_Directory" -gg -ke -template:Product -out "Files.wxs" It will create this structure in the generated wxs file {Files.wxs}: <Fragment>

Wix - Custom installation directory

假装没事ソ 提交于 2020-01-22 19:54:12
问题 I'm using Wix 3.x and the user should be able to choose the target directory. My Setup.wxs is currently like here: http://pastebin.com/uH1EjbDQ What is the simplest way to ask the user for a custom target directory? (INSTALLDIR/TARGETDIR?!) I have seen example in which people build there own dialog pages but this isn't really necessary, is it? Update: When I add <Property Id="WIXUI_INSTALLDIR" Value="INSTALLDIR"/> <UIRef Id="WixUI_InstallDir" /> after <UIRef Id="WixUI_Mondo" /> but before <

How can I safely remove old InnoSetup installations?

随声附和 提交于 2020-01-22 02:13:07
问题 I use InnoSetup 5.5.1 (a) for my Delphi 6 software installations. A user just informed me that the old uninstall entries pile up in the Control Panel Remove Programs list if not uninstalled manually. I'm thinking of changing my install to remove old entries automatically but I don't want to remove old entries that are valid. Some users like to keep an old version or two around in case they don't like a later version or for fear a later version will break something. For clarity's sake, I am

How can I safely remove old InnoSetup installations?

和自甴很熟 提交于 2020-01-22 02:13:05
问题 I use InnoSetup 5.5.1 (a) for my Delphi 6 software installations. A user just informed me that the old uninstall entries pile up in the Control Panel Remove Programs list if not uninstalled manually. I'm thinking of changing my install to remove old entries automatically but I don't want to remove old entries that are valid. Some users like to keep an old version or two around in case they don't like a later version or for fear a later version will break something. For clarity's sake, I am

Installers: WIX or Inno Setup? [closed]

时光怂恿深爱的人放手 提交于 2020-01-20 13:35:59
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 7 months ago . I'm comparing these two tools. The impression I have is: Inno Setup does not produce an MSI, but can do everything WIX can do WIX does produce an MSI, but has a steep learning curve Do you agree with this characterization? What other differences are there? How does WIX#

Installers: WIX or Inno Setup? [closed]

ε祈祈猫儿з 提交于 2020-01-20 13:35:09
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 7 months ago . I'm comparing these two tools. The impression I have is: Inno Setup does not produce an MSI, but can do everything WIX can do WIX does produce an MSI, but has a steep learning curve Do you agree with this characterization? What other differences are there? How does WIX#

Installers: WIX or Inno Setup? [closed]

我是研究僧i 提交于 2020-01-20 13:34:05
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 7 months ago . I'm comparing these two tools. The impression I have is: Inno Setup does not produce an MSI, but can do everything WIX can do WIX does produce an MSI, but has a steep learning curve Do you agree with this characterization? What other differences are there? How does WIX#