![]()
|
InstallShield 12
ClickOnce2Dim.exe is an application that you can run from the command line. This application converts a ClickOnce package to a Basic MSI project with an associated Developer Installation Manifest (.dim) file.
NOTE
In order to convert a ClickOnce package, you must have the .NET Framework redistributable and the Visual J# .NET redistributable installed on your machine. Note that the version numbers of these two redistributables must match.
ClickOnce2Dim.exe is in the following location:
InstallShield Program File Folder\System
The default path is as follows:
C:\Program Files\Macrovision\IS12\System\ClickOnce2Dim.exe
The following table provides details about the ClickOnce2Dim.exe command-line parameters.
| Parameter |
Description |
|---|---|
| -i <ClickOnce manifest file> |
Specify the ClickOnce manifest file (.application) that you want to convert. |
| -o <target location> |
Specify the location for the .dim file and the Basic MSI project created by the wizard. |
| -s |
To run the ClickOnce2Dim.exe application in silent mode (without running the ClickOnce Converter Wizard), pass this parameter. To launch the Convert ClickOnce to DIM Wizard from the command line, do not pass this parameter. |
| -l <path to log file> |
Specify the full path to the log file that the converter should create as it converts your ClickOnce manifest file. |
| -c |
If you want the ClickOnce source files copied to the target location that you specified, pass this parameter. If you do not want the ClickOnce source files copied to the target location, do not pass this parameter. |
For example, to convert a ClickOnce manifest file by launching the ClickOnce Converter Wizard from the command line and completing all of the wizard panels, type the following at the command line:
"C:\Program Files\Macrovision\IS12\System\ClickOnce2Dim.exe"
To convert a ClickOnce manifest file by launching called MyClickOnce.exe.application without using the ClickOnce Converter Wizard, type the following at the command line:
"C:\Program Files\Macrovision\IS12\System\ClickOnce2Dim.exe" -i "C:\MyClickOnce\MyClickOnce.exe" -o "C:\My InstallShield 12 Projects\Target" -s -l "C:\My InstallShield 12 Projects\Target\log.txt" -c
|
|
copyright contact |