How can I create a fake MSI package?

Asked By 10 points N/A Posted on -
qa-featured

I want to create a fake MSI package that won't publish, but will instead start "setup.exe" externally. Can you provide me with tutorials to achieve this?

SHARE
Best Answer by LyanaHay
Answered By 10 points N/A #135710

How can I create a fake MSI package?

qa-featured

Microsoft Installer Package is used for routine windows management including installation and removal of installed software. Microsoft Installer can be created by following a few simple steps as depicted in the following link. https://www.advancedinstaller.com/user-guide/tutorial-simple.html. I hope the tutorial posted via this website will be helpful in your quest for software development.

Best Answer
Best Answer
Answered By 0 points N/A #135711

How can I create a fake MSI package?

qa-featured

Hi Jack Reacher,

  To create msi package you have to follow this procedure

1] From advance installer create new project depending on which platform you are using to develop app.

2] Add necessary files to it.

3] Build your app and install it.

4] Edit your product and company name which will be shown in package.

5] Choose installation file which is created during step 3.

6] Done.

 

Related Questions