The Community is now in read-only mode to prepare for the launch of the new Flexera Community. During this time, you will be unable to register, log in, or access customer resources. Click here for more information.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Basic MSI Project all files inside ??

sweede
By
Level 3
Hi

I'm making a simple Basic MSI Project

with Devstudio 9.01 sp1. Adminstudio edition

And no mater what, i can't get the files for the installation to Build

inside the MSI.

I get this Install release folder where the files are, i want them inside the MSI.

Sweede :mad:
(3) Replies

RobertDickau
By
Flexera Alumni
In DevStudio, use the Release Wizard: select any media type besides Network, select Compress All Files, and select not to include setup.exe. That combination should result in all files being placed inside the MSI database.

sweede
By
Level 3
Hi Robert

Thank you for your reply

but still i got one MSI and a cab file

You wrote:
In DevStudio, use the Release Wizard: select any media type besides Network, select Compress All Files, and select not to include setup.exe. That combination should result in all files being placed inside the MSI database.

but then I selected network + compress all files + not to include setup.exe.

Now we are running!

Sweede 🙂

RobertDickau
By
Flexera Alumni
Hi, Sweede,

Sorry, it's the old "Robert-shouldn't-answer-questions-before-drinking-coffee" bug: yes, you do want the Network type.

In any case, the text on the Release Configuration panel of the Release Wizard has it right, and I'm glad you've got it working...

--- Robert