$SHORTCUTFOLDER$ been passed as $SHORTCUTFOLDER$ to windows
Posted: Sun Nov 03, 2013 7:33 pm
I have been having problems for while to uninstall my application, looking into the logs I found this:
The variable $SHORTCUTFOLDER$ have the correct value in it, but for some reason the name of the variable instead the value has been passed to windows.
Please help I don't know what to do anymore.
Best Regards,
Code: Select all
MSI (s) (6C:BC) [14:50:01:001]: Executing op: SetTargetFolder(Folder=C:\Program Files (x86)\TVD\Avalanche\Client\)
MSI (s) (6C:BC) [14:50:01:002]: Executing op: FileRemove(,FileName=TVDAvalancheClient.exe,,ComponentId={2E55767C-3D45-4E29-AE59-3EE75F42C175})
MSI (s) (6C:BC) [14:50:01:004]: Verifying accessibility of file: TVDAvalancheClient.exe
MSI (s) (6C:BC) [14:50:01:006]: Executing op: SetTargetFolder(Folder=C:\Program Files (x86)\TVD\Avalanche\Client\)
MSI (s) (6C:BC) [14:50:01:007]: Executing op: FileRemove(,FileName=TVDAvalancheClient.map,,ComponentId={D5F89520-794E-4C4A-A26D-FAEDAD06F209})
MSI (s) (6C:BC) [14:50:01:010]: Verifying accessibility of file: TVDAvalancheClient.map
MSI (s) (6C:BC) [14:50:01:012]: Executing op: ActionStart(Name=RemoveFolders,Description=Removing folders,Template=Folder: [1])
MSI (s) (6C:BC) [14:50:01:014]: Executing op: FolderRemove(Folder=$SHORTCUTFOLDER$,Foreign=0)
MSI (s) (6C:BC) [14:50:01:015]: Note: 1: 1314 2: $SHORTCUTFOLDER$
MSI (s) (6C:BC) [14:50:01:016]: Note: 1: 2205 2: 3: Error
MSI (s) (6C:BC) [14:50:01:017]: Note: 1: 2228 2: 3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1314
The variable $SHORTCUTFOLDER$ have the correct value in it, but for some reason the name of the variable instead the value has been passed to windows.
Please help I don't know what to do anymore.
Best Regards,