VMware Horizon Community
doofkopf
Enthusiast
Enthusiast

Harddisk Empty

Hello,

we have following Problem:

I make a empty Thinapp package: only the CMD Dos Box.

On one PC we can´t see anything of drive C:\.

We make dir and the directory keeps empty.

Wen we change the directory to c:\Windows "c:\cd windows" the directory path change to C:\Windows.

So we can acces directoty´s on the Harddrive but we can´t browse them.

In the Thinapp Pakage ini  there is no special Isolation mode "WriteCopy" is standard, just Build and Package an emtpy Pakage.

Any ideas? I dont want to reinstall the PC.....

Thinapp Version 4.7.1 and 4.7.2

0 Kudos
13 Replies
doofkopf
Enthusiast
Enthusiast

The PC is a Windows XP Sp3 compelte patched by MS...

0 Kudos
Cievo
Commander
Commander

Can you, please, attach Package.ini and %drive_C%\##Attributes.ini files from your project directory?

***Good question is half of the answer...***
0 Kudos
kmgp
VMware Employee
VMware Employee

Hi,

In Simple words, If the requirement is that the thinapped application needs to read and write to physical runtime system where it is running then keep the Isolation mode to "Merged".

If the requirement is that the thinapped application should not Write to the physical system, keep a "WriteCopy".

What is your requirement?

The default isolation mode is "Merged".

Could you please change the DirectoryIsolation mode in package.ini to "Merged"? Rebuild the package and see if it suits your requirement, Please?

GURU

Views expressed in here are my own.
0 Kudos
doofkopf
Enthusiast
Enthusiast

I have the Standard Isoltion Mode, here is the Package.ini.

The Problem is that i have to see the drive C:\ .

I think it hase nothing to do with the Isolation mode becouse on other PC´s i can browse the Harddisk

;MSIUpgradeCode={71E05D3D-F8B7-9464-7044-BCBD2DEDC975}
;MSIStreaming=0
;MSICompressionType=Fast
;MSIArpProductIcon=%ProgramFilesDir%\a43\A43.exe

;-------- AppSync Parameters ----------
;AppSyncURL=https://example.com/some/path/PackageName.exe
;AppSyncUpdateFrequency=1d
;AppSyncExpirePeriod=30d
;AppSyncWarningPeriod=5d
;AppSyncWarningFrequency=1d
;AppSyncWarningMessage=This application will become unavailable for use in %remaining_days% day(s) if it cannot contact its update server. Check your network connection to ensure uninterrupted service.
;AppSyncExpireMessage=This application has been unable to contact its update server for %expire_days% day(s), so it is unavailable for use. Check your network connection and try again.
;AppSyncUpdatedMessage=
;AppSyncClearSandboxOnUpdate=0

;-------- Parameters used only during Setup Capture  ----------
AccessDeniedMsg=You are not currently authorized to run this application. Please contact your administrator.
CapturedUsingVersion=4.7.2-771812
OutDir=bin

;-------- General Purpose Parameters  ----------
SandboxName=A43 - 4.7.2
InventoryName=A43 - 4.7.2
InventoryIcon=%ProgramFilesDir%\a43\A43.exe
;PermittedGroups=Administrators;Remote Desktop Users
;RemoveSandboxOnExit=1
;RemoveSandboxOnStart=1
;SandboxNetworkDrives=1
;SandboxRemovableDisk=1
;VirtualizeExternalOutOfProcessCOM=0

;OptionalAppLinks=plugins\*.exe
;RequiredAppLinks=\\server\share\*.exe;c:\abs\path\file.exe
VirtualDrives=Drive=c, Serial=3c39223c, Type=FIXED
;VirtualDrives=Drive=a, Serial=010f2b18, Type=REMOVABLE; Drive=c, Serial=3c39223c, Type=FIXED; Drive=d, Serial=3c39223c, Type=CDROM
;VirtualComputerName=XPVMTHIN

AnsiCodePage=1252
LocaleIdentifier=1031

; If you have problems running a 32 bit application under 64 bit Windows, try enabling this line before building the project
;Wow64=0

; Enable this option to load .Net binaries from the system instead of the package on Windows 7
;LoadDotNetFromSystem=Win7

QualityReportingEnabled=0

; Enable this option to ignore DDE messages from external processes
;IgnoreDDEMessages=1

[A43.exe]
Source=%ProgramFilesDir%\a43\A43.exe
;Change ReadOnlyData to bin\Package.ro.tvr to build with old versions(4.6.0 or earlier) of tools
ReadOnlyData=Package.ro.tvr

[cmd.exe]
Source=%SystemSystem%\cmd.exe
Shortcut=A43.exe

[regedit.exe]
Source=%SystemRoot%\regedit.exe
Shortcut=A43.exe

0 Kudos
doofkopf
Enthusiast
Enthusiast


;   http://www.vmware.com/info?id=906
;
[Compression]
CompressionType=None

[Isolation]
DirectoryIsolationMode=Merged

[BuildOptions]
;-------- MSI Parameters ----------
;Enable MSIFilename if you want to generate a Windows Installer package.
;MSIFilename=A43 - 4.7.2.msi
;MSIManufacturer=KIRU
;MSIProductVersion=1.0
;MSIDefaultInstallAllUsers=1
;MSIRequireElevatedPrivileges=1
;MSIInstallDirectory=A43 - 4.7.2 (VMware ThinApp)
;MSIProductCode={EA1E680F-4CC4-4026-7BCE-B5784ABCE080}

....

....

0 Kudos
Cievo
Commander
Commander

You can Attach files into this post and you don't have to copy&paste test into this posts, so they don't look ugly as your looks now Smiley Happy

Are you sure you have pasted all content of Package.ini, because there are missing couple sections?

You didn't mentioned that you can browse C:\ drive on other computer or you did?

Try to delete sandbox on computer where you cannot browse C:\ drive.

Let us know.

***Good question is half of the answer...***
0 Kudos
doofkopf
Enthusiast
Enthusiast

Yes i can browes the Disk on other PC´s.

I already have deleted the Sandbox on this PC and i also have made a new Thinapp Pakage with oder Thinapp Versions : 4.7.1.

The same Problem.

I have also deleted the Virus Scan on the PC but the same error occours

0 Kudos
Cievo
Commander
Commander

Hmm...interesting. Can you, please, just create _empty_ virtualized application with cmd.exe debug entry point? And try browse disk using this _empty_ application?

***Good question is half of the answer...***
0 Kudos
doofkopf
Enthusiast
Enthusiast

I already have tried this. I have just copied the A43 in the Pakage directory so that i have another test tool in the Thinapp.

The Pakage.ini comes from this Empty Pakage.

The same error with this.

0 Kudos
Cievo
Commander
Commander

IMHO problem is at the particular computer, just reinstall it Smiley Happy

***Good question is half of the answer...***
0 Kudos
doofkopf
Enthusiast
Enthusiast

Thats not the answer that i want Smiley Wink

But ok i just have wondered if someone else has this problem and has solved it by reinstall the .net ore something...

0 Kudos
Cievo
Commander
Commander

If I have time, I would look at this issue using Process Monitor and I would look what problem is there when I browse local disk Smiley Happy

Are we going to look into it?

***Good question is half of the answer...***
0 Kudos
doofkopf
Enthusiast
Enthusiast

No thanks, i think reinstall is the faster method for me.

0 Kudos