Re: [WiX-users] Copy many files to install folder

2013-09-02 Thread Ihor Horovetskyi
Use *'heat.exe'* harvest tool to automatically create layout with file components and references. Example of using with command line: *"%wix%\bin\heat.exe" dir "Dist" -ag -sfrag -srd -suid -var var.Binaries -cg BinaryFileGroup -out HeatFiles.wxi* where Dist - distribution directory with multiply fi

Re: [WiX-users] Nit error while trying to run Lux tests.

2013-09-02 Thread Ihor Horovetskyi
When I try to run the .msi with log, test return value 3: 'SFXCA: Extracting custom action to temporary directory: C:\Windows\Installer\MSI253F.tmp-\ SFXCA: Failed to get requested CLR info. Error code 0x80131700 SFXCA: Ensure that the proper version of the .NET Framework is installed, or that the

[WiX-users] Nit error while trying to run Lux tests.

2013-08-30 Thread Ihor Horovetskyi
I'm trying to follow this with wix 3.8: http://wixtoolset.org/documentation/manual/v3/overview/lux.html But during executing 'nit' tool, I've got an error: 'nit.exe : error NIT0001 : This installation package could not be opened. Verify that the package exists and that you can access it, or c

[WiX-users] Burn: MSI-Bundle message interaction

2013-08-08 Thread Ihor Horovetskyi
Hi there. I'm trying to communicate with bundle BA from MSI custom action code on C#. So far no luck: var result = session.Message(InstallMessage.Error + (int)MessageButtons.RetryCancel, new Record(1) {FormatString = "Choose Try or Cancel."}); My BA handles message in Error handler and receives