mci installation can create a shortcut on the desktop?

F

Francesco

I have created a msi installation file in order to have a fully trusted form.
It works fine.
I just wonder if the installation process can create also an icon (shortcut
to the xsn file) on the PC desktop, and if yes, how?

thanks for any suggestion.

Francesco
 
B

Ben Walters

Francesco,
I'm assuming you created the MSI using the RegForm utility?, if so then I'm
sorry to say there is no way to make it create a shortcut on the desktop, you
can however use RegForm to create a javascript that will register the form on
the users computer. You could then take this JScript file and create your own
MSI using Visual studio. From here you could put shortcuts anywhere you
wanted.
One other possibility is to use something like Orca to unpack your msi make
changes to it and repack it although I would not recommend this as you may
corrupt the MSI.
 
F

Francesco

you mean I should use Regform utility without the /MSI flag and produce a .js
file?

and , after that, I should be able to open it with VisualStudio and add the
feautures I need?

Francesco
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top