|
|
#1 |
|
Junior Member
Join Date: Oct 2005
Posts: 3
|
crystal report
how to integrate crystal reports 10 and 11 merge files (*.msm) in a nsis installation?
|
|
|
|
|
|
#2 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,343
|
You can create a dummy MSI file that contains only this merge module and then install it by calling msiexec.exe. To call msiexec.exe, use Exec, ExecWait, ExecShell or the nsExec plug-in.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Oct 2005
Posts: 3
|
how to make a dummy msi file, can i make with nsis?
|
|
|
|
|
|
#4 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,343
|
No, NSIS can not create MSIs. You can use the open-source WiX to do it.
According to this and this thread, you can actually install the MSM without it being contained in a MSI. Worth a shot... NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Oct 2005
Posts: 3
|
didnt work. msiexec runs the msm file but it doesnt do anything. i think it's because in vs i need to put a keycode for it to compile i dont know how to do it now.
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|