question

farukdurak avatar image
0 Votes"
farukdurak asked lextm commented

Creating a custom C# windows app (msi) containing customer number on the ASP.NET website

I have a website https://www.monitup.com/ for the system to work, customers need to download the msi setup file written in C # and turned into an installation project.


93115-ads%C4%B1z.jpg


There is no problem so far, the point where I am stuck is that I cannot understand which customer has installed and used the application. During the download I have to embed the customer number in the msi file. I also need to read this customer number during setup.

Now, during the installation phase, I want the customer to enter their number as follows.


93121-j.jpg



However, this method does not work when users want to install remotely on other computers with a tool like Psexec. I need to auto detect customer number during setup. I did not know how to call this, I have a hard time explaining it because I don't know the name.

dotnet-csharpdotnet-aspnet-generaldotnet-ad
adsız.jpg (86.0 KiB)
j.jpg (24.4 KiB)
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Rather easy to implement such if you use WiX toolkit to write your own MSI installer with some custom actions.

0 Votes 0 ·

0 Answers