Advertised shortcut in setup capture
Hello,
i am new to repackaging.i want to know how to find whether a shortcut in setup.exe is advertised or not?if it is an msi we can say it by term self healing.but how to find in exe files.please do post..
i am new to repackaging.i want to know how to find whether a shortcut in setup.exe is advertised or not?if it is an msi we can say it by term self healing.but how to find in exe files.please do post..
0 Comments
[ + ] Show comments
Answers (5)
Please log in to answer
Posted by:
naveen.packager
13 years ago
Posted by:
spottedcoin
13 years ago
Posted by:
anonymous_9363
13 years ago
To be an advertised shortcut, it must be installed - one way or another - via the Windows Installer engine. The overwhelming majority of installations which use the WI engine do so using an MSI. Thus, the best way to determine if an EXE extracts an MSI is to run the install as far as the first screen - normally a 'Welcome' dialog - and then checking the local disk for a new MSI. Most set-up programs will use %TEMP%, %SystemRoot%\TEMP or, more and more nowadays, a folder beneath %AppData%.
Posted by:
kanthsri87
13 years ago
The best solution is turn off the MSI installer Service while installing the EXE or MSI wrapped EXE.If the Installation works fine its Jus an EXE or if it terminates stating the service then its a MSI
Now come to ur question,
The best solution is to for the properties of the shortcut n check whether its graded out in target,in exe u cant see it since its a special feature only available in MSI to advertise the shortcut.
If u found that exe is a MSI wrapped take the MSI edit with whatever tool u got and check in shortcut table whether its advertised or non advertised.
The best practice is to advertise the shortcut in order to go for self heal.Hope this clears.post if u got queries :)
Now come to ur question,
The best solution is to for the properties of the shortcut n check whether its graded out in target,in exe u cant see it since its a special feature only available in MSI to advertise the shortcut.
If u found that exe is a MSI wrapped take the MSI edit with whatever tool u got and check in shortcut table whether its advertised or non advertised.
The best practice is to advertise the shortcut in order to go for self heal.Hope this clears.post if u got queries :)
Posted by:
hari4243
13 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.