- How to add font files in an MSI package without using Wise Package Studio’s File Display Section.
- Difference between deferred & immediate custom action.
- What will you do if you can’t solve a issue in a package.
- How to add shortcuts to startup folder.
- Which applications should not be repackaged in MSI
- Which & why files are stored in C:\Windows\Installer
- What are the differences between patching, update & upgrade
- How to view to installation log files, which third party tools can be used for this task.
- Where can I find the schema of MSI file.
- How will you get the table details by using MSI SDK but not using ORCA.
- How can Network Shortcuts be added in an MSI Package.
- How to install certifications using MSI
- What are the advantages of admin install
- What condition on CA will allow to “Install” and “repair” but not at “uninstall”
- How to create nested MSI Installation
- How to create MST file from two MSI files.
- How to ensure that MSI gets installed only on WinXPSP3, win 7 and IE 8
Monthly Archives: November 2010
Hindi Version of Free Softwares
The C-DAC has derived few Open source software’s, they can be downloaded from http://www.ildc.in/Hindi/hdownloadhindi.html. They have also for various other Hindi Languages.
TIPS: BatchFile : Directory Path of an executing Batch file
%~dp0 will be the directory path of the executable batch file.