installer

How to find difference between the content of .exe and .msi (installer)

淺唱寂寞╮ 提交于 2019-12-25 02:44:47
问题 I recently took charge of a new system, it is a windows application written in C# , an installer ( .MSI ) file is created for its distribution. When I install the software it installs properly but it crashes on start . Then if I run the .exe file once for the application, the installed software starts working. My observation is that .EXE installs some missing bit which is required by .MSI file. Is there a way I can find what files are missing in .MSI file ? UPDATE on 09-08-2014: I have found

How to tag or customize the a binary (for example of an installer)

核能气质少年 提交于 2019-12-25 02:25:40
问题 How can I tag or modify a .msi binary with custom information? How can I give website users individual downloads, so that they don't have to sign in again in the app? Some websites offer personal/customized/tagged installer downloads. When you run the file, the executeable already knows who you are and automatically signs you in. Examples are: join.me where passing the presenter role, triggers a download for the other party and automatically connects them into the right conference spotify had

How to Read a string From a File Wix

自古美人都是妖i 提交于 2019-12-25 01:53:56
问题 There is a file test.txt which is having a text "FileName" I want to read this string "FileName" from the file test.txt in wix and somehow I want to assign this string to a directory name. I want the below mentioned to happen, reading from a file. < Directory Id="testing" Name=FileName > Any suggestions would be helpful. Thanks in Advance, Pradeep Kumar. 回答1: You need to have a custom action that reads the text file content and places it into a property. Then you can try to reference that

How to backup MySQL database from NSIS

放肆的年华 提交于 2019-12-25 01:48:55
问题 I need to backup a MySQL database from an NSIS installer. I am missing something trivial in the scripts I tried: nsExec::Exec '"$mySqlDirectory\bin\mysqldump.exe" --user=$username --password=$password --routines $dbName --execute="source D:\$dbName.sql"' $0 nsExec::Exec '"$mySqlDirectory\bin\mysqldump.exe" --user=$username --password=$password --routines $dbName --execute="D:\$dbName.sql"' $0 nsExec::Exec '"$mySqlDirectory\bin\mysqldump.exe" --user=$username --password=$password --execute="-

Porting a .exe setup and mono framework on mac

橙三吉。 提交于 2019-12-25 01:44:34
问题 I have a requirement to deploy a windows .net application on a Mac OS. As i am a novice to mac, i need a step by step procedure to bundle the Mono Framework and my application setup(built in NSIS). Uses should be be able to directly click and install the application on a Mac. If possible please provide a simple step by step procedure how to go about with the process. Thanks, 回答1: i'm not quite sure whether i understood what you want to accomplish, so the following is based on some wild

WiX - Allowing a *manual* uninstall of one msi to uninstall another msi that shares the same UpgradeCode (and not just during the MajorUpgrade)

回眸只為那壹抹淺笑 提交于 2019-12-24 23:43:45
问题 I have a bootstrapper (C# windows forms applications) that trigger two different msi files consecutively out of its resource. The instance transforms between the msi are 'paired' such that one instance transform from the first msi shares an UpgradeCode with one instance tranform from the second msi; these are the pairs that are installed together via the bootstrapper. The 'core' msi (the first msi that runs) includes the MajorUpgrade element such that when a higher-versioned 'core' msi is run

What files do I need to distribute as an alternative to MS Visual C++ 2005 ATL merge modules?

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-24 22:25:23
问题 Currently I'm distributing a software product that includes three merge modules: Microsoft_VC80_CRT_x86.msm ATL.msm policy_8_0_Microsoft_VC80_ATL_x86.msm Some customers use packaging technology that doesn't like these MSM files (I think because they have technical problems with them writing to WinSxS). Can I just distribute the dll files directly into my application's Program Files folder, and if so which dlls do I need? Is it just atl80.dll? 回答1: Your alternative is to run the VC_redist.exe

Show finish page if user click cancel on license page NSIS

筅森魡賤 提交于 2019-12-24 20:18:27
问题 I have two license page and in the second license page, if user choose not to install the 3rd party app, it will show finish page. So far I use MUI_CUSTOMFUNCTION_ABORT onUserAbort to move into finish page. But the problem is when user click Skip button (it's actually Cancel button and I rename it into Skip), it will stay on license page and the Install button change to Next button (image 1 -> image 2 -> image 3). I know this is happen because I call Abort in onUserAbort . If I don't call

I make my executable jar in exe format,but i want to add jre with this

…衆ロ難τιáo~ 提交于 2019-12-24 19:15:03
问题 I make my executable jar in exe format, but I want to add JRE with this because if JRE is not present in their machine, they can use it with this included JRE. But I do not want to install this JRE in their machine. This JRE is only used by this application only. It will just like game or other application. I use launch4j to make jar to exe but i did not find any option from where it can attach JRE and it has no option from where I can link my jar dynamically. How do I achieve that? If there

no build set file found 4.11/rtems-sparc on rtems (VB)

余生长醉 提交于 2019-12-24 19:08:41
问题 . ~/rtems-4.11-work/setenv cd /home/rtems/rtems-source-builder/rtems ../source-builder/sb-set-builder \ --log=1-sparc.txt \ --prefix=${HOME}/rtems-4.11-work/tools 4.11/rtems-sparc I did all steps well.Lastly I am trying to install sparc tools ,but when I try to do this commend line, it return to me "Rtems Source Builder - Set Builder, 5 (35c533f545c8) Build set: 4.11/rtems-sparc error: no build set file found: 4.11/rtems-sparc.bset Build FAILED" I am vorking RTEMS on VirtualBox Does anyone